Class WorkspaceRunAction.Factory

java.lang.Object
jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>
org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction.Factory
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
WorkspaceRunAction

@Extension public static final class WorkspaceRunAction.Factory extends TransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • type

      public Class<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable> type()
      Specified by:
      type in class TransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>
    • createFor

      public Collection<? extends Action> createFor(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable target)
      Specified by:
      createFor in class TransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>