Skip navigation links
A C D E F G H I J L M N P R S U _ 

A

all() - Static method in class hudson.tasks.MailAddressResolver
Returns all the registered MailAddressResolver descriptors.
all() - Static method in class jenkins.plugins.mailer.tasks.MailAddressFilter
Returns all the registered MailAddressFilter descriptors
allExtensions() - Static method in class jenkins.plugins.mailer.tasks.MailAddressFilter
 
artifactMatches(String, AbstractBuild<?, ?>) - Method in class hudson.tasks.MailSender
Check whether a path (/-separated) will be archived.

C

configure(StaplerRequest, JSONObject) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
createMail(Run<?, ?>, TaskListener) - Method in class hudson.tasks.MailSender
 
createSession() - Method in class hudson.tasks.Mailer.DescriptorImpl
JavaMail session.

D

debug - Static variable in class hudson.tasks.Mailer
Debug probe point to be activated by the scripting console.
debug - Static variable in class hudson.tasks.MailSender
 
DESCRIPTOR - Static variable in class hudson.tasks.Mailer
Deprecated.
as of 1.286 Use Mailer.descriptor() to obtain the current instance.
descriptor() - Static method in class hudson.tasks.Mailer
 
DescriptorImpl() - Constructor for class hudson.tasks.Mailer.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.Mailer.UserProperty.DescriptorImpl
 
