Class SimpleColumnHeader
java.lang.Object
hudson.model.AbstractDescribableImpl<PipelineHeaderExtension>
au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtension
au.com.centrumsystems.hudson.plugin.buildpipeline.extension.SimpleColumnHeader
- All Implemented Interfaces:
ExtensionPoint,Describable<PipelineHeaderExtension>
Just show build name and number
- 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
Methods inherited from class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtension
getDescriptor
-
Constructor Details
-
SimpleColumnHeader
@DataBoundConstructor public SimpleColumnHeader()Default constructor
-
-
Method Details
-
getParameters
- Specified by:
getParametersin classPipelineHeaderExtension- Parameters:
build- - the build to find parameters for- Returns:
- parameters to display in the pipeline
-