Class Messages

java.lang.Object
hudson.plugin.versioncolumn.Messages

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

    • Messages

      public Messages()
  • Method Details

    • JVMVersionMonitor_MAJOR_MINOR_MATCH

      public static String JVMVersionMonitor_MAJOR_MINOR_MATCH()
      Key JVMVersionMonitor.MAJOR_MINOR_MATCH: Agent must run a JVM whose version number (e.g., 11.0.17 or 17.0.4.1) is greater than or equal to that of the controller (paranoid version).
      Returns:
      Agent must run a JVM whose version number (e.g., 11.0.17 or 17.0.4.1) is greater than or equal to that of the controller (paranoid version)
    • _JVMVersionMonitor_MAJOR_MINOR_MATCH

      public static org.jvnet.localizer.Localizable _JVMVersionMonitor_MAJOR_MINOR_MATCH()
      Key JVMVersionMonitor.MAJOR_MINOR_MATCH: Agent must run a JVM whose version number (e.g., 11.0.17 or 17.0.4.1) is greater than or equal to that of the controller (paranoid version).
      Returns:
      Agent must run a JVM whose version number (e.g., 11.0.17 or 17.0.4.1) is greater than or equal to that of the controller (paranoid version)
    • VersionMonitor_OfflineCause

      public static String VersionMonitor_OfflineCause()
      Key VersionMonitor.OfflineCause: This node is offline because it uses an old agent.jar.
      Returns:
      This node is offline because it uses an old agent.jar
    • _VersionMonitor_OfflineCause

      public static org.jvnet.localizer.Localizable _VersionMonitor_OfflineCause()
      Key VersionMonitor.OfflineCause: This node is offline because it uses an old agent.jar.
      Returns:
      This node is offline because it uses an old agent.jar
    • VersionMonitor_DisplayName

      public static String VersionMonitor_DisplayName()
      Key VersionMonitor.DisplayName: Remoting Version.
      Returns:
      Remoting Version
    • _VersionMonitor_DisplayName

      public static org.jvnet.localizer.Localizable _VersionMonitor_DisplayName()
      Key VersionMonitor.DisplayName: Remoting Version.
      Returns:
      Remoting Version
    • JVMVersionMonitor_OfflineCause

      public static String JVMVersionMonitor_OfflineCause()
      Key JVMVersionMonitor.OfflineCause: This node is offline because the JVM version of the agent is incompatible with the controller one..
      Returns:
      This node is offline because the JVM version of the agent is incompatible with the controller one.
    • _JVMVersionMonitor_OfflineCause

      public static org.jvnet.localizer.Localizable _JVMVersionMonitor_OfflineCause()
      Key JVMVersionMonitor.OfflineCause: This node is offline because the JVM version of the agent is incompatible with the controller one..
      Returns:
      This node is offline because the JVM version of the agent is incompatible with the controller one.
    • JVMVersionMonitor_MarkedOffline

      public static String JVMVersionMonitor_MarkedOffline(Object arg0, Object arg1, Object arg2)
      Key JVMVersionMonitor.MarkedOffline: Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2}).
      Parameters:
      arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2})
    • _JVMVersionMonitor_MarkedOffline

      public static org.jvnet.localizer.Localizable _JVMVersionMonitor_MarkedOffline(Object arg0, Object arg1, Object arg2)
      Key JVMVersionMonitor.MarkedOffline: Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2}).
      Parameters:
      arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2})
    • JVMVersionMonitor_DisplayName

      public static String JVMVersionMonitor_DisplayName()
      Key JVMVersionMonitor.DisplayName: JVM Version.
      Returns:
      JVM Version
    • _JVMVersionMonitor_DisplayName

      public static org.jvnet.localizer.Localizable _JVMVersionMonitor_DisplayName()
      Key JVMVersionMonitor.DisplayName: JVM Version.
      Returns:
      JVM Version
    • VersionMonitor_MarkedOffline

      public static String VersionMonitor_MarkedOffline(Object arg0)
      Key VersionMonitor.MarkedOffline: Making {0} offline temporarily due to the use of an old agent.jar.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Making {0} offline temporarily due to the use of an old agent.jar
    • _VersionMonitor_MarkedOffline

      public static org.jvnet.localizer.Localizable _VersionMonitor_MarkedOffline(Object arg0)
      Key VersionMonitor.MarkedOffline: Making {0} offline temporarily due to the use of an old agent.jar.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Making {0} offline temporarily due to the use of an old agent.jar
    • JVMVersionMonitor_UnrecognizedAgentJVM

      public static String JVMVersionMonitor_UnrecognizedAgentJVM(Object arg0)
      Key JVMVersionMonitor.UnrecognizedAgentJVM: The agent JVM version {0} is not recognized by the plugin. You might want to open a ticket for the maintainer to complete the compatibility list..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The agent JVM version {0} is not recognized by the plugin. You might want to open a ticket for the maintainer to complete the compatibility list.
    • _JVMVersionMonitor_UnrecognizedAgentJVM

      public static org.jvnet.localizer.Localizable _JVMVersionMonitor_UnrecognizedAgentJVM(Object arg0)
      Key JVMVersionMonitor.UnrecognizedAgentJVM: The agent JVM version {0} is not recognized by the plugin. You might want to open a ticket for the maintainer to complete the compatibility list..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The agent JVM version {0} is not recognized by the plugin. You might want to open a ticket for the maintainer to complete the compatibility list.
    • JVMVersionMonitor_RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE

      public static String JVMVersionMonitor_RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE()
      Key JVMVersionMonitor.RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE: Agent must run a JVM whose feature-release counter (e.g., 11 or 17) is greater than or equal to that of the controller (strongly recommended minimum).
      Returns:
      Agent must run a JVM whose feature-release counter (e.g., 11 or 17) is greater than or equal to that of the controller (strongly recommended minimum)
    • _JVMVersionMonitor_RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE

      public static org.jvnet.localizer.Localizable _JVMVersionMonitor_RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE()
      Key JVMVersionMonitor.RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE: Agent must run a JVM whose feature-release counter (e.g., 11 or 17) is greater than or equal to that of the controller (strongly recommended minimum).
      Returns:
      Agent must run a JVM whose feature-release counter (e.g., 11 or 17) is greater than or equal to that of the controller (strongly recommended minimum)
    • JVMVersionMonitor_EXACT_MATCH

      public static String JVMVersionMonitor_EXACT_MATCH()
      Key JVMVersionMonitor.EXACT_MATCH: Agent must run a JVM whose version number (e.g., 11.0.17 or 17.0.4.1) is equal to that of the controller (paranoid++ version).
      Returns:
      Agent must run a JVM whose version number (e.g., 11.0.17 or 17.0.4.1) is equal to that of the controller (paranoid++ version)
    • _JVMVersionMonitor_EXACT_MATCH

      public static org.jvnet.localizer.Localizable _JVMVersionMonitor_EXACT_MATCH()
      Key JVMVersionMonitor.EXACT_MATCH: Agent must run a JVM whose version number (e.g., 11.0.17 or 17.0.4.1) is equal to that of the controller (paranoid++ version).
      Returns:
      Agent must run a JVM whose version number (e.g., 11.0.17 or 17.0.4.1) is equal to that of the controller (paranoid++ version)