@Extension
public final class ExtendedEmailPublisherDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Constructor and Description |
---|
ExtendedEmailPublisherDescriptor() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public String getAdminAddress()
public String getDefaultSuffix()
public void setDefaultSuffix(String defaultSuffix)
public javax.mail.Session createSession()
public String getHudsonUrl()
public String getSmtpServer()
public String getSmtpAuthUsername()
public String getSmtpAuthPassword()
public boolean getUseSsl()
public String getSmtpPort()
public String getCharset()
public String getDefaultContentType()
public String getDefaultSubject()
public String getDefaultBody()
public String getEmergencyReroute()
protected void setEmergencyReroute(String emergencyReroute)
public long getMaxAttachmentSize()
public long getMaxAttachmentSizeMb()
public String getDefaultRecipients()
public String getExcludedCommitters()
public boolean getOverrideGlobalSettings()
public String getListId()
public boolean getPrecedenceBulk()
public String getDefaultReplyTo()
public boolean isSecurityEnabled()
public boolean isAdminRequiredForTemplateTesting()
public boolean isWatchingEnabled()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public String getDefaultPresendScript()
public List<GroovyScriptPath> getDefaultClasspath()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.model.Descriptor.FormException
public String getHelpFile()
getHelpFile
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public hudson.util.FormValidation doAddressCheck(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doRecipientListRecipientsCheck(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doMaxAttachmentSizeCheck(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public boolean isMatrixProject(Object project)
public boolean isDebugMode()
public void setDebugMode(boolean debugMode)
public void debug(PrintStream logger, String format, Object... args)
Copyright © 2004-2015. All Rights Reserved.