public class ExtendedEmailTemplatePublisher extends Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendedEmailTemplatePublisher.DescriptorImpl |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherListBUILDERS, PUBLISHERS| Constructor and Description |
|---|
ExtendedEmailTemplatePublisher(List<TemplateId> templateIds) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedEmailTemplatePublisher.DescriptorImpl |
getDescriptor() |
BuildStepMonitor |
getRequiredMonitorService() |
Collection<TemplateId> |
getTemplateIds() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
boolean |
prebuild(AbstractBuild<?,?> build,
BuildListener listener) |
void |
setTemplateIds(List<TemplateId> list) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform@DataBoundConstructor public ExtendedEmailTemplatePublisher(List<TemplateId> templateIds)
public Collection<TemplateId> getTemplateIds()
public void setTemplateIds(List<TemplateId> list)
public BuildStepMonitor getRequiredMonitorService()
public boolean prebuild(AbstractBuild<?,?> build, BuildListener listener)
prebuild in interface BuildStepprebuild in class BuildStepCompatibilityLayerpublic boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic ExtendedEmailTemplatePublisher.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class NotifierCopyright © 2016–2022. All rights reserved.