hudson.plugins.locksandlatches
Class LatchWrapper

java.lang.Object
  extended by hudson.tasks.BuildWrapper
      extended by hudson.plugins.locksandlatches.LatchWrapper
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>

public class LatchWrapper
extends hudson.tasks.BuildWrapper

Created by IntelliJ IDEA.

Since:
04-Dec-2007 12:04:47
Author:
connollys

Nested Class Summary
static class LatchWrapper.DescriptorImpl
           
static class LatchWrapper.LatchConfig
           
static class LatchWrapper.LatchWaitConfig
           
 
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
hudson.tasks.BuildWrapper.Environment
 
Field Summary
static LatchWrapper.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
LatchWrapper()
           
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()
           
 java.lang.String getDisplayName()
           
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild abstractBuild, hudson.Launcher launcher, hudson.model.BuildListener buildListener)
           
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.Build build, hudson.Launcher launcher, hudson.model.BuildListener buildListener)
           
 
Methods inherited from class hudson.tasks.BuildWrapper
getProjectAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

public static final LatchWrapper.DescriptorImpl DESCRIPTOR
Constructor Detail

LatchWrapper

public LatchWrapper()
Method Detail

setUp

public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild abstractBuild,
                                                   hudson.Launcher launcher,
                                                   hudson.model.BuildListener buildListener)
                                            throws java.io.IOException,
                                                   java.lang.InterruptedException
Overrides:
setUp in class hudson.tasks.BuildWrapper
Throws:
java.io.IOException
java.lang.InterruptedException

setUp

public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.Build build,
                                                   hudson.Launcher launcher,
                                                   hudson.model.BuildListener buildListener)
                                            throws java.io.IOException,
                                                   java.lang.InterruptedException
Overrides:
setUp in class hudson.tasks.BuildWrapper
Throws:
java.io.IOException
java.lang.InterruptedException

getDisplayName

public java.lang.String getDisplayName()

getDescriptor

public hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()


Copyright © 2008. All Rights Reserved.