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.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested 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> voidperform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidperform(Run<?, ?> run, FilePath workspace, TaskListener listener, EnvVars vars) voidsetCredentialsId(String credentialsId) voidsetProjectId(String projectId) voidsetScenarioId(String scenarioId) voidsetStopConditions(List<? extends TestStopCondition> stopConditions) voidsetTestName(String testName) voidsetWorkspaceId(String workspaceId) Methods inherited from class hudson.tasks.Builder
all, getDescriptor, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuildMethods 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:
getRequiredMonitorServicein interfaceBuildStep- Overrides:
getRequiredMonitorServicein 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:
performin interfaceSimpleBuildStep
-
perform
public void perform(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull TaskListener listener, @Nonnull EnvVars vars)
-