public class AggregatedTestResultPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregatedTestResultPublisher.DescriptorImpl |
static class |
AggregatedTestResultPublisher.TestResultAction
Action that serves the aggregated record.
|
static class |
AggregatedTestResultPublisher.TestResultProjectAction |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
boolean |
includeFailedBuilds
Should failed builds be included?
|
String |
jobs
Jobs to aggregate.
|
| Constructor and Description |
|---|
AggregatedTestResultPublisher(String jobs) |
AggregatedTestResultPublisher(String jobs,
boolean includeFailedBuilds) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic final String jobs
public final boolean includeFailedBuilds
public AggregatedTestResultPublisher(String jobs)
public AggregatedTestResultPublisher(String jobs, boolean includeFailedBuilds)
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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerCopyright © 2004-2014. All Rights Reserved.