Class Messages

java.lang.Object
org.thoughtslive.jenkins.plugins.hubot.Messages

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jvnet.localizer.Localizable
    Key Aborted: Build aborted.
    static org.jvnet.localizer.Localizable
    Key BackToNormal: Build is back to normal.
    static org.jvnet.localizer.Localizable
    Key DisplayName: Hubot Steps.
    static org.jvnet.localizer.Localizable
    Key Failure: Build failed.
    static org.jvnet.localizer.Localizable
    Key Info: General Information.
    static org.jvnet.localizer.Localizable
    Key NoChanges: No changes.
    static org.jvnet.localizer.Localizable
    Key NotBuilt: Module not built.
    static org.jvnet.localizer.Localizable
    Key Started: Build started.
    static org.jvnet.localizer.Localizable
    Key Success: Build successful.
    static org.jvnet.localizer.Localizable
    Key Unstable: Build is unstable.
    static String
    Key Aborted: Build aborted.
    static String
    Key BackToNormal: Build is back to normal.
    static String
    Key DisplayName: Hubot Steps.
    static String
    Key Failure: Build failed.
    static String
    Key Info: General Information.
    static String
    Key NoChanges: No changes.
    static String
    Key NotBuilt: Module not built.
    static String
    Key Started: Build started.
    static String
    Key Success: Build successful.
    static String
    Key Unstable: Build is unstable.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • NotBuilt

      public static String NotBuilt()
      Key NotBuilt: Module not built.
      Returns:
      Module not built
    • _NotBuilt

      public static org.jvnet.localizer.Localizable _NotBuilt()
      Key NotBuilt: Module not built.
      Returns:
      Module not built
    • Started

      public static String Started()
      Key Started: Build started.
      Returns:
      Build started
    • _Started

      public static org.jvnet.localizer.Localizable _Started()
      Key Started: Build started.
      Returns:
      Build started
    • NoChanges

      public static String NoChanges()
      Key NoChanges: No changes.
      Returns:
      No changes
    • _NoChanges

      public static org.jvnet.localizer.Localizable _NoChanges()
      Key NoChanges: No changes.
      Returns:
      No changes
    • DisplayName

      public static String DisplayName()
      Key DisplayName: Hubot Steps.
      Returns:
      Hubot Steps
    • _DisplayName

      public static org.jvnet.localizer.Localizable _DisplayName()
      Key DisplayName: Hubot Steps.
      Returns:
      Hubot Steps
    • Unstable

      public static String Unstable()
      Key Unstable: Build is unstable.
      Returns:
      Build is unstable
    • _Unstable

      public static org.jvnet.localizer.Localizable _Unstable()
      Key Unstable: Build is unstable.
      Returns:
      Build is unstable
    • Info

      public static String Info()
      Key Info: General Information.
      Returns:
      General Information
    • _Info

      public static org.jvnet.localizer.Localizable _Info()
      Key Info: General Information.
      Returns:
      General Information
    • BackToNormal

      public static String BackToNormal()
      Key BackToNormal: Build is back to normal.
      Returns:
      Build is back to normal
    • _BackToNormal

      public static org.jvnet.localizer.Localizable _BackToNormal()
      Key BackToNormal: Build is back to normal.
      Returns:
      Build is back to normal
    • Success

      public static String Success()
      Key Success: Build successful.
      Returns:
      Build successful
    • _Success

      public static org.jvnet.localizer.Localizable _Success()
      Key Success: Build successful.
      Returns:
      Build successful
    • Failure

      public static String Failure()
      Key Failure: Build failed.
      Returns:
      Build failed
    • _Failure

      public static org.jvnet.localizer.Localizable _Failure()
      Key Failure: Build failed.
      Returns:
      Build failed
    • Aborted

      public static String Aborted()
      Key Aborted: Build aborted.
      Returns:
      Build aborted
    • _Aborted

      public static org.jvnet.localizer.Localizable _Aborted()
      Key Aborted: Build aborted.
      Returns:
      Build aborted