Class OrphanedItemStrategyDescriptor

java.lang.Object
hudson.model.Descriptor<OrphanedItemStrategy>
com.cloudbees.hudson.plugins.folder.computed.OrphanedItemStrategyDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Direct Known Subclasses:
DefaultOrphanedItemStrategy.DescriptorImpl

public abstract class OrphanedItemStrategyDescriptor extends Descriptor<OrphanedItemStrategy>
  • Constructor Details

    • OrphanedItemStrategyDescriptor

      public OrphanedItemStrategyDescriptor()
  • Method Details

    • isApplicable

      public boolean isApplicable(Class<? extends ComputedFolder> folderType)
      Checks if this strategy is applicable to a given kind of folder.
      Parameters:
      folderType - the type of folder.
      Returns:
      true to allow user to select and configure this build source.