hudson.slaves
Class Messages

java.lang.Object
  extended by hudson.slaves.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _CommandLauncher_displayName()
          Launch slave via execution of command on the Master
static org.jvnet.localizer.Localizable _CommandLauncher_NoLaunchCommand()
          No launch command specified
static org.jvnet.localizer.Localizable _ComputerLauncher_abortedLaunch()
          Launching slave process aborted.
static org.jvnet.localizer.Localizable _ComputerLauncher_JavaVersionResult(Object arg1, Object arg2)
          {0} -version returned {1}.
static org.jvnet.localizer.Localizable _ComputerLauncher_NoJavaFound(Object arg1)
          Java version {0} was found but 1.5 or later is needed.
static org.jvnet.localizer.Localizable _ComputerLauncher_UknownJavaVersion(Object arg1)
          Couldn''t figure out the Java version of {0}
static org.jvnet.localizer.Localizable _ComputerLauncher_unexpectedError()
          Unexpected error in launching a slave.
static org.jvnet.localizer.Localizable _ConnectionActivityMonitor_OfflineCause()
          Repeated ping attempts failed
static org.jvnet.localizer.Localizable _DumbSlave_displayName()
          Dumb Slave
static org.jvnet.localizer.Localizable _EnvironmentVariablesNodeProperty_displayName()
          Environment variables
static org.jvnet.localizer.Localizable _JNLPLauncher_displayName()
          Launch slave agents via Java Web Start
static org.jvnet.localizer.Localizable _NodeDescripter_CheckName_Mandatory()
          Name is mandatory
static org.jvnet.localizer.Localizable _NodeProvisioner_EmptyString()
           
static org.jvnet.localizer.Localizable _OfflineCause_DisconnectedFromCLI()
          Disconnected from CLI
static org.jvnet.localizer.Localizable _OfflineCause_LaunchFailed()
          This node is offline because Jenkins failed to launch the slave agent on it.
static org.jvnet.localizer.Localizable _RetentionStrategy_Always_displayName()
          Keep this slave on-line as much as possible
static org.jvnet.localizer.Localizable _RetentionStrategy_Demand_displayName()
          Take this slave on-line when in demand and off-line when idle
static org.jvnet.localizer.Localizable _RetentionStrategy_Demand_OfflineIdle()
          Offline because computer was idle; it will be relaunched when needed.
static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_displayName()
          Take this slave on-line according to a schedule
static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_FinishedUpTime()
          Computer has finished its scheduled uptime
static org.jvnet.localizer.Localizable _SlaveComputer_DisconnectedBy(Object arg1, Object arg2)
          Disconnected by {0}{1}
static String CommandLauncher_displayName()
          Launch slave via execution of command on the Master
static String CommandLauncher_NoLaunchCommand()
          No launch command specified
static String ComputerLauncher_abortedLaunch()
          Launching slave process aborted.
static String ComputerLauncher_JavaVersionResult(Object arg1, Object arg2)
          {0} -version returned {1}.
static String ComputerLauncher_NoJavaFound(Object arg1)
          Java version {0} was found but 1.5 or later is needed.
static String ComputerLauncher_UknownJavaVersion(Object arg1)
          Couldn''t figure out the Java version of {0}
static String ComputerLauncher_unexpectedError()
          Unexpected error in launching a slave.
static String ConnectionActivityMonitor_OfflineCause()
          Repeated ping attempts failed
static String DumbSlave_displayName()
          Dumb Slave
static String EnvironmentVariablesNodeProperty_displayName()
          Environment variables
static String JNLPLauncher_displayName()
          Launch slave agents via Java Web Start
static String NodeDescripter_CheckName_Mandatory()
          Name is mandatory
static String NodeProvisioner_EmptyString()
           
static String OfflineCause_DisconnectedFromCLI()
          Disconnected from CLI
static String OfflineCause_LaunchFailed()
          This node is offline because Jenkins failed to launch the slave agent on it.
static String RetentionStrategy_Always_displayName()
          Keep this slave on-line as much as possible
static String RetentionStrategy_Demand_displayName()
          Take this slave on-line when in demand and off-line when idle
static String RetentionStrategy_Demand_OfflineIdle()
          Offline because computer was idle; it will be relaunched when needed.
static String SimpleScheduledRetentionStrategy_displayName()
          Take this slave on-line according to a schedule
static String SimpleScheduledRetentionStrategy_FinishedUpTime()
          Computer has finished its scheduled uptime
static String SlaveComputer_DisconnectedBy(Object arg1, Object arg2)
          Disconnected by {0}{1}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

DumbSlave_displayName

public static String DumbSlave_displayName()
Dumb Slave


_DumbSlave_displayName

public static org.jvnet.localizer.Localizable _DumbSlave_displayName()
Dumb Slave


EnvironmentVariablesNodeProperty_displayName

public static String EnvironmentVariablesNodeProperty_displayName()
Environment variables


_EnvironmentVariablesNodeProperty_displayName

public static org.jvnet.localizer.Localizable _EnvironmentVariablesNodeProperty_displayName()
Environment variables


RetentionStrategy_Demand_OfflineIdle

public static String RetentionStrategy_Demand_OfflineIdle()
Offline because computer was idle; it will be relaunched when needed.


_RetentionStrategy_Demand_OfflineIdle

public static org.jvnet.localizer.Localizable _RetentionStrategy_Demand_OfflineIdle()
Offline because computer was idle; it will be relaunched when needed.


JNLPLauncher_displayName

public static String JNLPLauncher_displayName()
Launch slave agents via Java Web Start


