public class FailureCauseColumn extends ListViewColumn
Modifier and Type | Class and Description |
---|---|
static class |
FailureCauseColumn.DescriptorImpl
The descriptor for
FailureCauseColumn . |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
FailureCauseColumn(boolean showText)
The standard data-bound constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getBadgeImageUrl(Job job) |
List<FoundFailureCause> |
getFoundFailureCauses(Job job) |
boolean |
isShowText() |
all, createDefaultInitialColumnList, createDefaultInitialColumnList, createDefaultInitialColumnList, getColumnCaption, getDescriptor, shownByDefault
@DataBoundConstructor public FailureCauseColumn(boolean showText)
showText
- if true, will display the text of the failure cause next to the iconpublic String getBadgeImageUrl(Job job)
job
- The given job we want the badge image url forFailureCauseBuildAction.getBadgeImageUrl()
public List<FoundFailureCause> getFoundFailureCauses(Job job)
job
- the job we want to retrieve actions forFailureCauseBuildAction.getFoundFailureCauses()
public boolean isShowText()
Copyright © 2016–2021. All rights reserved.