Package com.cloudbees.workflow.ui.view
Class WorkflowStageViewAction.Factory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowJob>
-
- com.cloudbees.workflow.ui.view.WorkflowStageViewAction.Factory
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- WorkflowStageViewAction
@Extension public static class WorkflowStageViewAction.Factory extends TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowJob>
-
-
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(org.jenkinsci.plugins.workflow.job.WorkflowJob target)
Class<org.jenkinsci.plugins.workflow.job.WorkflowJob>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<org.jenkinsci.plugins.workflow.job.WorkflowJob> type()
- Specified by:
type
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowJob>
-
createFor
public Collection<? extends Action> createFor(org.jenkinsci.plugins.workflow.job.WorkflowJob target)
- Specified by:
createFor
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowJob>
-
-