Class AuthorizeProjectProperty.TransientActionFactoryImpl
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Job>
-
- org.jenkinsci.plugins.authorizeproject.AuthorizeProjectProperty.TransientActionFactoryImpl
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- AuthorizeProjectProperty
@Extension(ordinal=8.988465674311579E307) public static class AuthorizeProjectProperty.TransientActionFactoryImpl extends TransientActionFactory<Job>
The action factory responsible for adding theAuthorizeProjectProperty.AuthorizationAction
.- Since:
- 1.3.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.Cache
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description TransientActionFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(Job target)
Class<Job>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<Job> type()
- Specified by:
type
in classTransientActionFactory<Job>
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull Job target)
- Specified by:
createFor
in classTransientActionFactory<Job>
-
-