Class Messages


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

      Constructors 
      Constructor Description
      Messages()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jvnet.localizer.Localizable _Aborted_Description()
      Key Aborted.Description: Run when the build status is "Aborted".
      static org.jvnet.localizer.Localizable _Always_Description()
      Key Always.Description: Always run, regardless of build status.
      static org.jvnet.localizer.Localizable _Changed_Description()
      Key Changed.Description: Run if the current build's status is different than the previous build's status.
      static org.jvnet.localizer.Localizable _Cleanup_Description()
      Key Cleanup.Description: Always run after all other conditions, regardless of build status.
      static org.jvnet.localizer.Localizable _Failure_Description()
      Key Failure.Description: Run if the build status is "Failure".
      static org.jvnet.localizer.Localizable _Fixed_Description()
      Key Fixed.Description: Run if the previous build was not successful and the current build's status is "Success".
      static org.jvnet.localizer.Localizable _NotBuilt_Description()
      Key NotBuilt.Description: Run if the build status is "Not Built".
      static org.jvnet.localizer.Localizable _Regression_Description()
      Key Regression.Description: Run if the current build's status is worse than the previous build's status.
      static org.jvnet.localizer.Localizable _Success_Description()
      Key Success.Description: Run if the build status is "Success" or hasn't been set yet.
      static org.jvnet.localizer.Localizable _Unstable_Description()
      Key Unstable.Description: Run if the build status is "Unstable".
      static org.jvnet.localizer.Localizable _Unsuccessful_Description()
      Key Unsuccessful.Description: Run if the current build's status is "Aborted", "Failure" or "Unstable".
      static String Aborted_Description()
      Key Aborted.Description: Run when the build status is "Aborted".
      static String Always_Description()
      Key Always.Description: Always run, regardless of build status.
      static String Changed_Description()
      Key Changed.Description: Run if the current build's status is different than the previous build's status.
      static String Cleanup_Description()
      Key Cleanup.Description: Always run after all other conditions, regardless of build status.
      static String Failure_Description()
      Key Failure.Description: Run if the build status is "Failure".
      static String Fixed_Description()
      Key Fixed.Description: Run if the previous build was not successful and the current build's status is "Success".
      static String NotBuilt_Description()
      Key NotBuilt.Description: Run if the build status is "Not Built".
      static String Regression_Description()
      Key Regression.Description: Run if the current build's status is worse than the previous build's status.
      static String Success_Description()
      Key Success.Description: Run if the build status is "Success" or hasn't been set yet.
      static String Unstable_Description()
      Key Unstable.Description: Run if the build status is "Unstable".
      static String Unsuccessful_Description()
      Key Unsuccessful.Description: Run if the current build's status is "Aborted", "Failure" or "Unstable".
    • Constructor Detail

      • Messages

        public Messages()
    • Method Detail

      • Aborted_Description

        public static String Aborted_Description()
        Key Aborted.Description: Run when the build status is "Aborted".
        Returns:
        Run when the build status is "Aborted"
      • _Aborted_Description

        public static org.jvnet.localizer.Localizable _Aborted_Description()
        Key Aborted.Description: Run when the build status is "Aborted".
        Returns:
        Run when the build status is "Aborted"
      • NotBuilt_Description

        public static String NotBuilt_Description()
        Key NotBuilt.Description: Run if the build status is "Not Built".
        Returns:
        Run if the build status is "Not Built"
      • _NotBuilt_Description

        public static org.jvnet.localizer.Localizable _NotBuilt_Description()
        Key NotBuilt.Description: Run if the build status is "Not Built".
        Returns:
        Run if the build status is "Not Built"
      • Regression_Description

        public static String Regression_Description()
        Key Regression.Description: Run if the current build's status is worse than the previous build's status.
        Returns:
        Run if the current build's status is worse than the previous build's status
      • _Regression_Description

        public static org.jvnet.localizer.Localizable _Regression_Description()
        Key Regression.Description: Run if the current build's status is worse than the previous build's status.
        Returns:
        Run if the current build's status is worse than the previous build's status
      • Failure_Description

        public static String Failure_Description()
        Key Failure.Description: Run if the build status is "Failure".
        Returns:
        Run if the build status is "Failure"
      • _Failure_Description

        public static org.jvnet.localizer.Localizable _Failure_Description()
        Key Failure.Description: Run if the build status is "Failure".
        Returns:
        Run if the build status is "Failure"
      • Changed_Description

        public static String Changed_Description()
        Key Changed.Description: Run if the current build's status is different than the previous build's status.
        Returns:
        Run if the current build's status is different than the previous build's status
      • _Changed_Description

        public static org.jvnet.localizer.Localizable _Changed_Description()
        Key Changed.Description: Run if the current build's status is different than the previous build's status.
        Returns:
        Run if the current build's status is different than the previous build's status
      • Unstable_Description

        public static String Unstable_Description()
        Key Unstable.Description: Run if the build status is "Unstable".
        Returns:
        Run if the build status is "Unstable"
      • _Unstable_Description

        public static org.jvnet.localizer.Localizable _Unstable_Description()
        Key Unstable.Description: Run if the build status is "Unstable".
        Returns:
        Run if the build status is "Unstable"
      • Unsuccessful_Description

        public static String Unsuccessful_Description()
        Key Unsuccessful.Description: Run if the current build's status is "Aborted", "Failure" or "Unstable".
        Returns:
        Run if the current build's status is "Aborted", "Failure" or "Unstable"
      • _Unsuccessful_Description

        public static org.jvnet.localizer.Localizable _Unsuccessful_Description()
        Key Unsuccessful.Description: Run if the current build's status is "Aborted", "Failure" or "Unstable".
        Returns:
        Run if the current build's status is "Aborted", "Failure" or "Unstable"
      • Fixed_Description

        public static String Fixed_Description()
        Key Fixed.Description: Run if the previous build was not successful and the current build's status is "Success".
        Returns:
        Run if the previous build was not successful and the current build's status is "Success"
      • _Fixed_Description

        public static org.jvnet.localizer.Localizable _Fixed_Description()
        Key Fixed.Description: Run if the previous build was not successful and the current build's status is "Success".
        Returns:
        Run if the previous build was not successful and the current build's status is "Success"
      • Always_Description

        public static String Always_Description()
        Key Always.Description: Always run, regardless of build status.
        Returns:
        Always run, regardless of build status
      • _Always_Description

        public static org.jvnet.localizer.Localizable _Always_Description()
        Key Always.Description: Always run, regardless of build status.
        Returns:
        Always run, regardless of build status
      • Success_Description

        public static String Success_Description()
        Key Success.Description: Run if the build status is "Success" or hasn't been set yet.
        Returns:
        Run if the build status is "Success" or hasn't been set yet
      • _Success_Description

        public static org.jvnet.localizer.Localizable _Success_Description()
        Key Success.Description: Run if the build status is "Success" or hasn't been set yet.
        Returns:
        Run if the build status is "Success" or hasn't been set yet
      • Cleanup_Description

        public static String Cleanup_Description()
        Key Cleanup.Description: Always run after all other conditions, regardless of build status.
        Returns:
        Always run after all other conditions, regardless of build status
      • _Cleanup_Description

        public static org.jvnet.localizer.Localizable _Cleanup_Description()
        Key Cleanup.Description: Always run after all other conditions, regardless of build status.
        Returns:
        Always run after all other conditions, regardless of build status