Class PipelineGraphViewActionFactory
java.lang.Object
jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
io.jenkins.plugins.pipelinegraphview.PipelineGraphViewActionFactory
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class PipelineGraphViewActionFactory
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 target) Class<org.jenkinsci.plugins.workflow.job.WorkflowRun>
type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
PipelineGraphViewActionFactory
public PipelineGraphViewActionFactory()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun target) - Specified by:
createFor
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
-