doAddressCheck(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
doCheckDefaultSuffix(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
doCheckSmtpServer(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
dontNotifyEveryUnstableBuild - Variable in class hudson.tasks.Mailer
If true, only the first unstable build will be reported.
doSendTestMail(String, String, boolean, String, Secret, boolean, String, String, String) - Method in class hudson.tasks.Mailer.DescriptorImpl
Send an email to the admin address

E

execute(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.tasks.MailSender
Deprecated.

F

filterRecipients(Run<?, ?>, TaskListener, Set<InternetAddress>) - Static method in class jenkins.plugins.mailer.tasks.MailAddressFilter
Returns a copy of the given set of recipients excluding addresses that our filtered out.
findMailAddressFor(User) - Method in class hudson.tasks.MailAddressResolver
Infers e-mail address of the given user.

G

getAddress() - Method in class hudson.tasks.Mailer.UserProperty
 
getAdminAddress() - Method in class hudson.tasks.Mailer.DescriptorImpl
Deprecated.
as of 1.4 Use JenkinsLocationConfiguration
getCharset() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getConfiguredAddress() - Method in class hudson.tasks.Mailer.UserProperty
 
getDefaultSuffix() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getDescriptor() - Method in class jenkins.plugins.mailer.tasks.MailAddressFilter
 
getDisplayName() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.Mailer.UserProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.MailMessageIdAction
 
getExplicitlyConfiguredAddress() - Method in class hudson.tasks.Mailer.UserProperty
Gets an email address, which have been explicitly configured on the user's configuration page.
getFilteredRecipients(AbstractBuild<?, ?>, BuildListener, Set<InternetAddress>) - Static method in class jenkins.plugins.mailer.tasks.MailAddressFilter
Deprecated.
getIconFileName() - Method in class hudson.tasks.MailMessageIdAction
 
getMail(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.tasks.MailSender
Deprecated.
getReplyToAddress() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getRequiredMonitorService() - Method in class hudson.tasks.Mailer
This class does explicit check pointing.
getShortDescription() - Method in class hudson.cli.MailCommand
 
getSmtpAuthPassword() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getSmtpAuthPasswordSecret() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getSmtpAuthUserName() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getSmtpPort() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getSmtpServer() - Method in class hudson.tasks.Mailer.DescriptorImpl
 
getUrl() - Method in class hudson.tasks.Mailer.DescriptorImpl
Deprecated.
as of 1.4 Use JenkinsLocationConfiguration
getUrlName() - Method in class hudson.tasks.MailMessageIdAction
 
getUseSsl() - Method in class hudson.tasks.Mailer.DescriptorImpl
 

H

hasExplicitlyConfiguredAddress() - Method in class hudson.tasks.Mailer.UserProperty
Has the user configured a value explicitly (true), or is it inferred (false)?
hudson.cli - package hudson.cli
 
hudson.tasks - package hudson.tasks
 
hudson.tasks.i18n - package hudson.tasks.i18n
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
isFiltered(AbstractBuild<?, ?>, BuildListener, InternetAddress) - Method in class jenkins.plugins.mailer.tasks.MailAddressFilter
Deprecated.
isNotifyEveryUnstableBuild() - Method in class hudson.tasks.Mailer
 

J

jenkins.plugins.mailer.tasks - package jenkins.plugins.mailer.tasks
 

L

LIST - Static variable in class hudson.tasks.MailAddressResolver
Deprecated.
as of 1.286 Use MailAddressResolver.all() for read access and Extension for registration.
LOGGER - Static variable in class hudson.tasks.Mailer
 

M

MailAddressFilter - Class in jenkins.plugins.mailer.tasks
Checks email addresses if they should be excluded from sent emails.
MailAddressFilter() - Constructor for class jenkins.plugins.mailer.tasks.MailAddressFilter
 
MailAddressFilterDescriptor - Class in jenkins.plugins.mailer.tasks
 
MailAddressFilterDescriptor() - Constructor for class jenkins.plugins.mailer.tasks.MailAddressFilterDescriptor
 
MailAddressResolver - Class in hudson.tasks
Infers e-mail addresses for the user when none is specified.
MailAddressResolver() - Constructor for class hudson.tasks.MailAddressResolver
 
MailCommand - Class in hudson.cli
Sends e-mail through Hudson.
MailCommand() - Constructor for class hudson.cli.MailCommand
 
Mailer - Class in hudson.tasks
Publisher that sends the build result in e-mail.
Mailer() - Constructor for class hudson.tasks.Mailer
Deprecated.
Mailer(String, boolean, boolean) - Constructor for class hudson.tasks.Mailer
 
Mailer.DescriptorImpl - Class in hudson.tasks
 
Mailer.UserProperty - Class in hudson.tasks
Per user property that is e-mail address.
Mailer.UserProperty.DescriptorImpl - Class in hudson.tasks
 
Mailer_DisplayName() - Static method in class hudson.tasks.i18n.Messages
E-mail Notification
Mailer_EmailSentSuccessfully() - Static method in class hudson.tasks.i18n.Messages
Email was successfully sent
Mailer_FailedToSendEmail() - Static method in class hudson.tasks.i18n.Messages
Failed to send out e-mail
Mailer_Suffix_Error() - Static method in class hudson.tasks.i18n.Messages
This field should be ''@'' followed by a domain name.
Mailer_TestMail_Content(Object, Object) - Static method in class hudson.tasks.i18n.Messages
This is test email #{0} sent from {1}
Mailer_TestMail_Subject(Object) - Static method in class hudson.tasks.i18n.Messages
Test email #{0}
Mailer_Unknown_Host_Name() - Static method in class hudson.tasks.i18n.Messages
Unknown host name:
Mailer_UserProperty_DisplayName() - Static method in class hudson.tasks.i18n.Messages
E-mail
MailMessageIdAction - Class in hudson.tasks
Remembers the message ID of the e-mail that was sent for the build.
MailMessageIdAction(String) - Constructor for class hudson.tasks.MailMessageIdAction
 
MailSender - Class in hudson.tasks
Core logic of sending out notification e-mail.
MailSender(String, boolean, boolean) - Constructor for class hudson.tasks.MailSender
 
MailSender(String, boolean, boolean, String) - Constructor for class hudson.tasks.MailSender
 
MailSender(String, boolean, boolean, String, Collection<AbstractProject>) - Constructor for class hudson.tasks.MailSender
 
MailSender_BackToNormal_Normal() - Static method in class hudson.tasks.i18n.Messages
normal
MailSender_BackToNormal_Stable() - Static method in class hudson.tasks.i18n.Messages
stable
MailSender_BackToNormalMail_Subject(Object) - Static method in class hudson.tasks.i18n.Messages
Jenkins build is back to {0} :
MailSender_FailureMail_Changes() - Static method in class hudson.tasks.i18n.Messages
Changes:
MailSender_FailureMail_FailedToAccessBuildLog() - Static method in class hudson.tasks.i18n.Messages
Failed to access build log
MailSender_FailureMail_Subject() - Static method in class hudson.tasks.i18n.Messages
Build failed in Jenkins:
MailSender_Link(Object, Object) - Static method in class hudson.tasks.i18n.Messages
See <{0}{1}>
MailSender_ListEmpty() - Static method in class hudson.tasks.i18n.Messages
An attempt to send an e-mail to empty list of recipients, ignored.
MailSender_NoAddress(Object) - Static method in class hudson.tasks.i18n.Messages
Failed to send e-mail to {0} because no e-mail address is known, and no default e-mail domain is configured
MailSender_UnstableMail_StillUnstable_Subject() - Static method in class hudson.tasks.i18n.Messages
Jenkins build is still unstable:
MailSender_UnstableMail_Subject() - Static method in class hudson.tasks.i18n.Messages
Jenkins build is unstable:
MailSender_UnstableMail_ToUnStable_Subject() - Static method in class hudson.tasks.i18n.Messages
Jenkins build became unstable:
messageId - Variable in class hudson.tasks.MailMessageIdAction
Message ID of the e-mail sent for the build.
Messages - Class in hudson.tasks.i18n
 
Messages() - Constructor for class hudson.tasks.i18n.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
newInstance(User) - Method in class hudson.tasks.Mailer.UserProperty.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.tasks.Mailer.UserProperty.DescriptorImpl
 

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.Mailer
 
PluginImpl - Class in hudson.tasks
 
PluginImpl() - Constructor for class hudson.tasks.PluginImpl
 

R

recipients - Variable in class hudson.tasks.Mailer
Whitespace-separated list of e-mail addresses that represent recipients.
resolve(User) - Static method in class hudson.tasks.MailAddressResolver
Try to resolve email address using resolvers.
resolveFast(User) - Static method in class hudson.tasks.MailAddressResolver
Try to resolve user email address fast enough to be used from UI
run() - Method in class hudson.cli.MailCommand
 
run(Run<?, ?>, TaskListener) - Method in class hudson.tasks.MailSender
 

S

sendToIndividuals - Variable in class hudson.tasks.Mailer
If true, individuals will receive e-mails regarding who broke the build.
setAdminAddress(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
Deprecated.
as of 1.4 Use JenkinsLocationConfiguration
setCharset(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
setDefaultSuffix(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
setHudsonUrl(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
Deprecated.
as of 1.4 Use JenkinsLocationConfiguration
setReplyToAddress(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
setSmtpAuth(String, String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
setSmtpHost(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
setSmtpPort(String) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
setUseSsl(boolean) - Method in class hudson.tasks.Mailer.DescriptorImpl
 
shouldFilter(Run<?, ?>, TaskListener, InternetAddress) - Method in class jenkins.plugins.mailer.tasks.MailAddressFilter
Checks if a given email should be excluded from the recipients of an email.
StringToAddress(String, String) - Static method in class hudson.tasks.Mailer
 

U

UserProperty(String) - Constructor for class hudson.tasks.Mailer.UserProperty
 

_

_Mailer_DisplayName() - Static method in class hudson.tasks.i18n.Messages
E-mail Notification
_Mailer_EmailSentSuccessfully() - Static method in class hudson.tasks.i18n.Messages
Email was successfully sent
_Mailer_FailedToSendEmail() - Static method in class hudson.tasks.i18n.Messages
Failed to send out e-mail
_Mailer_Suffix_Error() - Static method in class hudson.tasks.i18n.Messages
This field should be ''@'' followed by a domain name.
_Mailer_TestMail_Content(Object, Object) - Static method in class hudson.tasks.i18n.Messages
This is test email #{0} sent from {1}
_Mailer_TestMail_Subject(Object) - Static method in class hudson.tasks.i18n.Messages
Test email #{0}
_Mailer_Unknown_Host_Name() - Static method in class hudson.tasks.i18n.Messages
Unknown host name:
_Mailer_UserProperty_DisplayName() - Static method in class hudson.tasks.i18n.Messages
E-mail
_MailSender_BackToNormal_Normal() - Static method in class hudson.tasks.i18n.Messages
normal
_MailSender_BackToNormal_Stable() - Static method in class hudson.tasks.i18n.Messages
stable
_MailSender_BackToNormalMail_Subject(Object) - Static method in class hudson.tasks.i18n.Messages
Jenkins build is back to {0} :
_MailSender_FailureMail_Changes() - Static method in class hudson.tasks.i18n.Messages
Changes:
_MailSender_FailureMail_FailedToAccessBuildLog() - Static method in class hudson.tasks.i18n.Messages
Failed to access build log
_MailSender_FailureMail_Subject() - Static method in class hudson.tasks.i18n.Messages
Build failed in Jenkins:
_MailSender_Link(Object, Object) - Static method in class hudson.tasks.i18n.Messages
See <{0}{1}>
_MailSender_ListEmpty() - Static method in class hudson.tasks.i18n.Messages
An attempt to send an e-mail to empty list of recipients, ignored.
_MailSender_NoAddress(Object) - Static method in class hudson.tasks.i18n.Messages
Failed to send e-mail to {0} because no e-mail address is known, and no default e-mail domain is configured
_MailSender_UnstableMail_StillUnstable_Subject() - Static method in class hudson.tasks.i18n.Messages
Jenkins build is still unstable:
_MailSender_UnstableMail_Subject() - Static method in class hudson.tasks.i18n.Messages
Jenkins build is unstable:
_MailSender_UnstableMail_ToUnStable_Subject() - Static method in class hudson.tasks.i18n.Messages
Jenkins build became unstable:
A C D E F G H I J L M N P R S U _ 
Skip navigation links

Copyright © 2014. All rights reserved.