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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyCloud.ProvisionPermission.Description
:Provision new nodes
.static org.jvnet.localizer.Localizable
KeyCloud.RequiredName
:Cloud must have a unique non-empty name.
.static org.jvnet.localizer.Localizable
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
KeyComputerLauncher.NoJavaFound
:Java version {0} was found but 1.8 or later is needed.
.static org.jvnet.localizer.Localizable
KeyComputerLauncher.unexpectedError
:Unexpected error in launching an agent. This is probably a bug in Jenkins
.static org.jvnet.localizer.Localizable
KeyComputerLauncher.UnknownJavaVersion
:Couldnât figure out the Java version of {0}
.static org.jvnet.localizer.Localizable
KeyConnectionActivityMonitor.OfflineCause
:Repeated ping attempts failed
.static org.jvnet.localizer.Localizable
KeyDumbSlave.displayName
:Permanent Agent
.static org.jvnet.localizer.Localizable
KeyEnvironmentVariablesNodeProperty.displayName
:Environment variables
.static org.jvnet.localizer.Localizable
KeyJNLPLauncher.displayName
:Launch agent by connecting it to the controller
.static org.jvnet.localizer.Localizable
KeyNodeDescriptor.CheckName.Mandatory
:Name is mandatory
.static org.jvnet.localizer.Localizable
KeyNodeProvisioner.EmptyString
: .static org.jvnet.localizer.Localizable
KeyOfflineCause.connection_was_broken_
:Connection was broken: {0}
.static org.jvnet.localizer.Localizable
KeyOfflineCause.connection_was_broken_simple
:Connection was broken
.static org.jvnet.localizer.Localizable
KeyOfflineCause.LaunchFailed
:This agent is offline because Jenkins failed to launch the agent process on it.
.static org.jvnet.localizer.Localizable
KeyRetentionStrategy.Always.displayName
:Keep this agent online as much as possible
.static org.jvnet.localizer.Localizable
KeyRetentionStrategy.Demand.displayName
:Bring this agent online when in demand, and take offline when idle
.static org.jvnet.localizer.Localizable
KeyRetentionStrategy.Demand.OfflineIdle
:Offline because computer was idle; it will be relaunched when needed.
.static org.jvnet.localizer.Localizable
KeySimpleScheduledRetentionStrategy.displayName
:Bring this agent online according to a schedule
.static org.jvnet.localizer.Localizable
KeySimpleScheduledRetentionStrategy.FinishedUpTime
:Computer has finished its scheduled uptime
.static org.jvnet.localizer.Localizable
KeySimpleScheduledRetentionStrategy.ScheduledOfflineCause.displayName
:Offline according to schedule
.static org.jvnet.localizer.Localizable
_SlaveComputer_DisconnectedBy
(Object arg0, Object arg1) KeySlaveComputer.DisconnectedBy
:Disconnected by {0}{1}
.static String
KeyCloud.ProvisionPermission.Description
:Provision new nodes
.static String
KeyCloud.RequiredName
:Cloud must have a unique non-empty name.
.static String
KeyComputerLauncher.abortedLaunch
:Launching agent process aborted.
.static String
ComputerLauncher_JavaVersionResult
(Object arg0, Object arg1) KeyComputerLauncher.JavaVersionResult
:{0} -version returned {1}.
.static String
KeyComputerLauncher.NoJavaFound
:Java version {0} was found but 1.8 or later is needed.
.static String
KeyComputerLauncher.unexpectedError
:Unexpected error in launching an agent. This is probably a bug in Jenkins
.static String
KeyComputerLauncher.UnknownJavaVersion
:Couldnât figure out the Java version of {0}
.static String
KeyConnectionActivityMonitor.OfflineCause
:Repeated ping attempts failed
.static String
KeyDumbSlave.displayName
:Permanent Agent
.static String
KeyEnvironmentVariablesNodeProperty.displayName
:Environment variables
.static String
KeyJNLPLauncher.displayName
:Launch agent by connecting it to the controller
.static String
KeyNodeDescriptor.CheckName.Mandatory
:Name is mandatory
.static String
KeyNodeProvisioner.EmptyString
: .static String
KeyOfflineCause.connection_was_broken_
:Connection was broken: {0}
.static String
KeyOfflineCause.connection_was_broken_simple
:Connection was broken
.static String
KeyOfflineCause.LaunchFailed
:This agent is offline because Jenkins failed to launch the agent process on it.
.static String
KeyRetentionStrategy.Always.displayName
:Keep this agent online as much as possible
.static String
KeyRetentionStrategy.Demand.displayName
:Bring this agent online when in demand, and take offline when idle
.static String
KeyRetentionStrategy.Demand.OfflineIdle
:Offline because computer was idle; it will be relaunched when needed.
.static String
KeySimpleScheduledRetentionStrategy.displayName
:Bring this agent online according to a schedule
.static String
KeySimpleScheduledRetentionStrategy.FinishedUpTime
:Computer has finished its scheduled uptime
.static String
KeySimpleScheduledRetentionStrategy.ScheduledOfflineCause.displayName
:Offline according to schedule
.static String
SlaveComputer_DisconnectedBy
(Object arg0, Object arg1) KeySlaveComputer.DisconnectedBy
:Disconnected by {0}{1}
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Cloud_RequiredName
KeyCloud.RequiredName
:Cloud must have a unique non-empty name.
.- Returns:
Cloud must have a unique non-empty name.
-
_Cloud_RequiredName
public static org.jvnet.localizer.Localizable _Cloud_RequiredName()KeyCloud.RequiredName
:Cloud must have a unique non-empty name.
.- Returns:
Cloud must have a unique non-empty name.
-
NodeProvisioner_EmptyString
KeyNodeProvisioner.EmptyString
: .- Returns:
-
_NodeProvisioner_EmptyString
public static org.jvnet.localizer.Localizable _NodeProvisioner_EmptyString()KeyNodeProvisioner.EmptyString
: .- Returns:
-
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.
-
SimpleScheduledRetentionStrategy_ScheduledOfflineCause_displayName
KeySimpleScheduledRetentionStrategy.ScheduledOfflineCause.displayName
:Offline according to schedule
.- Returns:
Offline according to schedule
-
_SimpleScheduledRetentionStrategy_ScheduledOfflineCause_displayName
public static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_ScheduledOfflineCause_displayName()KeySimpleScheduledRetentionStrategy.ScheduledOfflineCause.displayName
:Offline according to schedule
.- Returns:
Offline according to schedule
-
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
-
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
-
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
-
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_
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_
KeyOfflineCause.connection_was_broken_
:Connection was broken: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Connection was broken: {0}
-
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
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
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
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
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
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
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.
-
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
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
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_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
-
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
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
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}
-
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
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}.
-