public class JobTypeColumn
extends hudson.views.ListViewColumn
| Modifier and Type | Class and Description |
|---|---|
static class |
JobTypeColumn.DescriptorImpl |
| Constructor and Description |
|---|
JobTypeColumn() |
JobTypeColumn(boolean usePronoun) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobType(hudson.model.AbstractItem item)
Returns the job type
|
boolean |
isUsePronoun() |
@DataBoundConstructor public JobTypeColumn(boolean usePronoun)
public JobTypeColumn()
public boolean isUsePronoun()
public String getJobType(hudson.model.AbstractItem item)
Note: The config section for this column contains an option that allows to use the 'pronoun' instead of the 'simple name' to query the job type.
item - job, etc.Copyright © 2016–2018. All rights reserved.