Package hudson.slaves
Class Messages
- java.lang.Object
-
- hudson.slaves.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
_Cloud_ProvisionPermission_Description()
KeyCloud.ProvisionPermission.Description
:Provision new nodes
.static org.jvnet.localizer.Localizable
_ComputerLauncher_abortedLaunch()
KeyComputerLauncher.abortedLaunch
:Launching agent process aborted.
.static org.jvnet.localizer.Localizable
_ComputerLauncher_JavaVersionResult(Object arg0, Object arg1)
KeyComputerLauncher.JavaVersionResult
:{0} -version returned {1}.
.static org.jvnet.localizer.Localizable
_ComputerLauncher_NoJavaFound(Object arg0)
KeyComputerLauncher.NoJavaFound
:Java version {0} was found but 1.8 or later is needed.
.static org.jvnet.localizer.Localizable
_ComputerLauncher_unexpectedError()
KeyComputerLauncher.unexpectedError
:Unexpected error in launching an agent. This is probably a bug in Jenkins
.static org.jvnet.localizer.Localizable
_ComputerLauncher_UnknownJavaVersion(Object arg0)
KeyComputerLauncher.UnknownJavaVersion
:Couldnât figure out the Java version of {0}
.static org.jvnet.localizer.Localizable
_ConnectionActivityMonitor_OfflineCause()
KeyConnectionActivityMonitor.OfflineCause
:Repeated ping attempts failed
.static org.jvnet.localizer.Localizable
_DumbSlave_displayName()
KeyDumbSlave.displayName
:Permanent Agent
.static org.jvnet.localizer.Localizable
_EnvironmentVariablesNodeProperty_displayName()
KeyEnvironmentVariablesNodeProperty.displayName
:Environment variables
.static org.jvnet.localizer.Localizable
_JNLPLauncher_displayName()
KeyJNLPLauncher.displayName
:Launch agent by connecting it to the controller
.static org.jvnet.localizer.Localizable
_JNLPLauncher_InstanceIdentityRequired()
KeyJNLPLauncher.InstanceIdentityRequired
:You must install the instance-identity plugin to use inbound agents in TCP mode
.static org.jvnet.localizer.Localizable
_JNLPLauncher_TCPPortDisabled()
KeyJNLPLauncher.TCPPortDisabled
:Either WebSocket mode is selected, or the TCP port for inbound agents must be enabled
.static org.jvnet.localizer.Localizable
_JNLPLauncher_TunnelingNotSupported()
KeyJNLPLauncher.TunnelingNotSupported
:Tunneling is not supported in WebSocket mode
.static org.jvnet.localizer.Localizable
_JNLPLauncher_WebsocketNotEnabled()
KeyJNLPLauncher.WebsocketNotEnabled
:WebSocket support is not enabled in this Jenkins installation
.static org.jvnet.localizer.Localizable
_NodeDescriptor_CheckName_Mandatory()
KeyNodeDescriptor.CheckName.Mandatory
:Name is mandatory
.static org.jvnet.localizer.Localizable
_NodeProvisioner_EmptyString()
KeyNodeProvisioner.EmptyString
: .static org.jvnet.localizer.Localizable
_OfflineCause_connection_was_broken_(Object arg0)
KeyOfflineCause.connection_was_broken_
:Connection was broken: {0}
.static org.jvnet.localizer.Localizable
_OfflineCause_connection_was_broken_simple()
KeyOfflineCause.connection_was_broken_simple
:Connection was broken
.static org.jvnet.localizer.Localizable
_OfflineCause_LaunchFailed()
KeyOfflineCause.LaunchFailed
:This agent is offline because Jenkins failed to launch the agent process on it.
.static org.jvnet.localizer.Localizable
_RetentionStrategy_Always_displayName()
KeyRetentionStrategy.Always.displayName
:Keep this agent online as much as possible
.static org.jvnet.localizer.Localizable
_RetentionStrategy_Demand_displayName()
KeyRetentionStrategy.Demand.displayName
:Bring this agent online when in demand, and take offline when idle
.static org.jvnet.localizer.Localizable
_RetentionStrategy_Demand_OfflineIdle()
KeyRetentionStrategy.Demand.OfflineIdle
:Offline because computer was idle; it will be relaunched when needed.
.static org.jvnet.localizer.Localizable
_SimpleScheduledRetentionStrategy_displayName()
KeySimpleScheduledRetentionStrategy.displayName
:Bring this agent online according to a schedule
.static org.jvnet.localizer.Localizable
_SimpleScheduledRetentionStrategy_FinishedUpTime()
KeySimpleScheduledRetentionStrategy.FinishedUpTime
:Computer has finished its scheduled uptime
.static org.jvnet.localizer.Localizable
_SlaveComputer_DisconnectedBy(Object arg0, Object arg1)
KeySlaveComputer.DisconnectedBy
:Disconnected by {0}{1}
.static String
Cloud_ProvisionPermission_Description()
KeyCloud.ProvisionPermission.Description
:Provision new nodes
.static String
ComputerLauncher_abortedLaunch()
KeyComputerLauncher.abortedLaunch
:Launching agent process aborted.
.static String
ComputerLauncher_JavaVersionResult(Object arg0, Object arg1)
KeyComputerLauncher.JavaVersionResult
:{0} -version returned {1}.
.static String
ComputerLauncher_NoJavaFound(Object arg0)
KeyComputerLauncher.NoJavaFound
:Java version {0} was found but 1.8 or later is needed.
.static String
ComputerLauncher_unexpectedError()
KeyComputerLauncher.unexpectedError
:Unexpected error in launching an agent. This is probably a bug in Jenkins
.static String
ComputerLauncher_UnknownJavaVersion(Object arg0)
KeyComputerLauncher.UnknownJavaVersion
:Couldnât figure out the Java version of {0}
.static String
ConnectionActivityMonitor_OfflineCause()
KeyConnectionActivityMonitor.OfflineCause
:Repeated ping attempts failed
.static String
DumbSlave_displayName()
KeyDumbSlave.displayName
:Permanent Agent
.static String
EnvironmentVariablesNodeProperty_displayName()
KeyEnvironmentVariablesNodeProperty.displayName
:Environment variables
.static String
JNLPLauncher_displayName()
KeyJNLPLauncher.displayName
:Launch agent by connecting it to the controller
.static String
JNLPLauncher_InstanceIdentityRequired()
KeyJNLPLauncher.InstanceIdentityRequired
:You must install the instance-identity plugin to use inbound agents in TCP mode
.static String
JNLPLauncher_TCPPortDisabled()
KeyJNLPLauncher.TCPPortDisabled
:Either WebSocket mode is selected, or the TCP port for inbound agents must be enabled
.static String
JNLPLauncher_TunnelingNotSupported()
KeyJNLPLauncher.TunnelingNotSupported
:Tunneling is not supported in WebSocket mode
.static String
JNLPLauncher_WebsocketNotEnabled()
KeyJNLPLauncher.WebsocketNotEnabled
:WebSocket support is not enabled in this Jenkins installation
.static String
NodeDescriptor_CheckName_Mandatory()
KeyNodeDescriptor.CheckName.Mandatory
:Name is mandatory
.static String
NodeProvisioner_EmptyString()
KeyNodeProvisioner.EmptyString
: .static String
OfflineCause_connection_was_broken_(Object arg0)
KeyOfflineCause.connection_was_broken_
:Connection was broken: {0}
.static String
OfflineCause_connection_was_broken_simple()
KeyOfflineCause.connection_was_broken_simple
:Connection was broken
.static String
OfflineCause_LaunchFailed()
KeyOfflineCause.LaunchFailed
:This agent is offline because Jenkins failed to launch the agent process on it.
.static String
RetentionStrategy_Always_displayName()
KeyRetentionStrategy.Always.displayName
:Keep this agent online as much as possible
.static String
RetentionStrategy_Demand_displayName()
KeyRetentionStrategy.Demand.displayName
:Bring this agent online when in demand, and take offline when idle
.static String
RetentionStrategy_Demand_OfflineIdle()
KeyRetentionStrategy.Demand.OfflineIdle
:Offline because computer was idle; it will be relaunched when needed.
.static String
SimpleScheduledRetentionStrategy_displayName()
KeySimpleScheduledRetentionStrategy.displayName
:Bring this agent online according to a schedule
.static String
SimpleScheduledRetentionStrategy_FinishedUpTime()
KeySimpleScheduledRetentionStrategy.FinishedUpTime
:Computer has finished its scheduled uptime
.static String
SlaveComputer_DisconnectedBy(Object arg0, Object arg1)
KeySlaveComputer.DisconnectedBy
:Disconnected by {0}{1}
.
-
-
-
Method Detail
-
NodeProvisioner_EmptyString
public static String NodeProvisioner_EmptyString()
KeyNodeProvisioner.EmptyString
: .- Returns:
-
_NodeProvisioner_EmptyString
public static org.jvnet.localizer.Localizable _NodeProvisioner_EmptyString()
KeyNodeProvisioner.EmptyString
: .- Returns:
-
OfflineCause_LaunchFailed
public static String OfflineCause_LaunchFailed()
KeyOfflineCause.LaunchFailed
:This agent is offline because Jenkins failed to launch the agent process on it.
.- Returns:
This agent is offline because Jenkins failed to launch the agent process on it.
-
_OfflineCause_LaunchFailed
public static org.jvnet.localizer.Localizable _OfflineCause_LaunchFailed()
KeyOfflineCause.LaunchFailed
:This agent is offline because Jenkins failed to launch the agent process on it.
.- Returns:
This agent is offline because Jenkins failed to launch the agent process on it.
-
RetentionStrategy_Always_displayName
public static String RetentionStrategy_Always_displayName()
KeyRetentionStrategy.Always.displayName
:Keep this agent online as much as possible
.- Returns:
Keep this agent online as much as possible
-
_RetentionStrategy_Always_displayName
public static org.jvnet.localizer.Localizable _RetentionStrategy_Always_displayName()
KeyRetentionStrategy.Always.displayName
:Keep this agent online as much as possible
.- Returns:
Keep this agent online as much as possible
-
OfflineCause_connection_was_broken_simple
public static String OfflineCause_connection_was_broken_simple()
KeyOfflineCause.connection_was_broken_simple
:Connection was broken
.- Returns:
Connection was broken
-
_OfflineCause_connection_was_broken_simple
public static org.jvnet.localizer.Localizable _OfflineCause_connection_was_broken_simple()
KeyOfflineCause.connection_was_broken_simple
:Connection was broken
.- Returns:
Connection was broken
-
OfflineCause_connection_was_broken_
public static String OfflineCause_connection_was_broken_(Object arg0)
KeyOfflineCause.connection_was_broken_
:Connection was broken: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Connection was broken: {0}
-
_OfflineCause_connection_was_broken_
public static org.jvnet.localizer.Localizable _OfflineCause_connection_was_broken_(Object arg0)
KeyOfflineCause.connection_was_broken_
:Connection was broken: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Connection was broken: {0}
-
SimpleScheduledRetentionStrategy_FinishedUpTime
public static String SimpleScheduledRetentionStrategy_FinishedUpTime()
KeySimpleScheduledRetentionStrategy.FinishedUpTime
:Computer has finished its scheduled uptime
.- Returns:
Computer has finished its scheduled uptime
-
_SimpleScheduledRetentionStrategy_FinishedUpTime
public static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_FinishedUpTime()
KeySimpleScheduledRetentionStrategy.FinishedUpTime
:Computer has finished its scheduled uptime
.- Returns:
Computer has finished its scheduled uptime
-
ComputerLauncher_NoJavaFound
public static String ComputerLauncher_NoJavaFound(Object arg0)
KeyComputerLauncher.NoJavaFound
:Java version {0} was found but 1.8 or later is needed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Java version {0} was found but 1.8 or later is needed.
-
_ComputerLauncher_NoJavaFound
public static org.jvnet.localizer.Localizable _ComputerLauncher_NoJavaFound(Object arg0)
KeyComputerLauncher.NoJavaFound
:Java version {0} was found but 1.8 or later is needed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Java version {0} was found but 1.8 or later is needed.
-
JNLPLauncher_TunnelingNotSupported
public static String JNLPLauncher_TunnelingNotSupported()
KeyJNLPLauncher.TunnelingNotSupported
:Tunneling is not supported in WebSocket mode
.- Returns:
Tunneling is not supported in WebSocket mode
-
_JNLPLauncher_TunnelingNotSupported
public static org.jvnet.localizer.Localizable _JNLPLauncher_TunnelingNotSupported()
KeyJNLPLauncher.TunnelingNotSupported
:Tunneling is not supported in WebSocket mode
.- Returns:
Tunneling is not supported in WebSocket mode
-
JNLPLauncher_displayName
public static String JNLPLauncher_displayName()
KeyJNLPLauncher.displayName
:Launch agent by connecting it to the controller
.- Returns:
Launch agent by connecting it to the controller
-
_JNLPLauncher_displayName
public static org.jvnet.localizer.Localizable _JNLPLauncher_displayName()
KeyJNLPLauncher.displayName
:Launch agent by connecting it to the controller
.- Returns:
Launch agent by connecting it to the controller
-
SimpleScheduledRetentionStrategy_displayName
public static String SimpleScheduledRetentionStrategy_displayName()
KeySimpleScheduledRetentionStrategy.displayName
:Bring this agent online according to a schedule
.- Returns:
Bring this agent online according to a schedule
-
_SimpleScheduledRetentionStrategy_displayName
public static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_displayName()
KeySimpleScheduledRetentionStrategy.displayName
:Bring this agent online according to a schedule
.- Returns:
Bring this agent online according to a schedule
-
ComputerLauncher_JavaVersionResult
public static String ComputerLauncher_JavaVersionResult(Object arg0, Object arg1)
KeyComputerLauncher.JavaVersionResult
:{0} -version returned {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} -version returned {1}.
-
_ComputerLauncher_JavaVersionResult
public static org.jvnet.localizer.Localizable _ComputerLauncher_JavaVersionResult(Object arg0, Object arg1)
KeyComputerLauncher.JavaVersionResult
:{0} -version returned {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} -version returned {1}.
-
NodeDescriptor_CheckName_Mandatory
public static String NodeDescriptor_CheckName_Mandatory()
KeyNodeDescriptor.CheckName.Mandatory
:Name is mandatory
.- Returns:
Name is mandatory
-
_NodeDescriptor_CheckName_Mandatory
public static org.jvnet.localizer.Localizable _NodeDescriptor_CheckName_Mandatory()
KeyNodeDescriptor.CheckName.Mandatory
:Name is mandatory
.- Returns:
Name is mandatory
-
JNLPLauncher_WebsocketNotEnabled
public static String JNLPLauncher_WebsocketNotEnabled()
KeyJNLPLauncher.WebsocketNotEnabled
:WebSocket support is not enabled in this Jenkins installation
.- Returns:
WebSocket support is not enabled in this Jenkins installation
-
_JNLPLauncher_WebsocketNotEnabled
public static org.jvnet.localizer.Localizable _JNLPLauncher_WebsocketNotEnabled()
KeyJNLPLauncher.WebsocketNotEnabled
:WebSocket support is not enabled in this Jenkins installation
.- Returns:
WebSocket support is not enabled in this Jenkins installation
-
ConnectionActivityMonitor_OfflineCause
public static String ConnectionActivityMonitor_OfflineCause()
KeyConnectionActivityMonitor.OfflineCause
:Repeated ping attempts failed
.- Returns:
Repeated ping attempts failed
-
_ConnectionActivityMonitor_OfflineCause
public static org.jvnet.localizer.Localizable _ConnectionActivityMonitor_OfflineCause()
KeyConnectionActivityMonitor.OfflineCause
:Repeated ping attempts failed
.- Returns:
Repeated ping attempts failed
-
RetentionStrategy_Demand_OfflineIdle
public static String RetentionStrategy_Demand_OfflineIdle()
KeyRetentionStrategy.Demand.OfflineIdle
:Offline because computer was idle; it will be relaunched when needed.
.- Returns:
Offline because computer was idle; it will be relaunched when needed.
-
_RetentionStrategy_Demand_OfflineIdle
public static org.jvnet.localizer.Localizable _RetentionStrategy_Demand_OfflineIdle()
KeyRetentionStrategy.Demand.OfflineIdle
:Offline because computer was idle; it will be relaunched when needed.
.- Returns:
Offline because computer was idle; it will be relaunched when needed.
-
ComputerLauncher_UnknownJavaVersion
public static String ComputerLauncher_UnknownJavaVersion(Object arg0)
KeyComputerLauncher.UnknownJavaVersion
:Couldnât figure out the Java version of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Couldnât figure out the Java version of {0}
-
_ComputerLauncher_UnknownJavaVersion
public static org.jvnet.localizer.Localizable _ComputerLauncher_UnknownJavaVersion(Object arg0)
KeyComputerLauncher.UnknownJavaVersion
:Couldnât figure out the Java version of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Couldnât figure out the Java version of {0}
-
ComputerLauncher_unexpectedError
public static String ComputerLauncher_unexpectedError()
KeyComputerLauncher.unexpectedError
:Unexpected error in launching an agent. This is probably a bug in Jenkins
.- Returns:
Unexpected error in launching an agent. This is probably a bug in Jenkins
-
_ComputerLauncher_unexpectedError
public static org.jvnet.localizer.Localizable _ComputerLauncher_unexpectedError()
KeyComputerLauncher.unexpectedError
:Unexpected error in launching an agent. This is probably a bug in Jenkins
.- Returns:
Unexpected error in launching an agent. This is probably a bug in Jenkins
-
RetentionStrategy_Demand_displayName
public static String RetentionStrategy_Demand_displayName()
KeyRetentionStrategy.Demand.displayName
:Bring this agent online when in demand, and take offline when idle
.- Returns:
Bring this agent online when in demand, and take offline when idle
-
_RetentionStrategy_Demand_displayName
public static org.jvnet.localizer.Localizable _RetentionStrategy_Demand_displayName()
KeyRetentionStrategy.Demand.displayName
:Bring this agent online when in demand, and take offline when idle
.- Returns:
Bring this agent online when in demand, and take offline when idle
-
DumbSlave_displayName
public static String DumbSlave_displayName()
KeyDumbSlave.displayName
:Permanent Agent
.- Returns:
Permanent Agent
-
_DumbSlave_displayName
public static org.jvnet.localizer.Localizable _DumbSlave_displayName()
KeyDumbSlave.displayName
:Permanent Agent
.- Returns:
Permanent Agent
-
ComputerLauncher_abortedLaunch
public static String ComputerLauncher_abortedLaunch()
KeyComputerLauncher.abortedLaunch
:Launching agent process aborted.
.- Returns:
Launching agent process aborted.
-
_ComputerLauncher_abortedLaunch
public static org.jvnet.localizer.Localizable _ComputerLauncher_abortedLaunch()
KeyComputerLauncher.abortedLaunch
:Launching agent process aborted.
.- Returns:
Launching agent process aborted.
-
JNLPLauncher_TCPPortDisabled
public static String JNLPLauncher_TCPPortDisabled()
KeyJNLPLauncher.TCPPortDisabled
:Either WebSocket mode is selected, or the TCP port for inbound agents must be enabled
.- Returns:
Either WebSocket mode is selected, or the TCP port for inbound agents must be enabled
-
_JNLPLauncher_TCPPortDisabled
public static org.jvnet.localizer.Localizable _JNLPLauncher_TCPPortDisabled()
KeyJNLPLauncher.TCPPortDisabled
:Either WebSocket mode is selected, or the TCP port for inbound agents must be enabled
.- Returns:
Either WebSocket mode is selected, or the TCP port for inbound agents must be enabled
-
EnvironmentVariablesNodeProperty_displayName
public static String EnvironmentVariablesNodeProperty_displayName()
KeyEnvironmentVariablesNodeProperty.displayName
:Environment variables
.- Returns:
Environment variables
-
_EnvironmentVariablesNodeProperty_displayName
public static org.jvnet.localizer.Localizable _EnvironmentVariablesNodeProperty_displayName()
KeyEnvironmentVariablesNodeProperty.displayName
:Environment variables
.- Returns:
Environment variables
-
Cloud_ProvisionPermission_Description
public static String Cloud_ProvisionPermission_Description()
KeyCloud.ProvisionPermission.Description
:Provision new nodes
.- Returns:
Provision new nodes
-
_Cloud_ProvisionPermission_Description
public static org.jvnet.localizer.Localizable _Cloud_ProvisionPermission_Description()
KeyCloud.ProvisionPermission.Description
:Provision new nodes
.- Returns:
Provision new nodes
-
SlaveComputer_DisconnectedBy
public static String SlaveComputer_DisconnectedBy(Object arg0, Object arg1)
KeySlaveComputer.DisconnectedBy
:Disconnected by {0}{1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Disconnected by {0}{1}
-
_SlaveComputer_DisconnectedBy
public static org.jvnet.localizer.Localizable _SlaveComputer_DisconnectedBy(Object arg0, Object arg1)
KeySlaveComputer.DisconnectedBy
:Disconnected by {0}{1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Disconnected by {0}{1}
-
JNLPLauncher_InstanceIdentityRequired
public static String JNLPLauncher_InstanceIdentityRequired()
KeyJNLPLauncher.InstanceIdentityRequired
:You must install the instance-identity plugin to use inbound agents in TCP mode
.- Returns:
You must install the instance-identity plugin to use inbound agents in TCP mode
-
_JNLPLauncher_InstanceIdentityRequired
public static org.jvnet.localizer.Localizable _JNLPLauncher_InstanceIdentityRequired()
KeyJNLPLauncher.InstanceIdentityRequired
:You must install the instance-identity plugin to use inbound agents in TCP mode
.- Returns:
You must install the instance-identity plugin to use inbound agents in TCP mode
-
-