public class ParallelTestExecutor
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
ParallelTestExecutor.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static int |
NUMBER_OF_BUILDS_TO_SEARCH |
static com.google.common.collect.ImmutableSet<hudson.model.Result> |
RESULTS_OF_BUILDS_TO_CONSIDER |
| Constructor and Description |
|---|
ParallelTestExecutor(Parallelism parallelism,
String testJob,
String patternFile,
String testReportFiles,
boolean archiveTestResults,
List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Parallelism |
getParallelism() |
List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> |
getParameters() |
String |
getPatternFile() |
String |
getTestJob() |
String |
getTestReportFiles() |
boolean |
isArchiveTestResults() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildpublic static final int NUMBER_OF_BUILDS_TO_SEARCH
public static final com.google.common.collect.ImmutableSet<hudson.model.Result> RESULTS_OF_BUILDS_TO_CONSIDER
@DataBoundConstructor public ParallelTestExecutor(Parallelism parallelism, String testJob, String patternFile, String testReportFiles, boolean archiveTestResults, List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> parameters)
public Parallelism getParallelism()
public String getTestJob()
public String getPatternFile()
public String getTestReportFiles()
public boolean isArchiveTestResults()
public List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> getParameters()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2015. All Rights Reserved.