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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyJVMVersionMonitor.DisplayName:JVM Version.static org.jvnet.localizer.LocalizableKeyJVMVersionMonitor.EXACT_MATCH:Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is equal to that of the controller (paranoid++ version).static org.jvnet.localizer.LocalizableKeyJVMVersionMonitor.MAJOR_MINOR_MATCH:Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is greater than or equal to that of the controller (paranoid version).static org.jvnet.localizer.Localizable_JVMVersionMonitor_MarkedOffline(Object arg0, Object arg1, Object arg2) KeyJVMVersionMonitor.MarkedOffline:Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2}).static org.jvnet.localizer.LocalizableKeyJVMVersionMonitor.OfflineCause:This node is offline because the JVM version of the agent is incompatible with the controller one..static org.jvnet.localizer.LocalizableKeyJVMVersionMonitor.RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE:Agent must run a JVM whose feature-release counter (for example, 17 or 21) is greater than or equal to that of the controller (strongly recommended minimum).static org.jvnet.localizer.LocalizableKeyJVMVersionMonitor.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..static org.jvnet.localizer.LocalizableKeyVersionMonitor.DisplayName:Remoting Version.static org.jvnet.localizer.LocalizableKeyVersionMonitor.MarkedOffline:Making {0} offline temporarily due to the use of an old agent.jar.static org.jvnet.localizer.LocalizableKeyVersionMonitor.OfflineCause:This node is offline because it uses an old agent.jar.static StringKeyJVMVersionMonitor.DisplayName:JVM Version.static StringKeyJVMVersionMonitor.EXACT_MATCH:Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is equal to that of the controller (paranoid++ version).static StringKeyJVMVersionMonitor.MAJOR_MINOR_MATCH:Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is greater than or equal to that of the controller (paranoid version).static StringJVMVersionMonitor_MarkedOffline(Object arg0, Object arg1, Object arg2) KeyJVMVersionMonitor.MarkedOffline:Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2}).static StringKeyJVMVersionMonitor.OfflineCause:This node is offline because the JVM version of the agent is incompatible with the controller one..static StringKeyJVMVersionMonitor.RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE:Agent must run a JVM whose feature-release counter (for example, 17 or 21) is greater than or equal to that of the controller (strongly recommended minimum).static StringKeyJVMVersionMonitor.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..static StringKeyVersionMonitor.DisplayName:Remoting Version.static StringKeyVersionMonitor.MarkedOffline:Making {0} offline temporarily due to the use of an old agent.jar.static StringKeyVersionMonitor.OfflineCause:This node is offline because it uses an old agent.jar.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
JVMVersionMonitor_MAJOR_MINOR_MATCH
KeyJVMVersionMonitor.MAJOR_MINOR_MATCH:Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is greater than or equal to that of the controller (paranoid version).- Returns:
Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) 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()KeyJVMVersionMonitor.MAJOR_MINOR_MATCH:Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is greater than or equal to that of the controller (paranoid version).- Returns:
Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is greater than or equal to that of the controller (paranoid version)
-
VersionMonitor_OfflineCause
KeyVersionMonitor.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()KeyVersionMonitor.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
KeyVersionMonitor.DisplayName:Remoting Version.- Returns:
Remoting Version
-
_VersionMonitor_DisplayName
public static org.jvnet.localizer.Localizable _VersionMonitor_DisplayName()KeyVersionMonitor.DisplayName:Remoting Version.- Returns:
Remoting Version
-
JVMVersionMonitor_OfflineCause
KeyJVMVersionMonitor.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()KeyJVMVersionMonitor.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
KeyJVMVersionMonitor.MarkedOffline:Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2}).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.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) KeyJVMVersionMonitor.MarkedOffline:Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2}).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Making {0} offline temporarily due to using an incompatible JVM version between agent and controller (controller={1}, agent={2})
-
JVMVersionMonitor_DisplayName
KeyJVMVersionMonitor.DisplayName:JVM Version.- Returns:
JVM Version
-
_JVMVersionMonitor_DisplayName
public static org.jvnet.localizer.Localizable _JVMVersionMonitor_DisplayName()KeyJVMVersionMonitor.DisplayName:JVM Version.- Returns:
JVM Version
-
VersionMonitor_MarkedOffline
KeyVersionMonitor.MarkedOffline:Making {0} offline temporarily due to the use of an old agent.jar.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Making {0} offline temporarily due to the use of an old agent.jar
-
_VersionMonitor_MarkedOffline
KeyVersionMonitor.MarkedOffline:Making {0} offline temporarily due to the use of an old agent.jar.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Making {0} offline temporarily due to the use of an old agent.jar
-
JVMVersionMonitor_UnrecognizedAgentJVM
KeyJVMVersionMonitor.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}, asString.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
KeyJVMVersionMonitor.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}, asString.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
KeyJVMVersionMonitor.RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE:Agent must run a JVM whose feature-release counter (for example, 17 or 21) is greater than or equal to that of the controller (strongly recommended minimum).- Returns:
Agent must run a JVM whose feature-release counter (for example, 17 or 21) 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()KeyJVMVersionMonitor.RUNTIME_GREATER_OR_EQUAL_MASTER_BYTECODE:Agent must run a JVM whose feature-release counter (for example, 17 or 21) is greater than or equal to that of the controller (strongly recommended minimum).- Returns:
Agent must run a JVM whose feature-release counter (for example, 17 or 21) is greater than or equal to that of the controller (strongly recommended minimum)
-
JVMVersionMonitor_EXACT_MATCH
KeyJVMVersionMonitor.EXACT_MATCH:Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is equal to that of the controller (paranoid++ version).- Returns:
Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is equal to that of the controller (paranoid++ version)
-
_JVMVersionMonitor_EXACT_MATCH
public static org.jvnet.localizer.Localizable _JVMVersionMonitor_EXACT_MATCH()KeyJVMVersionMonitor.EXACT_MATCH:Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is equal to that of the controller (paranoid++ version).- Returns:
Agent must run a JVM whose version number (for example, 17.0.12.1 or 21.0.05+7) is equal to that of the controller (paranoid++ version)
-