Class FolderOwnershipActionFactory
java.lang.Object
jenkins.model.TransientActionFactory<com.cloudbees.hudson.plugins.folder.AbstractFolder>
org.jenkinsci.plugins.ownership.model.folders.FolderOwnershipActionFactory
- All Implemented Interfaces:
ExtensionPoint
@Extension(optional=true)
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class FolderOwnershipActionFactory
extends TransientActionFactory<com.cloudbees.hudson.plugins.folder.AbstractFolder>
Injects
FolderOwnershipActions.- Author:
- Oleg Nenashev
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.CacheNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action> createFor(com.cloudbees.hudson.plugins.folder.AbstractFolder target) Class<com.cloudbees.hudson.plugins.folder.AbstractFolder> type()Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
FolderOwnershipActionFactory
public FolderOwnershipActionFactory()
-
-
Method Details
-
createFor
public Collection<? extends Action> createFor(com.cloudbees.hudson.plugins.folder.AbstractFolder target) - Specified by:
createForin classTransientActionFactory<com.cloudbees.hudson.plugins.folder.AbstractFolder>
-
type
- Specified by:
typein classTransientActionFactory<com.cloudbees.hudson.plugins.folder.AbstractFolder>
-