Package io.cnaik

Class Messages


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

      • Messages

        public Messages()
    • Method Detail

      • willSendMessageToThread

        public static String willSendMessageToThread​(Object arg0)
        Key willSendMessageToThread: Will send message to the thread: {0}. If it doesn't exist yet or is 'null', it will be created..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Will send message to the thread: {0}. If it doesn't exist yet or is 'null', it will be created.
      • _willSendMessageToThread

        public static org.jvnet.localizer.Localizable _willSendMessageToThread​(Object arg0)
        Key willSendMessageToThread: Will send message to the thread: {0}. If it doesn't exist yet or is 'null', it will be created..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Will send message to the thread: {0}. If it doesn't exist yet or is 'null', it will be created.
      • finalFormattedText

        public static String finalFormattedText​(Object arg0)
        Key finalFormattedText: Final formatted text: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Final formatted text: {0}
      • _finalFormattedText

        public static org.jvnet.localizer.Localizable _finalFormattedText​(Object arg0)
        Key finalFormattedText: Final formatted text: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Final formatted text: {0}
      • providedJsonMessageContainsThreadKey

        public static String providedJsonMessageContainsThreadKey()
        Key providedJsonMessageContainsThreadKey: "WARN: Since the provided JSON message already contains a 'thread' key, the plugin parameters 'sameThreadNotification' and 'threadKey' will be ignored".
        Returns:
        "WARN: Since the provided JSON message already contains a 'thread' key, the plugin parameters 'sameThreadNotification' and 'threadKey' will be ignored"
      • _providedJsonMessageContainsThreadKey

        public static org.jvnet.localizer.Localizable _providedJsonMessageContainsThreadKey()
        Key providedJsonMessageContainsThreadKey: "WARN: Since the provided JSON message already contains a 'thread' key, the plugin parameters 'sameThreadNotification' and 'threadKey' will be ignored".
        Returns:
        "WARN: Since the provided JSON message already contains a 'thread' key, the plugin parameters 'sameThreadNotification' and 'threadKey' will be ignored"
      • unableToProcessCardMessageJsonConfig

        public static String unableToProcessCardMessageJsonConfig()
        Key unableToProcessCardMessageJsonConfig: ERROR: Unable to process card message JSON. Please check your configuration..
        Returns:
        ERROR: Unable to process card message JSON. Please check your configuration.
      • _unableToProcessCardMessageJsonConfig

        public static org.jvnet.localizer.Localizable _unableToProcessCardMessageJsonConfig()
        Key unableToProcessCardMessageJsonConfig: ERROR: Unable to process card message JSON. Please check your configuration..
        Returns:
        ERROR: Unable to process card message JSON. Please check your configuration.
      • operationMayHaveFailed

        public static String operationMayHaveFailed()
        Key operationMayHaveFailed: Operation may have failed. Please check system log for details..
        Returns:
        Operation may have failed. Please check system log for details.
      • _operationMayHaveFailed

        public static org.jvnet.localizer.Localizable _operationMayHaveFailed()
        Key operationMayHaveFailed: Operation may have failed. Please check system log for details..
        Returns:
        Operation may have failed. Please check system log for details.
      • sendGoogleChatNotificationCondition

        public static String sendGoogleChatNotificationCondition​(Object arg0)
        Key sendGoogleChatNotificationCondition: Send Google Chat Notification condition is: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Send Google Chat Notification condition is: {0}
      • _sendGoogleChatNotificationCondition

        public static org.jvnet.localizer.Localizable _sendGoogleChatNotificationCondition​(Object arg0)
        Key sendGoogleChatNotificationCondition: Send Google Chat Notification condition is: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Send Google Chat Notification condition is: {0}
      • googleChatPostMayHaveFailed

        public static String googleChatPostMayHaveFailed​(Object arg0,
                                                         Object arg1)
        Key googleChatPostMayHaveFailed: Google Chat post may have failed. Response: {0}, Response Code: {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Google Chat post may have failed. Response: {0}, Response Code: {1}
      • _googleChatPostMayHaveFailed

        public static org.jvnet.localizer.Localizable _googleChatPostMayHaveFailed​(Object arg0,
                                                                                   Object arg1)
        Key googleChatPostMayHaveFailed: Google Chat post may have failed. Response: {0}, Response Code: {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Google Chat post may have failed. Response: {0}, Response Code: {1}
      • messageNotValidJson

        public static String messageNotValidJson()
        Key messageNotValidJson: Please provide a valid JSON.
        Returns:
        Please provide a valid JSON
      • _messageNotValidJson

        public static org.jvnet.localizer.Localizable _messageNotValidJson()
        Key messageNotValidJson: Please provide a valid JSON.
        Returns:
        Please provide a valid JSON
      • messageNotDefined

        public static String messageNotDefined()
        Key messageNotDefined: Please add message.
        Returns:
        Please add message
      • _messageNotDefined

        public static org.jvnet.localizer.Localizable _messageNotDefined()
        Key messageNotDefined: Please add message.
        Returns:
        Please add message
      • exceptionPostingGoogleChatMessage

        public static String exceptionPostingGoogleChatMessage​(Object arg0)
        Key exceptionPostingGoogleChatMessage: Exception while posting Google Chat message: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Exception while posting Google Chat message: {0}
      • _exceptionPostingGoogleChatMessage

        public static org.jvnet.localizer.Localizable _exceptionPostingGoogleChatMessage​(Object arg0)
        Key exceptionPostingGoogleChatMessage: Exception while posting Google Chat message: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Exception while posting Google Chat message: {0}
      • failedToProcessTokenMacros

        public static String failedToProcessTokenMacros()
        Key failedToProcessTokenMacros: Failed to process token macros..
        Returns:
        Failed to process token macros.
      • _failedToProcessTokenMacros

        public static org.jvnet.localizer.Localizable _failedToProcessTokenMacros()
        Key failedToProcessTokenMacros: Failed to process token macros..
        Returns:
        Failed to process token macros.
      • invalidGoogleChatNotificationUrl

        public static String invalidGoogleChatNotificationUrl​(Object arg0)
        Key invalidGoogleChatNotificationUrl: Invalid Google Chat Notification URL found: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Invalid Google Chat Notification URL found: {0}
      • _invalidGoogleChatNotificationUrl

        public static org.jvnet.localizer.Localizable _invalidGoogleChatNotificationUrl​(Object arg0)
        Key invalidGoogleChatNotificationUrl: Invalid Google Chat Notification URL found: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Invalid Google Chat Notification URL found: {0}
      • exceptionProcessingJsonMessage

        public static String exceptionProcessingJsonMessage​(Object arg0)
        Key exceptionProcessingJsonMessage: Exception while trying to process JSON message: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Exception while trying to process JSON message: {0}
      • _exceptionProcessingJsonMessage

        public static org.jvnet.localizer.Localizable _exceptionProcessingJsonMessage​(Object arg0)
        Key exceptionProcessingJsonMessage: Exception while trying to process JSON message: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Exception while trying to process JSON message: {0}
      • googleChatNotificationUrlNotDefined

        public static String googleChatNotificationUrlNotDefined()
        Key googleChatNotificationUrlNotDefined: Please add at least one google chat notification URL.
        Returns:
        Please add at least one google chat notification URL
      • _googleChatNotificationUrlNotDefined

        public static org.jvnet.localizer.Localizable _googleChatNotificationUrlNotDefined()
        Key googleChatNotificationUrlNotDefined: Please add at least one google chat notification URL.
        Returns:
        Please add at least one google chat notification URL