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, prebuild
public 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions
in interface hudson.tasks.BuildStep
getProjectActions
in class hudson.tasks.BuildStepCompatibilityLayer
Copyright © 2016. All rights reserved.