Class BuildVariablesHeader.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<PipelineHeaderExtension>
-
- au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtensionDescriptor
-
- au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildVariablesHeader.DescriptorImpl
-
- All Implemented Interfaces:
ExtensionPoint
,Saveable
,Comparable<PipelineHeaderExtensionDescriptor>
,OnMaster
- Enclosing class:
- BuildVariablesHeader
@Extension public static class BuildVariablesHeader.DescriptorImpl extends PipelineHeaderExtensionDescriptor
Descriptor, since we're in the UI
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
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()
long
getIndex()
Return an index to where this should be displayed, relative to other options-
Methods inherited from class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtensionDescriptor
all, appliesToColumns, appliesToRows, compareTo
-
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
-
getIndex
public long getIndex()
Description copied from class:PipelineHeaderExtensionDescriptor
Return an index to where this should be displayed, relative to other options- Specified by:
getIndex
in classPipelineHeaderExtensionDescriptor
- Returns:
- the index - lower appears first in the list
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<PipelineHeaderExtension>
-
-