_JNLPLauncher_displayName

public static org.jvnet.localizer.Localizable _JNLPLauncher_displayName()
Launch slave agents via Java Web Start


ComputerLauncher_UknownJavaVersion

public static String ComputerLauncher_UknownJavaVersion(Object arg1)
Couldn''t figure out the Java version of {0}


_ComputerLauncher_UknownJavaVersion

public static org.jvnet.localizer.Localizable _ComputerLauncher_UknownJavaVersion(Object arg1)
Couldn''t figure out the Java version of {0}


OfflineCause_DisconnectedFromCLI

public static String OfflineCause_DisconnectedFromCLI()
Disconnected from CLI


_OfflineCause_DisconnectedFromCLI

public static org.jvnet.localizer.Localizable _OfflineCause_DisconnectedFromCLI()
Disconnected from CLI


ComputerLauncher_abortedLaunch

public static String ComputerLauncher_abortedLaunch()
Launching slave process aborted.


_ComputerLauncher_abortedLaunch

public static org.jvnet.localizer.Localizable _ComputerLauncher_abortedLaunch()
Launching slave process aborted.


SimpleScheduledRetentionStrategy_FinishedUpTime

public static String SimpleScheduledRetentionStrategy_FinishedUpTime()
Computer has finished its scheduled uptime


_SimpleScheduledRetentionStrategy_FinishedUpTime

public static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_FinishedUpTime()
Computer has finished its scheduled uptime


NodeDescripter_CheckName_Mandatory

public static String NodeDescripter_CheckName_Mandatory()
Name is mandatory


_NodeDescripter_CheckName_Mandatory

public static org.jvnet.localizer.Localizable _NodeDescripter_CheckName_Mandatory()
Name is mandatory


NodeProvisioner_EmptyString

public static String NodeProvisioner_EmptyString()

_NodeProvisioner_EmptyString

public static org.jvnet.localizer.Localizable _NodeProvisioner_EmptyString()

ComputerLauncher_unexpectedError

public static String ComputerLauncher_unexpectedError()
Unexpected error in launching a slave. This is probably a bug in Jenkins


_ComputerLauncher_unexpectedError

public static org.jvnet.localizer.Localizable _ComputerLauncher_unexpectedError()
Unexpected error in launching a slave. This is probably a bug in Jenkins


SimpleScheduledRetentionStrategy_displayName

public static String SimpleScheduledRetentionStrategy_displayName()
Take this slave on-line according to a schedule


_SimpleScheduledRetentionStrategy_displayName

public static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_displayName()
Take this slave on-line according to a schedule


ConnectionActivityMonitor_OfflineCause

public static String ConnectionActivityMonitor_OfflineCause()
Repeated ping attempts failed


_ConnectionActivityMonitor_OfflineCause

public static org.jvnet.localizer.Localizable _ConnectionActivityMonitor_OfflineCause()
Repeated ping attempts failed


CommandLauncher_displayName

public static String CommandLauncher_displayName()
Launch slave via execution of command on the Master


_CommandLauncher_displayName

public static org.jvnet.localizer.Localizable _CommandLauncher_displayName()
Launch slave via execution of command on the Master


ComputerLauncher_JavaVersionResult

public static String ComputerLauncher_JavaVersionResult(Object arg1,
                                                        Object arg2)
{0} -version returned {1}.


_ComputerLauncher_JavaVersionResult

public static org.jvnet.localizer.Localizable _ComputerLauncher_JavaVersionResult(Object arg1,
                                                                                  Object arg2)
{0} -version returned {1}.


SlaveComputer_DisconnectedBy

public static String SlaveComputer_DisconnectedBy(Object arg1,
                                                  Object arg2)
Disconnected by {0}{1}


_SlaveComputer_DisconnectedBy

public static org.jvnet.localizer.Localizable _SlaveComputer_DisconnectedBy(Object arg1,
                                                                            Object arg2)
Disconnected by {0}{1}


ComputerLauncher_NoJavaFound

public static String ComputerLauncher_NoJavaFound(Object arg1)
Java version {0} was found but 1.5 or later is needed.


_ComputerLauncher_NoJavaFound

public static org.jvnet.localizer.Localizable _ComputerLauncher_NoJavaFound(Object arg1)
Java version {0} was found but 1.5 or later is needed.


CommandLauncher_NoLaunchCommand

public static String CommandLauncher_NoLaunchCommand()
No launch command specified


_CommandLauncher_NoLaunchCommand

public static org.jvnet.localizer.Localizable _CommandLauncher_NoLaunchCommand()
No launch command specified


RetentionStrategy_Always_displayName

public static String RetentionStrategy_Always_displayName()
Keep this slave on-line as much as possible


_RetentionStrategy_Always_displayName

public static org.jvnet.localizer.Localizable _RetentionStrategy_Always_displayName()
Keep this slave on-line as much as possible


RetentionStrategy_Demand_displayName

public static String RetentionStrategy_Demand_displayName()
Take this slave on-line when in demand and off-line when idle


_RetentionStrategy_Demand_displayName

public static org.jvnet.localizer.Localizable _RetentionStrategy_Demand_displayName()
Take this slave on-line when in demand and off-line when idle


OfflineCause_LaunchFailed

public static String OfflineCause_LaunchFailed()
This node is offline because Jenkins failed to launch the slave agent on it.


_OfflineCause_LaunchFailed

public static org.jvnet.localizer.Localizable _OfflineCause_LaunchFailed()
This node is offline because Jenkins failed to launch the slave agent on it.



Copyright © 2004-2013. All Rights Reserved.