hudson.plugins.locksandlatches
Class LatchWrapper.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<hudson.tasks.BuildWrapper>
hudson.plugins.locksandlatches.LatchWrapper.DescriptorImpl
- Enclosing class:
- LatchWrapper
public static final class LatchWrapper.DescriptorImpl
- extends hudson.model.Descriptor<hudson.tasks.BuildWrapper>
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException |
| Fields inherited from class hudson.model.Descriptor |
clazz |
| Methods inherited from class hudson.model.Descriptor |
configure, convert, find, getConfigPage, getGlobalConfigPage, getHelpFile, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
register
public void register(hudson.model.AbstractBuild build,
java.util.Set<LatchWrapper.LatchConfig> latches)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
newInstance
public hudson.tasks.BuildWrapper newInstance(org.kohsuke.stapler.StaplerRequest req)
throws hudson.model.Descriptor.FormException
- Overrides:
newInstance in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
- Throws:
hudson.model.Descriptor.FormException
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req)
throws hudson.model.Descriptor.FormException
- Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
- Throws:
hudson.model.Descriptor.FormException
getLatches
public java.util.List<LatchWrapper.LatchConfig> getLatches()
setLatches
public void setLatches(java.util.List<LatchWrapper.LatchConfig> latches)
getLatch
public LatchWrapper.LatchConfig getLatch(java.lang.String name)
getLatchNames
public java.lang.String[] getLatchNames()
addLatch
public void addLatch(LatchWrapper.LatchConfig latch)
Copyright © 2007. All Rights Reserved.