Class JobNameColorColumn
java.lang.Object
hudson.views.ListViewColumn
com.robestone.hudson.compactcolumns.AbstractCompactColumn
com.robestone.hudson.compactcolumns.JobNameColorColumn
- All Implemented Interfaces:
ExtensionPoint
,Describable<ListViewColumn>
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
ConstructorDescriptionJobNameColorColumn
(boolean showColor, boolean showDescription, boolean showLastBuild, String colorblindHint) -
Method Summary
Methods inherited from class com.robestone.hudson.compactcolumns.AbstractCompactColumn
getColorblindHint, isShowColorblindUnderlineHint
Methods inherited from class hudson.views.ListViewColumn
all, createDefaultInitialColumnList, createDefaultInitialColumnList, createDefaultInitialColumnList, getColumnCaption, getDescriptor, shownByDefault
-
Constructor Details
-
JobNameColorColumn
@DataBoundConstructor public JobNameColorColumn(boolean showColor, boolean showDescription, boolean showLastBuild, String colorblindHint)
-
-
Method Details
-
getStyle
-
getToolTip
- Throws:
IOException
-
isShowColor
public boolean isShowColor() -
isShowDescription
public boolean isShowDescription() -
isShowLastBuild
public boolean isShowLastBuild()
-