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.DescriptorExtensionListImpl
hudson.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, prebuild
getProjectActions, perform, perform, prebuild
protected List<LabeledTestGroupConfiguration> configs
@DataBoundConstructor public LabeledTestResultGroupPublisher(List<LabeledTestGroupConfiguration> configs)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
BuildStep
expects from outside.getRequiredMonitorService
in interface hudson.tasks.BuildStep
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
createAggregator
in interface hudson.matrix.MatrixAggregatable
public 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.SimpleBuildStep
InterruptedException
IOException
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
Copyright © 2004-2017 Yahoo!, Inc.. All Rights Reserved.