Package htmlpublisher.workflow
Class WorkflowActionsFactory
- All Implemented Interfaces:
ExtensionPoint
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class)
@Extension
public class WorkflowActionsFactory
extends TransientActionFactory<Job>
Produces actions for workflow jobs.
- Author:
- Oleg Nenashev
-
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 -
Method Summary
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
WorkflowActionsFactory
public WorkflowActionsFactory()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<Job>
-
createFor
- Specified by:
createFor
in classTransientActionFactory<Job>
-