Package org.jenkinsci.plugins.octoperf
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
ModifierConstructorDescriptionprotected
OctoPerfTestExecution
(org.jenkinsci.plugins.workflow.steps.StepContext context, String credentialsId, String scenarioId, String serverUrl, List<? extends TestStopCondition> stopConditions) -
Method Summary
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
-
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