Class OrganizationChildOrphanedItemsProperty.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
com.cloudbees.hudson.plugins.folder.AbstractFolderPropertyDescriptor
jenkins.branch.OrganizationFolderPropertyDescriptor
jenkins.branch.OrganizationChildOrphanedItemsProperty.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
OrganizationChildOrphanedItemsProperty

@Extension public static class OrganizationChildOrphanedItemsProperty.DescriptorImpl extends OrganizationFolderPropertyDescriptor
Our descriptor.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      @NonNull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
    • getStrategyDescriptors

      @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) @NonNull public List<com.cloudbees.hudson.plugins.folder.computed.OrphanedItemStrategyDescriptor> getStrategyDescriptors()
      Gets the OrphanedItemStrategyDescriptors applicable to the children of the OrganizationFolder.
      Returns:
      the OrphanedItemStrategyDescriptors applicable to the children of the OrganizationFolder.