public class JobNameColorColumn extends AbstractCompactColumn
| Modifier and Type | Class and Description |
|---|---|
static class |
JobNameColorColumn.DescriptorImpl |
| Constructor and Description |
|---|
JobNameColorColumn(boolean showColor,
boolean showDescription,
boolean showLastBuild,
String colorblindHint) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle(hudson.model.Job job) |
String |
getToolTip(hudson.model.Job job,
Locale locale) |
boolean |
isShowColor() |
boolean |
isShowDescription() |
boolean |
isShowLastBuild() |
getColorblindHint, isShowColorblindUnderlineHint@DataBoundConstructor
public JobNameColorColumn(boolean showColor,
boolean showDescription,
boolean showLastBuild,
String colorblindHint)
public String getStyle(hudson.model.Job job)
public String getToolTip(hudson.model.Job job, Locale locale) throws IOException
IOExceptionpublic boolean isShowColor()
public boolean isShowDescription()
public boolean isShowLastBuild()
Copyright © 2016–2020. All rights reserved.