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