Package hudson.plugins.git.util
Class DefaultBuildChooser.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<BuildChooser>
-
- hudson.plugins.git.util.BuildChooserDescriptor
-
- hudson.plugins.git.util.DefaultBuildChooser.DescriptorImpl
-
- Enclosing class:
- DefaultBuildChooser
@Extension public static final class DefaultBuildChooser.DescriptorImpl extends BuildChooserDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getLegacyId()
Before this extension point was formalized, existingBuildChooser
s had a hard-coded ID name used for the persistence.-
Methods inherited from class hudson.plugins.git.util.BuildChooserDescriptor
all, isApplicable
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<BuildChooser>
-
getLegacyId
public String getLegacyId()
Description copied from class:BuildChooserDescriptor
Before this extension point was formalized, existingBuildChooser
s had a hard-coded ID name used for the persistence. This method returns those legacy ID, if any, to keep compatibility with existing data.- Overrides:
getLegacyId
in classBuildChooserDescriptor
- Returns:
- legacy ID, if any, to keep compatibility with existing data.
-
-