Package org.jenkinsci.plugins.octoperf
Class OctoPerfTestStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.octoperf.OctoPerfTestStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class OctoPerfTestStep
extends org.jenkinsci.plugins.workflow.steps.Step
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCredentialsId
(String credentialsId) void
setScenarioId
(String scenarioId) void
setServerUrl
(String serverUrl) void
setStopConditions
(List<? extends TestStopCondition> stopConditions) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
OctoPerfTestStep
-
-
Method Details
-
setCredentialsId
-
setScenarioId
-
setServerUrl
-
setStopConditions
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-