Package org.jenkinsci.plugins.octoperf
Class OctoperfBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
org.jenkinsci.plugins.octoperf.OctoperfBuilder
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
,SimpleBuildStep
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
-
Field Summary
FieldsFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
ConstructorsConstructorDescriptionOctoperfBuilder
(String credentialsId, String workspaceId, String projectId, String scenarioId, String testName, List<? extends TestStopCondition> stopConditions) -
Method Summary
Modifier and TypeMethodDescriptionList<? extends TestStopCondition>
void
perform
(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) void
perform
(Run<?, ?> run, FilePath workspace, TaskListener listener, EnvVars vars) void
setCredentialsId
(String credentialsId) void
setProjectId
(String projectId) void
setScenarioId
(String scenarioId) void
setStopConditions
(List<? extends TestStopCondition> stopConditions) void
setTestName
(String testName) void
setWorkspaceId
(String workspaceId) Methods inherited from class hudson.tasks.Builder
all, getDescriptor, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuild
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Field Details
-
TEN_SECS
public static final long TEN_SECS- See Also:
-
-
Constructor Details
-
OctoperfBuilder
-
-
Method Details
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorService
in interfaceBuildStep
- Overrides:
getRequiredMonitorService
in classBuilder
-
getStopConditions
-
setWorkspaceId
-
setProjectId
-
setScenarioId
-
setCredentialsId
-
setStopConditions
-
setTestName
-
perform
public void perform(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) - Specified by:
perform
in interfaceSimpleBuildStep
-
perform
-