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>
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • type

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

      public Collection<? extends Action> createFor(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
      Specified by:
      createFor in class TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>