hudson.plugins.locksandlatches
Class LockWrapper
java.lang.Object
hudson.tasks.BuildWrapper
hudson.plugins.locksandlatches.LockWrapper
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>, hudson.model.ResourceActivity
public class LockWrapper
- extends hudson.tasks.BuildWrapper
- implements hudson.model.ResourceActivity
Created by IntelliJ IDEA.
- Since:
- 26-Sep-2007 16:06:28
- Author:
- Stephen Connolly
| Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper |
hudson.tasks.BuildWrapper.Environment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final LockWrapper.DescriptorImpl DESCRIPTOR
LockWrapper
public LockWrapper(java.util.List<LockWrapper.LockWaitConfig> locks)
getLocks
public java.util.List<LockWrapper.LockWaitConfig> getLocks()
setLocks
public void setLocks(java.util.List<LockWrapper.LockWaitConfig> locks)
getDescriptor
public hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>
getResourceList
public hudson.model.ResourceList getResourceList()
- Specified by:
getResourceList in interface hudson.model.ResourceActivity
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()
- Specified by:
getDisplayName in interface hudson.model.ResourceActivity
Copyright © 2007. All Rights Reserved.