public class MavenMailer extends MavenReporter
| Modifier and Type | Class and Description |
|---|---|
static class |
MavenMailer.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
boolean |
dontNotifyEveryUnstableBuild
negative sense is historical
|
String |
mavenRecipients
not data-bound; set by
MavenModule |
boolean |
perModuleEmail |
String |
recipients |
boolean |
sendToIndividuals |
| Constructor and Description |
|---|
MavenMailer()
Deprecated.
|
MavenMailer(String recipients,
boolean notifyEveryUnstableBuild,
boolean sendToIndividuals,
boolean perModuleEmail) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
end(MavenBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Called after the maven execution finished and the result is determined.
|
String |
getAllRecipients() |
boolean |
isNotifyEveryUnstableBuild() |
enterModule, getAggregatedProjectAction, getDescriptor, getProjectAction, getProjectActions, leaveModule, postBuild, postExecute, preBuild, preExecute, reportGeneratedpublic String recipients
public String mavenRecipients
MavenModulepublic boolean dontNotifyEveryUnstableBuild
public boolean sendToIndividuals
public boolean perModuleEmail
@Deprecated public MavenMailer()
@DataBoundConstructor public MavenMailer(String recipients, boolean notifyEveryUnstableBuild, boolean sendToIndividuals, boolean perModuleEmail)
public boolean isNotifyEveryUnstableBuild()
public boolean end(MavenBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
MavenReporter
This method fires after MavenReporter.postBuild(MavenBuildProxy, MavenProject, BuildListener).
Works like BuildStepCompatibilityLayer.perform(Build, Launcher, BuildListener).
end in class MavenReporterInterruptedExceptionIOExceptionpublic String getAllRecipients()
Copyright © 2016–2017. All rights reserved.