public class TestCompositionRunner extends AbstractSCommandBuilder
Modifier and Type | Class and Description |
---|---|
static class |
TestCompositionRunner.DeleteOldResultsSettings |
static class |
TestCompositionRunner.DescriptorImpl |
Constructor and Description |
---|
TestCompositionRunner(String url,
String cloudTestServerID,
String composition,
TestCompositionRunner.DeleteOldResultsSettings deleteOldResults,
String additionalOptions,
List<TransactionThreshold> thresholds,
boolean generatePlotCSV) |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalOptions() |
String |
getComposition() |
boolean |
getDeleteOldResults() |
boolean |
getGeneratePlotCSV() |
int |
getMaxDaysOfResults() |
List<TransactionThreshold> |
getThresholds() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Object |
readResolve() |
getCloudTestServerID, getSCommandArgs, getServer, getUrl
all, getDescriptor, getRequiredMonitorService, prebuild
@DataBoundConstructor public TestCompositionRunner(String url, String cloudTestServerID, String composition, TestCompositionRunner.DeleteOldResultsSettings deleteOldResults, String additionalOptions, List<TransactionThreshold> thresholds, boolean generatePlotCSV)
public List<TransactionThreshold> getThresholds()
public String getComposition()
public boolean getDeleteOldResults()
public int getMaxDaysOfResults()
public String getAdditionalOptions()
public boolean getGeneratePlotCSV()
public Object readResolve() throws IOException
IOException
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2004-2016. All Rights Reserved.