public class ExtendedEmailPublisherDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
ExtendedEmailPublisherDescriptor() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public String getAdminAddress()
public String getDefaultSuffix()
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()
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 isWatchingEnabled()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDefaultPresendScript()
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic 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.FormExceptionpublic String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doAddressCheck(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doRecipientListRecipientsCheck(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doMaxAttachmentSizeCheck(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic boolean isMatrixProject(Object project)
public boolean isDebugMode()
public void setDebugMode(boolean debugMode)
public void debug(PrintStream logger, String format, Object... args)
Copyright © 2004-2013. All Rights Reserved.