public class LabeledTestResultGroupPublisher extends hudson.tasks.Recorder implements Serializable, hudson.matrix.MatrixAggregatable, jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
LabeledTestResultGroupPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImplhudson.ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
protected List<LabeledTestGroupConfiguration> |
configs |
| Constructor and Description |
|---|
LabeledTestResultGroupPublisher(List<LabeledTestGroupConfiguration> configs) |
| Modifier and Type | Method and Description |
|---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
debugPrint() |
static void |
discoverParsers() |
List<LabeledTestGroupConfiguration> |
getConfigs() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService()
Declares the scope of the synchronization monitor this
BuildStep expects from outside. |
static List<hudson.tasks.test.TestResultParser> |
getTestResultParsers() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setConfigs(List<LabeledTestGroupConfiguration> configs) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectActions, perform, perform, prebuildprotected List<LabeledTestGroupConfiguration> configs
@DataBoundConstructor public LabeledTestResultGroupPublisher(List<LabeledTestGroupConfiguration> configs)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
BuildStep expects from outside.getRequiredMonitorService in interface hudson.tasks.BuildSteppublic hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
createAggregator in interface hudson.matrix.MatrixAggregatablepublic static void discoverParsers()
public static List<hudson.tasks.test.TestResultParser> getTestResultParsers()
public void debugPrint()
public List<LabeledTestGroupConfiguration> getConfigs()
public void setConfigs(List<LabeledTestGroupConfiguration> configs)
public void perform(@Nonnull hudson.model.Run<?,?> build, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerCopyright © 2004-2017 Yahoo!, Inc.. All Rights Reserved.