Class WithMockLoadStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public final class WithMockLoadStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Field Detail

      • averageDuration

        @DataBoundSetter
        public long averageDuration
      • testFailureIgnore

        @DataBoundSetter
        public boolean testFailureIgnore
    • Constructor Detail

      • WithMockLoadStep

        @DataBoundConstructor
        public WithMockLoadStep()
    • Method Detail

      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)
                                                                 throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception