@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_CommandLauncher_displayName()
Key
CommandLauncher.displayName: Launch agent via
execution of command on the master. |
static org.jvnet.localizer.Localizable |
_CommandLauncher_NoLaunchCommand()
Key
CommandLauncher.NoLaunchCommand: No launch command
specified. |
static org.jvnet.localizer.Localizable |
_Slave_Launching(Object arg0)
Key
Slave.Launching: {0} Launching agent. |
static org.jvnet.localizer.Localizable |
_Slave_UnableToLaunch(Object arg0,
Object arg1)
Key
Slave.UnableToLaunch: Unable to launch the agent
for {0}{1}. |
static String |
CommandLauncher_displayName()
Key
CommandLauncher.displayName: Launch agent via
execution of command on the master. |
static String |
CommandLauncher_NoLaunchCommand()
Key
CommandLauncher.NoLaunchCommand: No launch command
specified. |
static String |
Slave_Launching(Object arg0)
Key
Slave.Launching: {0} Launching agent. |
static String |
Slave_UnableToLaunch(Object arg0,
Object arg1)
Key
Slave.UnableToLaunch: Unable to launch the agent
for {0}{1}. |
public static String Slave_UnableToLaunch(Object arg0, Object arg1)
Slave.UnableToLaunch: Unable to launch the agent
for {0}{1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unable to launch the agent for {0}{1}public static org.jvnet.localizer.Localizable _Slave_UnableToLaunch(Object arg0, Object arg1)
Slave.UnableToLaunch: Unable to launch the agent
for {0}{1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unable to launch the agent for {0}{1}public static String CommandLauncher_displayName()
CommandLauncher.displayName: Launch agent via
execution of command on the master.Launch agent via execution of command on the masterpublic static org.jvnet.localizer.Localizable _CommandLauncher_displayName()
CommandLauncher.displayName: Launch agent via
execution of command on the master.Launch agent via execution of command on the masterpublic static String CommandLauncher_NoLaunchCommand()
CommandLauncher.NoLaunchCommand: No launch command
specified.No launch command specifiedpublic static org.jvnet.localizer.Localizable _CommandLauncher_NoLaunchCommand()
CommandLauncher.NoLaunchCommand: No launch command
specified.No launch command specifiedpublic static String Slave_Launching(Object arg0)
Slave.Launching: {0} Launching agent.arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} Launching agentpublic static org.jvnet.localizer.Localizable _Slave_Launching(Object arg0)
Slave.Launching: {0} Launching agent.arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} Launching agentCopyright © 2016–2019. All rights reserved.