Class OctoPerfTestStep.OctoPerfTestExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
org.jenkinsci.plugins.octoperf.OctoPerfTestStep.OctoPerfTestExecution
All Implemented Interfaces:
Serializable
Enclosing class:
OctoPerfTestStep

public static class OctoPerfTestStep.OctoPerfTestExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    OctoPerfTestExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, String credentialsId, String scenarioId, String serverUrl, List<? extends TestStopCondition> stopConditions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Void
    run()
     
    void
    stop(Throwable cause)
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution

    blocksRestart, getStatus, onResume, start

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

    applyAll, applyAll, getContext, getStatusBounded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OctoPerfTestExecution

      protected OctoPerfTestExecution(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull String credentialsId, @Nonnull String scenarioId, @Nonnull String serverUrl, @Nonnull List<? extends TestStopCondition> stopConditions)
  • Method Details

    • run

      protected Void run() throws Exception
      Specified by:
      run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
      Throws:
      Exception
    • stop

      public void stop(Throwable cause) throws Exception
      Overrides:
      stop in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
      Throws:
      Exception