public class StressTestPublisher
extends hudson.tasks.Notifier
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
StressTestPublisher.StressTestPublisherDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
StressTestPublisher(String scenarioId,
String credentialsId,
int errorThreshold,
int avgTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAvgTime() |
String |
getCredentialsId() |
int |
getErrorThreshold() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getScenarioId() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath fp,
hudson.Launcher lnchr,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildpublic String getScenarioId()
public String getCredentialsId()
public int getErrorThreshold()
public int getAvgTime()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic void perform(hudson.model.Run<?,?> run,
hudson.FilePath fp,
hudson.Launcher lnchr,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2020. All rights reserved.