Class ItemColumn

All Implemented Interfaces:
ExtensionPoint, Describable<ListViewColumn>

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class ItemColumn extends ListViewColumn
Like JobColumn only is aware of PrimaryInstanceMetadataAction and ObjectMetadataAction
Since:
2.0.1
  • Constructor Details

    • ItemColumn

      @DataBoundConstructor public ItemColumn()
      Default constructor
  • Method Details

    • isPrimary

      public boolean isPrimary(Object job)
      Determines if the item has a PrimaryInstanceMetadataAction.
      Parameters:
      job - the item.
      Returns:
      true if and only if the item has a PrimaryInstanceMetadataAction.
    • isOrphaned

      public boolean isOrphaned(Object item)
      Determines if the item is orphaned.
      Parameters:
      item - the item.
      Returns:
      true if and only if the item is orphaned.