Class Folder.DeprecatedTransientActions
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Folder>
-
- com.cloudbees.hudson.plugins.folder.Folder.DeprecatedTransientActions
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- Folder
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) @Deprecated @Extension public static class Folder.DeprecatedTransientActions extends TransientActionFactory<Folder>
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description DeprecatedTransientActions()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<? extends Action>
createFor(Folder target)
Deprecated.Class<Folder>
type()
Deprecated.-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<Folder> type()
Deprecated.- Specified by:
type
in classTransientActionFactory<Folder>
-
createFor
public Collection<? extends Action> createFor(Folder target)
Deprecated.- Specified by:
createFor
in classTransientActionFactory<Folder>
-
-