Class Messages
java.lang.Object
org.jenkinsci.plugins.command_launcher.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
KeyCommandLauncher.abortedLaunch
:Launching agent process aborted.
.static org.jvnet.localizer.Localizable
KeyCommandLauncher.displayName
:Launch agent via execution of command on the controller
.static org.jvnet.localizer.Localizable
KeyCommandLauncher.NoLaunchCommand
:No launch command specified
.static org.jvnet.localizer.Localizable
KeyCommandLauncher.unexpectedError
:Unexpected error in launching an agent. This is probably a bug in Jenkins
.static org.jvnet.localizer.Localizable
_Slave_Launching
(Object arg0) KeySlave.Launching
:{0} Launching agent
.static org.jvnet.localizer.Localizable
_Slave_UnableToLaunch
(Object arg0, Object arg1) KeySlave.UnableToLaunch
:Unable to launch the agent for {0}{1}
.static String
KeyCommandLauncher.abortedLaunch
:Launching agent process aborted.
.static String
KeyCommandLauncher.displayName
:Launch agent via execution of command on the controller
.static String
KeyCommandLauncher.NoLaunchCommand
:No launch command specified
.static String
KeyCommandLauncher.unexpectedError
:Unexpected error in launching an agent. This is probably a bug in Jenkins
.static String
Slave_Launching
(Object arg0) KeySlave.Launching
:{0} Launching agent
.static String
Slave_UnableToLaunch
(Object arg0, Object arg1) KeySlave.UnableToLaunch
:Unable to launch the agent for {0}{1}
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
CommandLauncher_unexpectedError
KeyCommandLauncher.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
-
_CommandLauncher_unexpectedError
public static org.jvnet.localizer.Localizable _CommandLauncher_unexpectedError()KeyCommandLauncher.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
-
CommandLauncher_NoLaunchCommand
KeyCommandLauncher.NoLaunchCommand
:No launch command specified
.- Returns:
No launch command specified
-
_CommandLauncher_NoLaunchCommand
public static org.jvnet.localizer.Localizable _CommandLauncher_NoLaunchCommand()KeyCommandLauncher.NoLaunchCommand
:No launch command specified
.- Returns:
No launch command specified
-
CommandLauncher_displayName
KeyCommandLauncher.displayName
:Launch agent via execution of command on the controller
.- Returns:
Launch agent via execution of command on the controller
-
_CommandLauncher_displayName
public static org.jvnet.localizer.Localizable _CommandLauncher_displayName()KeyCommandLauncher.displayName
:Launch agent via execution of command on the controller
.- Returns:
Launch agent via execution of command on the controller
-
Slave_Launching
KeySlave.Launching
:{0} Launching agent
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} Launching agent
-
_Slave_Launching
KeySlave.Launching
:{0} Launching agent
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} Launching agent
-
CommandLauncher_abortedLaunch
KeyCommandLauncher.abortedLaunch
:Launching agent process aborted.
.- Returns:
Launching agent process aborted.
-
_CommandLauncher_abortedLaunch
public static org.jvnet.localizer.Localizable _CommandLauncher_abortedLaunch()KeyCommandLauncher.abortedLaunch
:Launching agent process aborted.
.- Returns:
Launching agent process aborted.
-
Slave_UnableToLaunch
KeySlave.UnableToLaunch
:Unable to launch the agent for {0}{1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to launch the agent for {0}{1}
-
_Slave_UnableToLaunch
KeySlave.UnableToLaunch
:Unable to launch the agent for {0}{1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to launch the agent for {0}{1}
-