Class StandardBuildCard
java.lang.Object
hudson.model.AbstractDescribableImpl<BuildCardExtension>
au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildCardExtension
au.com.centrumsystems.hudson.plugin.buildpipeline.extension.StandardBuildCard
- All Implemented Interfaces:
ExtensionPoint,Describable<BuildCardExtension>,Comparable<BuildCardExtension>
- Author:
- dalvizu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDescriptor, since we're in the UINested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetIndex()Return an index to where this should be displayed, relative to other optionsMethods inherited from class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildCardExtension
all, compareTo, filterActions, filterOutUserIdCause, mergeParameters, rerunBuild, retrieveBuild, retrieveUpstreamProjectTriggerConfig, triggerBuild, triggerManualBuildMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
StandardBuildCard
@DataBoundConstructor public StandardBuildCard()Default constructor
-
-
Method Details
-
getIndex
public long getIndex()Description copied from class:BuildCardExtensionReturn an index to where this should be displayed, relative to other options- Specified by:
getIndexin classBuildCardExtension- Returns:
- the index - lower appears first in the list
-