Class Messages
java.lang.Object
jenkins.plugins.mailer.tasks.i18n.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyMailCommand.ShortDescription:Reads stdin and sends that out as an e-mail..static org.jvnet.localizer.LocalizableKeyMailer.DisplayName:E-mail Notification.static org.jvnet.localizer.LocalizableKeyMailer.EmailSentSuccessfully:Email was successfully sent.static org.jvnet.localizer.LocalizableKeyMailer.FailedToSendEmail:Failed to send out e-mail.static org.jvnet.localizer.LocalizableKeyMailer.InsecureAuthError:Authentication requires either TLS or SSL to be enabled.static org.jvnet.localizer.LocalizableKeyMailer.InsecureAuthWarning:For security when using authentication it is recommended to enable either TLS or SSL.static org.jvnet.localizer.LocalizableKeyMailer.SmtpPassNotFipsCompliant:When running in FIPS compliance mode, the password must be at least 14 characters long.static org.jvnet.localizer.LocalizableKeyMailer.Suffix.Error:This field should be ''@'' followed by a domain name..static org.jvnet.localizer.Localizable_Mailer_TestMail_Content(Object arg0, Object arg1) KeyMailer.TestMail.Content:This is test email #{0} sent from {1}.static org.jvnet.localizer.LocalizableKeyMailer.TestMail.Subject:Test email #{0}.static org.jvnet.localizer.LocalizableKeyMailer.Unknown.Host.Name:Unknown host name:.static org.jvnet.localizer.LocalizableKeyMailer.UserProperty.DisplayName:Email.static org.jvnet.localizer.LocalizableKeyMailSender.BackToNormal.Normal:normal.static org.jvnet.localizer.LocalizableKeyMailSender.BackToNormal.Stable:stable.static org.jvnet.localizer.LocalizableKeyMailSender.BackToNormalMail.Subject:Jenkins build is back to {0} :.static org.jvnet.localizer.LocalizableKeyMailSender.FailureMail.Changes:Changes:.static org.jvnet.localizer.LocalizableKeyMailSender.FailureMail.FailedToAccessBuildLog:Failed to access build log.static org.jvnet.localizer.LocalizableKeyMailSender.FailureMail.Subject:Build failed in Jenkins:.static org.jvnet.localizer.Localizable_MailSender_Link(Object arg0) KeyMailSender.Link:See <{0}>.static org.jvnet.localizer.LocalizableKeyMailSender.ListEmpty:An attempt to send an e-mail to empty list of recipients, ignored..static org.jvnet.localizer.Localizable_MailSender_NoAddress(Object arg0) KeyMailSender.NoAddress:Failed to send e-mail to {0} because no e-mail address is known, and no default e-mail domain is configured.static org.jvnet.localizer.Localizable_MailSender_unauthorized_user(Object arg0, Object arg1) KeyMailSender.unauthorized_user:Not sending mail to unauthorized user {0} due to: {1}.static org.jvnet.localizer.LocalizableKeyMailSender.unknown_user:Not sending mail to unregistered user {0}.static org.jvnet.localizer.LocalizableKeyMailSender.UnstableMail.StillUnstable.Subject:Jenkins build is still unstable:.static org.jvnet.localizer.LocalizableKeyMailSender.UnstableMail.Subject:Jenkins build is unstable:.static org.jvnet.localizer.LocalizableKeyMailSender.UnstableMail.ToUnStable.Subject:Jenkins build became unstable:.static org.jvnet.localizer.Localizable_MailSender_user_without_read(Object arg0, Object arg1) KeyMailSender.user_without_read:Not sending mail to user {0} with no permission to view {1}.static org.jvnet.localizer.LocalizableKeyMailSender.warning_unauthorized_user:Warning: {0} is not an authorized user, but sending mail anyway.static org.jvnet.localizer.LocalizableKeyMailSender.warning_unknown_user:Warning: {0} is not a recognized user, but sending mail anyway.static org.jvnet.localizer.Localizable_MailSender_warning_user_without_read(Object arg0, Object arg1) KeyMailSender.warning_user_without_read:Warning: user {0} has no permission to view {1}, but sending mail anyway.static StringKeyMailCommand.ShortDescription:Reads stdin and sends that out as an e-mail..static StringKeyMailer.DisplayName:E-mail Notification.static StringKeyMailer.EmailSentSuccessfully:Email was successfully sent.static StringKeyMailer.FailedToSendEmail:Failed to send out e-mail.static StringKeyMailer.InsecureAuthError:Authentication requires either TLS or SSL to be enabled.static StringKeyMailer.InsecureAuthWarning:For security when using authentication it is recommended to enable either TLS or SSL.static StringKeyMailer.SmtpPassNotFipsCompliant:When running in FIPS compliance mode, the password must be at least 14 characters long.static StringKeyMailer.Suffix.Error:This field should be ''@'' followed by a domain name..static StringMailer_TestMail_Content(Object arg0, Object arg1) KeyMailer.TestMail.Content:This is test email #{0} sent from {1}.static StringKeyMailer.TestMail.Subject:Test email #{0}.static StringKeyMailer.Unknown.Host.Name:Unknown host name:.static StringKeyMailer.UserProperty.DisplayName:Email.static StringKeyMailSender.BackToNormal.Normal:normal.static StringKeyMailSender.BackToNormal.Stable:stable.static StringKeyMailSender.BackToNormalMail.Subject:Jenkins build is back to {0} :.static StringKeyMailSender.FailureMail.Changes:Changes:.static StringKeyMailSender.FailureMail.FailedToAccessBuildLog:Failed to access build log.static StringKeyMailSender.FailureMail.Subject:Build failed in Jenkins:.static StringMailSender_Link(Object arg0) KeyMailSender.Link:See <{0}>.static StringKeyMailSender.ListEmpty:An attempt to send an e-mail to empty list of recipients, ignored..static StringMailSender_NoAddress(Object arg0) KeyMailSender.NoAddress:Failed to send e-mail to {0} because no e-mail address is known, and no default e-mail domain is configured.static StringMailSender_unauthorized_user(Object arg0, Object arg1) KeyMailSender.unauthorized_user:Not sending mail to unauthorized user {0} due to: {1}.static StringKeyMailSender.unknown_user:Not sending mail to unregistered user {0}.static StringKeyMailSender.UnstableMail.StillUnstable.Subject:Jenkins build is still unstable:.static StringKeyMailSender.UnstableMail.Subject:Jenkins build is unstable:.static StringKeyMailSender.UnstableMail.ToUnStable.Subject:Jenkins build became unstable:.static StringMailSender_user_without_read(Object arg0, Object arg1) KeyMailSender.user_without_read:Not sending mail to user {0} with no permission to view {1}.static StringKeyMailSender.warning_unauthorized_user:Warning: {0} is not an authorized user, but sending mail anyway.static StringKeyMailSender.warning_unknown_user:Warning: {0} is not a recognized user, but sending mail anyway.static StringMailSender_warning_user_without_read(Object arg0, Object arg1) KeyMailSender.warning_user_without_read:Warning: user {0} has no permission to view {1}, but sending mail anyway.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
MailSender_BackToNormalMail_Subject
KeyMailSender.BackToNormalMail.Subject:Jenkins build is back to {0} :.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Jenkins build is back to {0} :
-
_MailSender_BackToNormalMail_Subject
KeyMailSender.BackToNormalMail.Subject:Jenkins build is back to {0} :.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Jenkins build is back to {0} :
-
Mailer_SmtpPassNotFipsCompliant
KeyMailer.SmtpPassNotFipsCompliant:When running in FIPS compliance mode, the password must be at least 14 characters long.- Returns:
When running in FIPS compliance mode, the password must be at least 14 characters long
-
_Mailer_SmtpPassNotFipsCompliant
public static org.jvnet.localizer.Localizable _Mailer_SmtpPassNotFipsCompliant()KeyMailer.SmtpPassNotFipsCompliant:When running in FIPS compliance mode, the password must be at least 14 characters long.- Returns:
When running in FIPS compliance mode, the password must be at least 14 characters long
-
MailSender_BackToNormal_Stable
KeyMailSender.BackToNormal.Stable:stable.- Returns:
stable
-
_MailSender_BackToNormal_Stable
public static org.jvnet.localizer.Localizable _MailSender_BackToNormal_Stable()KeyMailSender.BackToNormal.Stable:stable.- Returns:
stable
-
MailSender_UnstableMail_StillUnstable_Subject
KeyMailSender.UnstableMail.StillUnstable.Subject:Jenkins build is still unstable:.- Returns:
Jenkins build is still unstable:
-
_MailSender_UnstableMail_StillUnstable_Subject
public static org.jvnet.localizer.Localizable _MailSender_UnstableMail_StillUnstable_Subject()KeyMailSender.UnstableMail.StillUnstable.Subject:Jenkins build is still unstable:.- Returns:
Jenkins build is still unstable:
-
Mailer_EmailSentSuccessfully
KeyMailer.EmailSentSuccessfully:Email was successfully sent.- Returns:
Email was successfully sent
-
_Mailer_EmailSentSuccessfully
public static org.jvnet.localizer.Localizable _Mailer_EmailSentSuccessfully()KeyMailer.EmailSentSuccessfully:Email was successfully sent.- Returns:
Email was successfully sent
-
MailSender_ListEmpty
KeyMailSender.ListEmpty:An attempt to send an e-mail to empty list of recipients, ignored..- Returns:
An attempt to send an e-mail to empty list of recipients, ignored.
-
_MailSender_ListEmpty
public static org.jvnet.localizer.Localizable _MailSender_ListEmpty()KeyMailSender.ListEmpty:An attempt to send an e-mail to empty list of recipients, ignored..- Returns:
An attempt to send an e-mail to empty list of recipients, ignored.
-
MailSender_warning_unknown_user
KeyMailSender.warning_unknown_user:Warning: {0} is not a recognized user, but sending mail anyway.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Warning: {0} is not a recognized user, but sending mail anyway
-
_MailSender_warning_unknown_user
KeyMailSender.warning_unknown_user:Warning: {0} is not a recognized user, but sending mail anyway.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Warning: {0} is not a recognized user, but sending mail anyway
-
Mailer_Unknown_Host_Name
KeyMailer.Unknown.Host.Name:Unknown host name:.- Returns:
Unknown host name:
-
_Mailer_Unknown_Host_Name
public static org.jvnet.localizer.Localizable _Mailer_Unknown_Host_Name()KeyMailer.Unknown.Host.Name:Unknown host name:.- Returns:
Unknown host name:
-
MailSender_warning_unauthorized_user
KeyMailSender.warning_unauthorized_user:Warning: {0} is not an authorized user, but sending mail anyway.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Warning: {0} is not an authorized user, but sending mail anyway
-
_MailSender_warning_unauthorized_user
KeyMailSender.warning_unauthorized_user:Warning: {0} is not an authorized user, but sending mail anyway.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Warning: {0} is not an authorized user, but sending mail anyway
-
MailCommand_ShortDescription
KeyMailCommand.ShortDescription:Reads stdin and sends that out as an e-mail..- Returns:
Reads stdin and sends that out as an e-mail.
-
_MailCommand_ShortDescription
public static org.jvnet.localizer.Localizable _MailCommand_ShortDescription()KeyMailCommand.ShortDescription:Reads stdin and sends that out as an e-mail..- Returns:
Reads stdin and sends that out as an e-mail.
-
MailSender_UnstableMail_ToUnStable_Subject
KeyMailSender.UnstableMail.ToUnStable.Subject:Jenkins build became unstable:.- Returns:
Jenkins build became unstable:
-
_MailSender_UnstableMail_ToUnStable_Subject
public static org.jvnet.localizer.Localizable _MailSender_UnstableMail_ToUnStable_Subject()KeyMailSender.UnstableMail.ToUnStable.Subject:Jenkins build became unstable:.- Returns:
Jenkins build became unstable:
-
Mailer_Suffix_Error
KeyMailer.Suffix.Error:This field should be ''@'' followed by a domain name..- Returns:
This field should be ''@'' followed by a domain name.
-
_Mailer_Suffix_Error
public static org.jvnet.localizer.Localizable _Mailer_Suffix_Error()KeyMailer.Suffix.Error:This field should be ''@'' followed by a domain name..- Returns:
This field should be ''@'' followed by a domain name.
-
Mailer_InsecureAuthWarning
KeyMailer.InsecureAuthWarning:For security when using authentication it is recommended to enable either TLS or SSL.- Returns:
For security when using authentication it is recommended to enable either TLS or SSL
-
_Mailer_InsecureAuthWarning
public static org.jvnet.localizer.Localizable _Mailer_InsecureAuthWarning()KeyMailer.InsecureAuthWarning:For security when using authentication it is recommended to enable either TLS or SSL.- Returns:
For security when using authentication it is recommended to enable either TLS or SSL
-
MailSender_BackToNormal_Normal
KeyMailSender.BackToNormal.Normal:normal.- Returns:
normal
-
_MailSender_BackToNormal_Normal
public static org.jvnet.localizer.Localizable _MailSender_BackToNormal_Normal()KeyMailSender.BackToNormal.Normal:normal.- Returns:
normal
-
Mailer_DisplayName
KeyMailer.DisplayName:E-mail Notification.- Returns:
E-mail Notification
-
_Mailer_DisplayName
public static org.jvnet.localizer.Localizable _Mailer_DisplayName()KeyMailer.DisplayName:E-mail Notification.- Returns:
E-mail Notification
-
Mailer_FailedToSendEmail
KeyMailer.FailedToSendEmail:Failed to send out e-mail.- Returns:
Failed to send out e-mail
-
_Mailer_FailedToSendEmail
public static org.jvnet.localizer.Localizable _Mailer_FailedToSendEmail()KeyMailer.FailedToSendEmail:Failed to send out e-mail.- Returns:
Failed to send out e-mail
-
Mailer_UserProperty_DisplayName
KeyMailer.UserProperty.DisplayName:Email.- Returns:
Email
-
_Mailer_UserProperty_DisplayName
public static org.jvnet.localizer.Localizable _Mailer_UserProperty_DisplayName()KeyMailer.UserProperty.DisplayName:Email.- Returns:
Email
-
MailSender_UnstableMail_Subject
KeyMailSender.UnstableMail.Subject:Jenkins build is unstable:.- Returns:
Jenkins build is unstable:
-
_MailSender_UnstableMail_Subject
public static org.jvnet.localizer.Localizable _MailSender_UnstableMail_Subject()KeyMailSender.UnstableMail.Subject:Jenkins build is unstable:.- Returns:
Jenkins build is unstable:
-
MailSender_Link
KeyMailSender.Link:See <{0}>.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
See <{0}>
-
_MailSender_Link
KeyMailSender.Link:See <{0}>.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
See <{0}>
-
MailSender_unauthorized_user
KeyMailSender.unauthorized_user:Not sending mail to unauthorized user {0} due to: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not sending mail to unauthorized user {0} due to: {1}
-
_MailSender_unauthorized_user
public static org.jvnet.localizer.Localizable _MailSender_unauthorized_user(Object arg0, Object arg1) KeyMailSender.unauthorized_user:Not sending mail to unauthorized user {0} due to: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not sending mail to unauthorized user {0} due to: {1}
-
Mailer_TestMail_Content
KeyMailer.TestMail.Content:This is test email #{0} sent from {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
This is test email #{0} sent from {1}
-
_Mailer_TestMail_Content
KeyMailer.TestMail.Content:This is test email #{0} sent from {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
This is test email #{0} sent from {1}
-
MailSender_NoAddress
KeyMailSender.NoAddress:Failed to send e-mail to {0} because no e-mail address is known, and no default e-mail domain is configured.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to send e-mail to {0} because no e-mail address is known, and no default e-mail domain is configured
-
_MailSender_NoAddress
KeyMailSender.NoAddress:Failed to send e-mail to {0} because no e-mail address is known, and no default e-mail domain is configured.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to send e-mail to {0} because no e-mail address is known, and no default e-mail domain is configured
-
MailSender_FailureMail_Changes
KeyMailSender.FailureMail.Changes:Changes:.- Returns:
Changes:
-
_MailSender_FailureMail_Changes
public static org.jvnet.localizer.Localizable _MailSender_FailureMail_Changes()KeyMailSender.FailureMail.Changes:Changes:.- Returns:
Changes:
-
MailSender_warning_user_without_read
KeyMailSender.warning_user_without_read:Warning: user {0} has no permission to view {1}, but sending mail anyway.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Warning: user {0} has no permission to view {1}, but sending mail anyway
-
_MailSender_warning_user_without_read
public static org.jvnet.localizer.Localizable _MailSender_warning_user_without_read(Object arg0, Object arg1) KeyMailSender.warning_user_without_read:Warning: user {0} has no permission to view {1}, but sending mail anyway.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Warning: user {0} has no permission to view {1}, but sending mail anyway
-
MailSender_unknown_user
KeyMailSender.unknown_user:Not sending mail to unregistered user {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not sending mail to unregistered user {0}
-
_MailSender_unknown_user
KeyMailSender.unknown_user:Not sending mail to unregistered user {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not sending mail to unregistered user {0}
-
Mailer_TestMail_Subject
KeyMailer.TestMail.Subject:Test email #{0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Test email #{0}
-
_Mailer_TestMail_Subject
KeyMailer.TestMail.Subject:Test email #{0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Test email #{0}
-
MailSender_FailureMail_Subject
KeyMailSender.FailureMail.Subject:Build failed in Jenkins:.- Returns:
Build failed in Jenkins:
-
_MailSender_FailureMail_Subject
public static org.jvnet.localizer.Localizable _MailSender_FailureMail_Subject()KeyMailSender.FailureMail.Subject:Build failed in Jenkins:.- Returns:
Build failed in Jenkins:
-
MailSender_user_without_read
KeyMailSender.user_without_read:Not sending mail to user {0} with no permission to view {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not sending mail to user {0} with no permission to view {1}
-
_MailSender_user_without_read
public static org.jvnet.localizer.Localizable _MailSender_user_without_read(Object arg0, Object arg1) KeyMailSender.user_without_read:Not sending mail to user {0} with no permission to view {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not sending mail to user {0} with no permission to view {1}
-
MailSender_FailureMail_FailedToAccessBuildLog
KeyMailSender.FailureMail.FailedToAccessBuildLog:Failed to access build log.- Returns:
Failed to access build log
-
_MailSender_FailureMail_FailedToAccessBuildLog
public static org.jvnet.localizer.Localizable _MailSender_FailureMail_FailedToAccessBuildLog()KeyMailSender.FailureMail.FailedToAccessBuildLog:Failed to access build log.- Returns:
Failed to access build log
-
Mailer_InsecureAuthError
KeyMailer.InsecureAuthError:Authentication requires either TLS or SSL to be enabled.- Returns:
Authentication requires either TLS or SSL to be enabled
-
_Mailer_InsecureAuthError
public static org.jvnet.localizer.Localizable _Mailer_InsecureAuthError()KeyMailer.InsecureAuthError:Authentication requires either TLS or SSL to be enabled.- Returns:
Authentication requires either TLS or SSL to be enabled
-