Class SimpleColumnHeader.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<PipelineHeaderExtension>
au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtensionDescriptor
au.com.centrumsystems.hudson.plugin.buildpipeline.extension.SimpleColumnHeader.DescriptorImpl
- All Implemented Interfaces:
ExtensionPoint,Saveable,Comparable<PipelineHeaderExtensionDescriptor>,Loadable,OnMaster
- Enclosing class:
- SimpleColumnHeader
@Extension
public static class SimpleColumnHeader.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.SelfNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetIndex()Return an index to where this should be displayed, relative to other optionsMethods inherited from class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtensionDescriptor
all, appliesToColumns, compareToMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
appliesToRows
public boolean appliesToRows()- Overrides:
appliesToRowsin classPipelineHeaderExtensionDescriptor- Returns:
- whether this extension can be a Row header
-
getIndex
public long getIndex()Description copied from class:PipelineHeaderExtensionDescriptorReturn an index to where this should be displayed, relative to other options- Specified by:
getIndexin classPipelineHeaderExtensionDescriptor- Returns:
- the index - lower appears first in the list
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<PipelineHeaderExtension>
-