public final class RegressionReportNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
RegressionReportNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
RegressionReportNotifier(String recipients,
boolean sendToCulprits) |
RegressionReportNotifier(String recipients,
boolean sendToCulprits,
boolean attachLog) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAttachLog() |
String |
getRecipients() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
getSendToCulprits() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic RegressionReportNotifier(String recipients, boolean sendToCulprits)
@DataBoundConstructor public RegressionReportNotifier(String recipients, boolean sendToCulprits, boolean attachLog)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public String getRecipients()
public boolean getSendToCulprits()
public boolean getAttachLog()
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.