Class PendingApprovalAction.ActionFactory
java.lang.Object
jenkins.model.TransientActionFactory<Job>
io.jenkins.plugins.github_pr_approval.PendingApprovalAction.ActionFactory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
PendingApprovalAction
@Extension
public static class PendingApprovalAction.ActionFactory
extends TransientActionFactory<Job>
Attaches a
PendingApprovalAction to any branch job that needs external approval.-
Nested Class Summary
Nested classes/interfaces inherited from class TransientActionFactory
TransientActionFactory.CacheNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TransientActionFactory
factoriesFor
-
Constructor Details
-
ActionFactory
public ActionFactory()
-
-
Method Details
-
type
- Specified by:
typein classTransientActionFactory<Job>
-
actionType
- Overrides:
actionTypein classTransientActionFactory<Job>
-
createFor
- Specified by:
createForin classTransientActionFactory<Job>
-