Package jenkins.branch
Class OrganizationChildOrphanedItemsProperty.Inherit
java.lang.Object
hudson.model.AbstractDescribableImpl<com.cloudbees.hudson.plugins.folder.computed.OrphanedItemStrategy>
com.cloudbees.hudson.plugins.folder.computed.OrphanedItemStrategy
jenkins.branch.OrganizationChildOrphanedItemsProperty.Inherit
- All Implemented Interfaces:
ExtensionPoint
,Describable<com.cloudbees.hudson.plugins.folder.computed.OrphanedItemStrategy>
- Enclosing class:
- OrganizationChildOrphanedItemsProperty
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static final class OrganizationChildOrphanedItemsProperty.Inherit
extends com.cloudbees.hudson.plugins.folder.computed.OrphanedItemStrategy
Special marker class to flag copying the parent strategy.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Our descriptor.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<I extends TopLevelItem>
Collection<I>orphanedItems
(com.cloudbees.hudson.plugins.folder.computed.ComputedFolder<I> owner, Collection<I> orphaned, TaskListener listener) Methods inherited from class com.cloudbees.hudson.plugins.folder.computed.OrphanedItemStrategy
getDescriptor
-
Constructor Details
-
Inherit
@DataBoundConstructor public Inherit()Our constructor.
-
-
Method Details
-
orphanedItems
public <I extends TopLevelItem> Collection<I> orphanedItems(com.cloudbees.hudson.plugins.folder.computed.ComputedFolder<I> owner, Collection<I> orphaned, TaskListener listener) throws IOException, InterruptedException - Specified by:
orphanedItems
in classcom.cloudbees.hudson.plugins.folder.computed.OrphanedItemStrategy
- Throws:
IOException
InterruptedException
-