Class Messages

java.lang.Object
org.korosoft.jenkins.plugin.rtp.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 buildPortletTitle: Rich text published within a build.
    static org.jvnet.localizer.Localizable
    Key confluence: Confluence.
    static org.jvnet.localizer.Localizable
    Key failedToCompile: Failed to compile message:.
    static org.jvnet.localizer.Localizable
    Key fileNotFound: File %s was not found in the workspace.
    static org.jvnet.localizer.Localizable
    Key filesNotFound: Files %s were not found in the workspace.
    static org.jvnet.localizer.Localizable
    Key html: HTML.
    static org.jvnet.localizer.Localizable
    Key interrupted: Interrupted.
    static org.jvnet.localizer.Localizable
    Key jobNotFound: Job ''%s'' not found.
    static org.jvnet.localizer.Localizable
    Key neverBuilt: Cannot validate the path since the project was never built.
    static org.jvnet.localizer.Localizable
    Key noJobName: Please specify job name.
    static org.jvnet.localizer.Localizable
    Key noStableBuildsYet: There are no stable builds yet.
    static org.jvnet.localizer.Localizable
    Key publish: Publish rich text message.
    static org.jvnet.localizer.Localizable
    Key richText: Rich Text.
    static org.jvnet.localizer.Localizable
    Key wikiText: WikiText.
    static String
    Key buildPortletTitle: Rich text published within a build.
    static String
    Key confluence: Confluence.
    static String
    Key failedToCompile: Failed to compile message:.
    static String
    Key fileNotFound: File %s was not found in the workspace.
    static String
    Key filesNotFound: Files %s were not found in the workspace.
    static String
    Key html: HTML.
    static String
    Key interrupted: Interrupted.
    static String
    Key jobNotFound: Job ''%s'' not found.
    static String
    Key neverBuilt: Cannot validate the path since the project was never built.
    static String
    Key noJobName: Please specify job name.
    static String
    Key noStableBuildsYet: There are no stable builds yet.
    static String
    Key publish: Publish rich text message.
    static String
    Key richText: Rich Text.
    static String
    Key wikiText: WikiText.

    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

    • jobNotFound

      public static String jobNotFound()
      Key jobNotFound: Job ''%s'' not found.
      Returns:
      Job ''%s'' not found
    • _jobNotFound

      public static org.jvnet.localizer.Localizable _jobNotFound()
      Key jobNotFound: Job ''%s'' not found.
      Returns:
      Job ''%s'' not found
    • confluence

      public static String confluence()
      Key confluence: Confluence.
      Returns:
      Confluence
    • _confluence

      public static org.jvnet.localizer.Localizable _confluence()
      Key confluence: Confluence.
      Returns:
      Confluence
    • buildPortletTitle

      public static String buildPortletTitle()
      Key buildPortletTitle: Rich text published within a build.
      Returns:
      Rich text published within a build
    • _buildPortletTitle

      public static org.jvnet.localizer.Localizable _buildPortletTitle()
      Key buildPortletTitle: Rich text published within a build.
      Returns:
      Rich text published within a build
    • fileNotFound

      public static String fileNotFound()
      Key fileNotFound: File %s was not found in the workspace.
      Returns:
      File %s was not found in the workspace
    • _fileNotFound

      public static org.jvnet.localizer.Localizable _fileNotFound()
      Key fileNotFound: File %s was not found in the workspace.
      Returns:
      File %s was not found in the workspace
    • interrupted

      public static String interrupted()
      Key interrupted: Interrupted.
      Returns:
      Interrupted
    • _interrupted

      public static org.jvnet.localizer.Localizable _interrupted()
      Key interrupted: Interrupted.
      Returns:
      Interrupted
    • noJobName

      public static String noJobName()
      Key noJobName: Please specify job name.
      Returns:
      Please specify job name
    • _noJobName

      public static org.jvnet.localizer.Localizable _noJobName()
      Key noJobName: Please specify job name.
      Returns:
      Please specify job name
    • richText

      public static String richText()
      Key richText: Rich Text.
      Returns:
      Rich Text
    • _richText

      public static org.jvnet.localizer.Localizable _richText()
      Key richText: Rich Text.
      Returns:
      Rich Text
    • filesNotFound

      public static String filesNotFound()
      Key filesNotFound: Files %s were not found in the workspace.
      Returns:
      Files %s were not found in the workspace
    • _filesNotFound

      public static org.jvnet.localizer.Localizable _filesNotFound()
      Key filesNotFound: Files %s were not found in the workspace.
      Returns:
      Files %s were not found in the workspace
    • publish

      public static String publish()
      Key publish: Publish rich text message.
      Returns:
      Publish rich text message
    • _publish

      public static org.jvnet.localizer.Localizable _publish()
      Key publish: Publish rich text message.
      Returns:
      Publish rich text message
    • html

      public static String html()
      Key html: HTML.
      Returns:
      HTML
    • _html

      public static org.jvnet.localizer.Localizable _html()
      Key html: HTML.
      Returns:
      HTML
    • failedToCompile

      public static String failedToCompile()
      Key failedToCompile: Failed to compile message:.
      Returns:
      Failed to compile message:
    • _failedToCompile

      public static org.jvnet.localizer.Localizable _failedToCompile()
      Key failedToCompile: Failed to compile message:.
      Returns:
      Failed to compile message:
    • wikiText

      public static String wikiText()
      Key wikiText: WikiText.
      Returns:
      WikiText
    • _wikiText

      public static org.jvnet.localizer.Localizable _wikiText()
      Key wikiText: WikiText.
      Returns:
      WikiText
    • neverBuilt

      public static String neverBuilt()
      Key neverBuilt: Cannot validate the path since the project was never built.
      Returns:
      Cannot validate the path since the project was never built
    • _neverBuilt

      public static org.jvnet.localizer.Localizable _neverBuilt()
      Key neverBuilt: Cannot validate the path since the project was never built.
      Returns:
      Cannot validate the path since the project was never built
    • noStableBuildsYet

      public static String noStableBuildsYet()
      Key noStableBuildsYet: There are no stable builds yet.
      Returns:
      There are no stable builds yet
    • _noStableBuildsYet

      public static org.jvnet.localizer.Localizable _noStableBuildsYet()
      Key noStableBuildsYet: There are no stable builds yet.
      Returns:
      There are no stable builds yet