@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class ItemColumn extends ListViewColumn
| 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.
|
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
ItemColumn()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle(Object job)
Gets the tool-tip title of a job.
|
boolean |
isOrphaned(Object item)
Determines if the item is orphaned.
|
boolean |
isPrimary(Object job)
Determines if the item has a
PrimaryInstanceMetadataAction. |
all, createDefaultInitialColumnList, createDefaultInitialColumnList, createDefaultInitialColumnList, getColumnCaption, getDescriptor, shownByDefaultpublic boolean isPrimary(Object job)
PrimaryInstanceMetadataAction.job - the item.true if and only if the item has a PrimaryInstanceMetadataAction.public boolean isOrphaned(Object item)
item - the item.true if and only if the item is orphaned.Copyright © 2016–2019. All rights reserved.