Class GraphDumpAction.Factory
java.lang.Object
jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
org.jenkinsci.plugins.workflow.job.views.GraphDumpAction.Factory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- GraphDumpAction
@Extension
public static final class GraphDumpAction.Factory
extends TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
-
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
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
createFor
(org.jenkinsci.plugins.workflow.job.WorkflowRun run) Class<org.jenkinsci.plugins.workflow.job.WorkflowRun>
type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
-
createFor
- Specified by:
createFor
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
-