public class StressTestPublisher
extends hudson.tasks.Notifier
implements jenkins.tasks.SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
StressTestPublisher.StressTestPublisherDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl
jenkins.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, prebuild
getProjectAction, getProjectActions, perform, perform, prebuild
public String getScenarioId()
public String getCredentialsId()
public int getErrorThreshold()
public int getAvgTime()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
public void perform(hudson.model.Run<?,?> run, hudson.FilePath fp, hudson.Launcher lnchr, hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
Copyright © 2016–2020. All rights reserved.