@Extension
public static final class ExtendedEmailTemplatePublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
ExtendedEmailTemplatePublisher.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTemplate(ExtendedEmailPublisherTemplate template) |
String |
getDisplayName() |
ExtendedEmailPublisherTemplate |
getTemplateById(String id) |
List<ExtendedEmailPublisherTemplate> |
getTemplates() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> type) |
void |
removeTemplateById(String id) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic ExtendedEmailTemplatePublisher.DescriptorImpl()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> type)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public List<ExtendedEmailPublisherTemplate> getTemplates()
public void addTemplate(ExtendedEmailPublisherTemplate template)
public void removeTemplateById(String id)
public ExtendedEmailPublisherTemplate getTemplateById(String id)
Copyright © 2004-2014. All Rights Reserved.