hudson.plugins.copyartifact
Class SimpleBuildSelectorDescriptor
java.lang.Object
hudson.model.Descriptor<BuildSelector>
hudson.plugins.copyartifact.SimpleBuildSelectorDescriptor
- All Implemented Interfaces:
- hudson.model.Saveable
public class SimpleBuildSelectorDescriptor
- extends hudson.model.Descriptor<BuildSelector>
Descriptor type for common case where no overrides are needed.
Just do: @Extension public static final Descriptor DESCRIPTOR =
new SimpleBuildSelectorDescriptor(MySelector.class, Messages._My_DisplayName());
- Author:
- Alan Harder
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Fields inherited from class hudson.model.Descriptor |
clazz |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class hudson.model.Descriptor |
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleBuildSelectorDescriptor
public SimpleBuildSelectorDescriptor(java.lang.Class<? extends BuildSelector> clazz,
org.jvnet.localizer.Localizable displayName)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in class hudson.model.Descriptor<BuildSelector>
Copyright © 2010. All Rights Reserved.