Class RestartFromStageCommand

java.lang.Object
hudson.cli.CLICommand
org.jenkinsci.plugins.pipeline.modeldefinition.cli.RestartFromStageCommand
All Implemented Interfaces:
ExtensionPoint, Cloneable

@Extension public class RestartFromStageCommand extends CLICommand
  • Field Details

    • job

      public Job<?,?> job
    • stage

      public String stage
    • number

      public int number
  • Constructor Details

    • RestartFromStageCommand

      public RestartFromStageCommand()
  • Method Details