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