@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class ItemColumn
extends hudson.views.ListViewColumn
JobColumn
only is aware of PrimaryInstanceMetadataAction
and ObjectMetadataAction
Modifier and Type | Class and Description |
---|---|
static class |
ItemColumn.DescriptorImpl
Our extension.
|
static class |
ItemColumn.DescriptorVisibilityFilterImpl
Hide this column from user views as it would only confuse them.
|
Constructor and Description |
---|
ItemColumn()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Object job)
Gets the description of a job.
|
boolean |
isPrimary(Object job)
Determines if the item has a
PrimaryInstanceMetadataAction . |
public boolean isPrimary(Object job)
PrimaryInstanceMetadataAction
.job
- the item.true
if and only if the item has a PrimaryInstanceMetadataAction
.Copyright © 2016–2017. All rights reserved.