Class ReplayPipelineCommand

java.lang.Object
hudson.cli.CLICommand
org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
All Implemented Interfaces:
ExtensionPoint, Cloneable

@Extension public class ReplayPipelineCommand extends CLICommand
  • Field Details

    • job

      public Job<?,?> job
    • number

      public int number
    • script

      public String script
  • Constructor Details

    • ReplayPipelineCommand

      public ReplayPipelineCommand()
  • Method Details