public class EmailPostBuildAction extends Notifier implements SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
EmailPostBuildAction.DescriptorImpl
Inner class representing the descriptor.
|
Publisher.DescriptorExtensionListImpl
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, PUBLISHERS
Constructor and Description |
---|
EmailPostBuildAction(String recipients)
Constructor passing recipients.
|
Modifier and Type | Method and Description |
---|---|
String |
getRecipients()
Get the recipients.
|
void |
perform(Run<?,?> run,
FilePath filePath,
Launcher launcher,
TaskListener listener) |
getDescriptor
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
@DataBoundConstructor public EmailPostBuildAction(String recipients)
recipients
- the email recipientsCopyright © 2016–2022. All rights reserved.