Class Messages

java.lang.Object
hudson.plugins.emailext.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • attachBuildLog_doNotAttach

      public static String attachBuildLog_doNotAttach()
      Key attachBuildLog.doNotAttach: Do Not Attach Build Log.
      Returns:
      Do Not Attach Build Log
    • _attachBuildLog_doNotAttach

      public static org.jvnet.localizer.Localizable _attachBuildLog_doNotAttach()
      Key attachBuildLog.doNotAttach: Do Not Attach Build Log.
      Returns:
      Do Not Attach Build Log
    • ContributorMetadataRecipientProvider_ErrorAddingContributorAddress

      public static String ContributorMetadataRecipientProvider_ErrorAddingContributorAddress(Object arg0)
      Key ContributorMetadataRecipientProvider.ErrorAddingContributorAddress: Error adding contributor email address: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Error adding contributor email address: {0}
    • _ContributorMetadataRecipientProvider_ErrorAddingContributorAddress

      public static org.jvnet.localizer.Localizable _ContributorMetadataRecipientProvider_ErrorAddingContributorAddress(Object arg0)
      Key ContributorMetadataRecipientProvider.ErrorAddingContributorAddress: Error adding contributor email address: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Error adding contributor email address: {0}
    • attachBuildLog_attach

      public static String attachBuildLog_attach()
      Key attachBuildLog.attach: Attach Build Log.
      Returns:
      Attach Build Log
    • _attachBuildLog_attach

      public static org.jvnet.localizer.Localizable _attachBuildLog_attach()
      Key attachBuildLog.attach: Attach Build Log.
      Returns:
      Attach Build Log
    • CulpritsRecipientProvider_DisplayName

      public static String CulpritsRecipientProvider_DisplayName()
      Key CulpritsRecipientProvider.DisplayName: Culprits.
      Returns:
      Culprits
    • _CulpritsRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _CulpritsRecipientProvider_DisplayName()
      Key CulpritsRecipientProvider.DisplayName: Culprits.
      Returns:
      Culprits
    • EmailExtTemplateAction_ManagedTemplateNotFound

      public static String EmailExtTemplateAction_ManagedTemplateNotFound()
      Key EmailExtTemplateAction.ManagedTemplateNotFound: Managed template not found.
      Returns:
      Managed template not found
    • _EmailExtTemplateAction_ManagedTemplateNotFound

      public static org.jvnet.localizer.Localizable _EmailExtTemplateAction_ManagedTemplateNotFound()
      Key EmailExtTemplateAction.ManagedTemplateNotFound: Managed template not found.
      Returns:
      Managed template not found
    • attachBuildLog_compressAndAttach

      public static String attachBuildLog_compressAndAttach()
      Key attachBuildLog.compressAndAttach: Compress and Attach Build Log.
      Returns:
      Compress and Attach Build Log
    • _attachBuildLog_compressAndAttach

      public static org.jvnet.localizer.Localizable _attachBuildLog_compressAndAttach()
      Key attachBuildLog.compressAndAttach: Compress and Attach Build Log.
      Returns:
      Compress and Attach Build Log
    • BuildUserRecipientProvider_DisplayName

      public static String BuildUserRecipientProvider_DisplayName()
      Key BuildUserRecipientProvider.DisplayName: Build User.
      Returns:
      Build User
    • _BuildUserRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _BuildUserRecipientProvider_DisplayName()
      Key BuildUserRecipientProvider.DisplayName: Build User.
      Returns:
      Build User
    • DevelopersRecipientProvider_DisplayName

      public static String DevelopersRecipientProvider_DisplayName()
      Key DevelopersRecipientProvider.DisplayName: Developers.
      Returns:
      Developers
    • _DevelopersRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _DevelopersRecipientProvider_DisplayName()
      Key DevelopersRecipientProvider.DisplayName: Developers.
      Returns:
      Developers
    • FirstFailingBuildSuspectsRecipientProvider_DisplayName

      public static String FirstFailingBuildSuspectsRecipientProvider_DisplayName()
      Key FirstFailingBuildSuspectsRecipientProvider.DisplayName: Suspects causing the build to begin failing.
      Returns:
      Suspects causing the build to begin failing
    • _FirstFailingBuildSuspectsRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _FirstFailingBuildSuspectsRecipientProvider_DisplayName()
      Key FirstFailingBuildSuspectsRecipientProvider.DisplayName: Suspects causing the build to begin failing.
      Returns:
      Suspects causing the build to begin failing
    • UpstreamComitterRecipientProvider_DisplayName

      public static String UpstreamComitterRecipientProvider_DisplayName()
      Key UpstreamComitterRecipientProvider.DisplayName: Upstream Committers.
      Returns:
      Upstream Committers
    • _UpstreamComitterRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _UpstreamComitterRecipientProvider_DisplayName()
      Key UpstreamComitterRecipientProvider.DisplayName: Upstream Committers.
      Returns:
      Upstream Committers
    • FailingTestSuspectsRecipientProvider_DisplayName

      public static String FailingTestSuspectsRecipientProvider_DisplayName()
      Key FailingTestSuspectsRecipientProvider.DisplayName: Suspects causing unit tests to begin failing.
      Returns:
      Suspects causing unit tests to begin failing
    • _FailingTestSuspectsRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _FailingTestSuspectsRecipientProvider_DisplayName()
      Key FailingTestSuspectsRecipientProvider.DisplayName: Suspects causing unit tests to begin failing.
      Returns:
      Suspects causing unit tests to begin failing
    • UpstreamComitterSinceLastSuccessRecipientProvider_DisplayName

      public static String UpstreamComitterSinceLastSuccessRecipientProvider_DisplayName()
      Key UpstreamComitterSinceLastSuccessRecipientProvider.DisplayName: Upstream Committers Since Last Success.
      Returns:
      Upstream Committers Since Last Success
    • _UpstreamComitterSinceLastSuccessRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _UpstreamComitterSinceLastSuccessRecipientProvider_DisplayName()
      Key UpstreamComitterSinceLastSuccessRecipientProvider.DisplayName: Upstream Committers Since Last Success.
      Returns:
      Upstream Committers Since Last Success
    • SimpleTemplateEngine_NotSerializableError

      public static String SimpleTemplateEngine_NotSerializableError()
      Key SimpleTemplateEngine.NotSerializableError: Template rendering failed due to a serialization error. This can happen when using a Groovy template inside a Jenkins Pipeline ''node'' block — the Pipeline CPS engine attempts to serialize the template execution state, including the internal PrintWriter, which is not serializable. To fix this, move the template rendering outside the ''node'' block, or annotate the enclosing method with @NonCPS..
      Returns:
      Template rendering failed due to a serialization error. This can happen when using a Groovy template inside a Jenkins Pipeline ''node'' block — the Pipeline CPS engine attempts to serialize the template execution state, including the internal PrintWriter, which is not serializable. To fix this, move the template rendering outside the ''node'' block, or annotate the enclosing method with @NonCPS.
    • _SimpleTemplateEngine_NotSerializableError

      public static org.jvnet.localizer.Localizable _SimpleTemplateEngine_NotSerializableError()
      Key SimpleTemplateEngine.NotSerializableError: Template rendering failed due to a serialization error. This can happen when using a Groovy template inside a Jenkins Pipeline ''node'' block — the Pipeline CPS engine attempts to serialize the template execution state, including the internal PrintWriter, which is not serializable. To fix this, move the template rendering outside the ''node'' block, or annotate the enclosing method with @NonCPS..
      Returns:
      Template rendering failed due to a serialization error. This can happen when using a Groovy template inside a Jenkins Pipeline ''node'' block — the Pipeline CPS engine attempts to serialize the template execution state, including the internal PrintWriter, which is not serializable. To fix this, move the template rendering outside the ''node'' block, or annotate the enclosing method with @NonCPS.
    • AttachmentUtils_PatternUnmatchedCloseBrace

      public static String AttachmentUtils_PatternUnmatchedCloseBrace()
      Key AttachmentUtils.PatternUnmatchedCloseBrace: Unmatched open brace in pattern..
      Returns:
      Unmatched open brace in pattern.
    • _AttachmentUtils_PatternUnmatchedCloseBrace

      public static org.jvnet.localizer.Localizable _AttachmentUtils_PatternUnmatchedCloseBrace()
      Key AttachmentUtils.PatternUnmatchedCloseBrace: Unmatched open brace in pattern..
      Returns:
      Unmatched open brace in pattern.
    • contentType_plainText

      public static String contentType_plainText()
      Key contentType.plainText: Plain Text (text/plain).
      Returns:
      Plain Text (text/plain)
    • _contentType_plainText

      public static org.jvnet.localizer.Localizable _contentType_plainText()
      Key contentType.plainText: Plain Text (text/plain).
      Returns:
      Plain Text (text/plain)
    • MatrixTriggerMode_OnlyConfigurations

      public static String MatrixTriggerMode_OnlyConfigurations()
      Key MatrixTriggerMode.OnlyConfigurations: Trigger for each configuration.
      Returns:
      Trigger for each configuration
    • _MatrixTriggerMode_OnlyConfigurations

      public static org.jvnet.localizer.Localizable _MatrixTriggerMode_OnlyConfigurations()
      Key MatrixTriggerMode.OnlyConfigurations: Trigger for each configuration.
      Returns:
      Trigger for each configuration
    • ContributorMetadataRecipientProvider_NoContributorInformationAvailable

      public static String ContributorMetadataRecipientProvider_NoContributorInformationAvailable()
      Key ContributorMetadataRecipientProvider.NoContributorInformationAvailable: No contributor information available.
      Returns:
      No contributor information available
    • _ContributorMetadataRecipientProvider_NoContributorInformationAvailable

      public static org.jvnet.localizer.Localizable _ContributorMetadataRecipientProvider_NoContributorInformationAvailable()
      Key ContributorMetadataRecipientProvider.NoContributorInformationAvailable: No contributor information available.
      Returns:
      No contributor information available
    • AttachmentUtils_PatternUnmatchedOpenBrace

      public static String AttachmentUtils_PatternUnmatchedOpenBrace()
      Key AttachmentUtils.PatternUnmatchedOpenBrace: Unmatched close brace in pattern..
      Returns:
      Unmatched close brace in pattern.
    • _AttachmentUtils_PatternUnmatchedOpenBrace

      public static org.jvnet.localizer.Localizable _AttachmentUtils_PatternUnmatchedOpenBrace()
      Key AttachmentUtils.PatternUnmatchedOpenBrace: Unmatched close brace in pattern..
      Returns:
      Unmatched close brace in pattern.
    • EmailExtTemplateAction_ConfigFileProviderNotAvailable

      public static String EmailExtTemplateAction_ConfigFileProviderNotAvailable()
      Key EmailExtTemplateAction.ConfigFileProviderNotAvailable: Managed template functionality not available, install the config-file-provider plugin..
      Returns:
      Managed template functionality not available, install the config-file-provider plugin.
    • _EmailExtTemplateAction_ConfigFileProviderNotAvailable

      public static org.jvnet.localizer.Localizable _EmailExtTemplateAction_ConfigFileProviderNotAvailable()
      Key EmailExtTemplateAction.ConfigFileProviderNotAvailable: Managed template functionality not available, install the config-file-provider plugin..
      Returns:
      Managed template functionality not available, install the config-file-provider plugin.
    • EmailExtWatchAction_DisplayNameWatching

      public static String EmailExtWatchAction_DisplayNameWatching()
      Key EmailExtWatchAction.DisplayNameWatching: Configure Job Watching.
      Returns:
      Configure Job Watching
    • _EmailExtWatchAction_DisplayNameWatching

      public static org.jvnet.localizer.Localizable _EmailExtWatchAction_DisplayNameWatching()
      Key EmailExtWatchAction.DisplayNameWatching: Configure Job Watching.
      Returns:
      Configure Job Watching
    • Template_DisplayName

      public static String Template_DisplayName()
      Key Template.DisplayName: Template.
      Returns:
      Template
    • _Template_DisplayName

      public static org.jvnet.localizer.Localizable _Template_DisplayName()
      Key Template.DisplayName: Template.
      Returns:
      Template
    • ListRecipientProvider_DisplayName

      public static String ListRecipientProvider_DisplayName()
      Key ListRecipientProvider.DisplayName: Recipient List.
      Returns:
      Recipient List
    • _ListRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _ListRecipientProvider_DisplayName()
      Key ListRecipientProvider.DisplayName: Recipient List.
      Returns:
      Recipient List
    • PreviousRecipientProvider_DisplayName

      public static String PreviousRecipientProvider_DisplayName()
      Key PreviousRecipientProvider.DisplayName: Culprits, Requestor and Developers of the previous build(s).
      Returns:
      Culprits, Requestor and Developers of the previous build(s)
    • _PreviousRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _PreviousRecipientProvider_DisplayName()
      Key PreviousRecipientProvider.DisplayName: Culprits, Requestor and Developers of the previous build(s).
      Returns:
      Culprits, Requestor and Developers of the previous build(s)
    • Mailer_Suffix_Error

      public static String Mailer_Suffix_Error()
      Key Mailer.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()
      Key Mailer.Suffix.Error: This field should be ''@'' followed by a domain name..
      Returns:
      This field should be ''@'' followed by a domain name.
    • MatrixTriggerMode_Both

      public static String MatrixTriggerMode_Both()
      Key MatrixTriggerMode.Both: Trigger for parent and each configuration.
      Returns:
      Trigger for parent and each configuration
    • _MatrixTriggerMode_Both

      public static org.jvnet.localizer.Localizable _MatrixTriggerMode_Both()
      Key MatrixTriggerMode.Both: Trigger for parent and each configuration.
      Returns:
      Trigger for parent and each configuration
    • ExtendedEmailPublisherDescriptor_DisplayName

      public static String ExtendedEmailPublisherDescriptor_DisplayName()
      Key ExtendedEmailPublisherDescriptor.DisplayName: Editable Email Notification.
      Returns:
      Editable Email Notification
    • _ExtendedEmailPublisherDescriptor_DisplayName

      public static org.jvnet.localizer.Localizable _ExtendedEmailPublisherDescriptor_DisplayName()
      Key ExtendedEmailPublisherDescriptor.DisplayName: Editable Email Notification.
      Returns:
      Editable Email Notification
    • AttachmentUtils_PatternEmpty

      public static String AttachmentUtils_PatternEmpty()
      Key AttachmentUtils.PatternEmpty: Pattern is empty; no files will be attached..
      Returns:
      Pattern is empty; no files will be attached.
    • _AttachmentUtils_PatternEmpty

      public static org.jvnet.localizer.Localizable _AttachmentUtils_PatternEmpty()
      Key AttachmentUtils.PatternEmpty: Pattern is empty; no files will be attached..
      Returns:
      Pattern is empty; no files will be attached.
    • ContributorMetadataRecipientProvider_DisplayName

      public static String ContributorMetadataRecipientProvider_DisplayName()
      Key ContributorMetadataRecipientProvider.DisplayName: Contributor.
      Returns:
      Contributor
    • _ContributorMetadataRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _ContributorMetadataRecipientProvider_DisplayName()
      Key ContributorMetadataRecipientProvider.DisplayName: Contributor.
      Returns:
      Contributor
    • AttachmentUtils_PatternDirectoryTraversal

      public static String AttachmentUtils_PatternDirectoryTraversal()
      Key AttachmentUtils.PatternDirectoryTraversal: Pattern contains ''..'' which could allow directory traversal. Ensure it stays within the workspace..
      Returns:
      Pattern contains ''..'' which could allow directory traversal. Ensure it stays within the workspace.
    • _AttachmentUtils_PatternDirectoryTraversal

      public static org.jvnet.localizer.Localizable _AttachmentUtils_PatternDirectoryTraversal()
      Key AttachmentUtils.PatternDirectoryTraversal: Pattern contains ''..'' which could allow directory traversal. Ensure it stays within the workspace..
      Returns:
      Pattern contains ''..'' which could allow directory traversal. Ensure it stays within the workspace.
    • ChangesSinceLastBuildContent_NoChangesMessage

      public static String ChangesSinceLastBuildContent_NoChangesMessage()
      Key ChangesSinceLastBuildContent.NoChangesMessage: There were no changes.
      Returns:
      There were no changes
    • _ChangesSinceLastBuildContent_NoChangesMessage

      public static org.jvnet.localizer.Localizable _ChangesSinceLastBuildContent_NoChangesMessage()
      Key ChangesSinceLastBuildContent.NoChangesMessage: There were no changes.
      Returns:
      There were no changes
    • MatrixTriggerMode_OnlyParent

      public static String MatrixTriggerMode_OnlyParent()
      Key MatrixTriggerMode.OnlyParent: Trigger only the parent job.
      Returns:
      Trigger only the parent job
    • _MatrixTriggerMode_OnlyParent

      public static org.jvnet.localizer.Localizable _MatrixTriggerMode_OnlyParent()
      Key MatrixTriggerMode.OnlyParent: Trigger only the parent job.
      Returns:
      Trigger only the parent job
    • EmailExtTemplateAction_DisplayName

      public static String EmailExtTemplateAction_DisplayName()
      Key EmailExtTemplateAction.DisplayName: Email Template Testing.
      Returns:
      Email Template Testing
    • _EmailExtTemplateAction_DisplayName

      public static org.jvnet.localizer.Localizable _EmailExtTemplateAction_DisplayName()
      Key EmailExtTemplateAction.DisplayName: Email Template Testing.
      Returns:
      Email Template Testing
    • EmailExtWatchAction_DisplayName

      public static String EmailExtWatchAction_DisplayName()
      Key EmailExtWatchAction.DisplayName: Watch Job.
      Returns:
      Watch Job
    • _EmailExtWatchAction_DisplayName

      public static org.jvnet.localizer.Localizable _EmailExtWatchAction_DisplayName()
      Key EmailExtWatchAction.DisplayName: Watch Job.
      Returns:
      Watch Job
    • AttachmentUtils_PatternAbsolutePath

      public static String AttachmentUtils_PatternAbsolutePath()
      Key AttachmentUtils.PatternAbsolutePath: Pattern starts with a path separator; absolute paths are not allowed. Use a relative path..
      Returns:
      Pattern starts with a path separator; absolute paths are not allowed. Use a relative path.
    • _AttachmentUtils_PatternAbsolutePath

      public static org.jvnet.localizer.Localizable _AttachmentUtils_PatternAbsolutePath()
      Key AttachmentUtils.PatternAbsolutePath: Pattern starts with a path separator; absolute paths are not allowed. Use a relative path..
      Returns:
      Pattern starts with a path separator; absolute paths are not allowed. Use a relative path.
    • contentType_html

      public static String contentType_html()
      Key contentType.html: HTML (text/html).
      Returns:
      HTML (text/html)
    • _contentType_html

      public static org.jvnet.localizer.Localizable _contentType_html()
      Key contentType.html: HTML (text/html).
      Returns:
      HTML (text/html)
    • GroovyTemplateConfigProvider_DisplayName

      public static String GroovyTemplateConfigProvider_DisplayName()
      Key GroovyTemplateConfigProvider.DisplayName: Extended Email Publisher Groovy Template.
      Returns:
      Extended Email Publisher Groovy Template
    • _GroovyTemplateConfigProvider_DisplayName

      public static org.jvnet.localizer.Localizable _GroovyTemplateConfigProvider_DisplayName()
      Key GroovyTemplateConfigProvider.DisplayName: Extended Email Publisher Groovy Template.
      Returns:
      Extended Email Publisher Groovy Template
    • RequesterRecipientProvider_DisplayName

      public static String RequesterRecipientProvider_DisplayName()
      Key RequesterRecipientProvider.DisplayName: Requestor.
      Returns:
      Requestor
    • _RequesterRecipientProvider_DisplayName

      public static org.jvnet.localizer.Localizable _RequesterRecipientProvider_DisplayName()
      Key RequesterRecipientProvider.DisplayName: Requestor.
      Returns:
      Requestor
    • ExtendedEmailPublisherDescriptor_AdminAddress

      public static String ExtendedEmailPublisherDescriptor_AdminAddress()
      Key ExtendedEmailPublisherDescriptor.AdminAddress: address not configured yet <nobody>.
      Returns:
      address not configured yet <nobody>
    • _ExtendedEmailPublisherDescriptor_AdminAddress

      public static org.jvnet.localizer.Localizable _ExtendedEmailPublisherDescriptor_AdminAddress()
      Key ExtendedEmailPublisherDescriptor.AdminAddress: address not configured yet <nobody>.
      Returns:
      address not configured yet <nobody>
    • ExtendedEmailPublisher__is_still_in_progress_ignoring_for_purpo

      public static String ExtendedEmailPublisher__is_still_in_progress_ignoring_for_purpo(Object arg0)
      Key ExtendedEmailPublisher._is_still_in_progress_ignoring_for_purpo: {0} is still in progress; ignoring for purposes of comparison.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} is still in progress; ignoring for purposes of comparison
    • _ExtendedEmailPublisher__is_still_in_progress_ignoring_for_purpo

      public static org.jvnet.localizer.Localizable _ExtendedEmailPublisher__is_still_in_progress_ignoring_for_purpo(Object arg0)
      Key ExtendedEmailPublisher._is_still_in_progress_ignoring_for_purpo: {0} is still in progress; ignoring for purposes of comparison.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} is still in progress; ignoring for purposes of comparison
    • contentType_both

      public static String contentType_both()
      Key contentType.both: Both HTML and Plain Text (text/html and text/plain).
      Returns:
      Both HTML and Plain Text (text/html and text/plain)
    • _contentType_both

      public static org.jvnet.localizer.Localizable _contentType_both()
      Key contentType.both: Both HTML and Plain Text (text/html and text/plain).
      Returns:
      Both HTML and Plain Text (text/html and text/plain)
    • JellyTemplateConfigProvider_DisplayName

      public static String JellyTemplateConfigProvider_DisplayName()
      Key JellyTemplateConfigProvider.DisplayName: Extended Email Publisher Jelly Template.
      Returns:
      Extended Email Publisher Jelly Template
    • _JellyTemplateConfigProvider_DisplayName

      public static org.jvnet.localizer.Localizable _JellyTemplateConfigProvider_DisplayName()
      Key JellyTemplateConfigProvider.DisplayName: Extended Email Publisher Jelly Template.
      Returns:
      Extended Email Publisher Jelly Template