Class FlowGraphTableAction.Factory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<WorkflowRun>
-
- org.jenkinsci.plugins.workflow.job.views.FlowGraphTableAction.Factory
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- FlowGraphTableAction
@Extension public static final class FlowGraphTableAction.Factory extends TransientActionFactory<WorkflowRun>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(WorkflowRun run)
Class<WorkflowRun>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<WorkflowRun> type()
- Specified by:
type
in classTransientActionFactory<WorkflowRun>
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull WorkflowRun run)
- Specified by:
createFor
in classTransientActionFactory<WorkflowRun>
-
-