Class Messages
- java.lang.Object
-
- org.jenkins_ci.plugins.run_condition.contributed.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
_BatchfileCondition_Displayname()
KeyBatchfileCondition.Displayname
:Execute Windows Batch commands
.static org.jvnet.localizer.Localizable
_CommandInterpreterCondition_CommandFailed()
KeyCommandInterpreterCondition.CommandFailed
:command execution failed
.static org.jvnet.localizer.Localizable
_CommandInterpreterCondition_UnableToCreateLauncher(Object arg0)
KeyCommandInterpreterCondition.UnableToCreateLauncher
:Unable to create Launcher in {0}
.static org.jvnet.localizer.Localizable
_CommandInterpreterCondition_UnableToDelete(Object arg0)
KeyCommandInterpreterCondition.UnableToDelete
:Unable to delete script file {0}
.static org.jvnet.localizer.Localizable
_CommandInterpreterCondition_UnableToProduceScript()
KeyCommandInterpreterCondition.UnableToProduceScript
:Unable to produce a script file
.static org.jvnet.localizer.Localizable
_ShellCondition_Displayname()
KeyShellCondition.Displayname
:Execute Shell
.static String
BatchfileCondition_Displayname()
KeyBatchfileCondition.Displayname
:Execute Windows Batch commands
.static String
CommandInterpreterCondition_CommandFailed()
KeyCommandInterpreterCondition.CommandFailed
:command execution failed
.static String
CommandInterpreterCondition_UnableToCreateLauncher(Object arg0)
KeyCommandInterpreterCondition.UnableToCreateLauncher
:Unable to create Launcher in {0}
.static String
CommandInterpreterCondition_UnableToDelete(Object arg0)
KeyCommandInterpreterCondition.UnableToDelete
:Unable to delete script file {0}
.static String
CommandInterpreterCondition_UnableToProduceScript()
KeyCommandInterpreterCondition.UnableToProduceScript
:Unable to produce a script file
.static String
ShellCondition_Displayname()
KeyShellCondition.Displayname
:Execute Shell
.
-
-
-
Method Detail
-
ShellCondition_Displayname
public static String ShellCondition_Displayname()
KeyShellCondition.Displayname
:Execute Shell
.- Returns:
Execute Shell
-
_ShellCondition_Displayname
public static org.jvnet.localizer.Localizable _ShellCondition_Displayname()
KeyShellCondition.Displayname
:Execute Shell
.- Returns:
Execute Shell
-
BatchfileCondition_Displayname
public static String BatchfileCondition_Displayname()
KeyBatchfileCondition.Displayname
:Execute Windows Batch commands
.- Returns:
Execute Windows Batch commands
-
_BatchfileCondition_Displayname
public static org.jvnet.localizer.Localizable _BatchfileCondition_Displayname()
KeyBatchfileCondition.Displayname
:Execute Windows Batch commands
.- Returns:
Execute Windows Batch commands
-
CommandInterpreterCondition_CommandFailed
public static String CommandInterpreterCondition_CommandFailed()
KeyCommandInterpreterCondition.CommandFailed
:command execution failed
.- Returns:
command execution failed
-
_CommandInterpreterCondition_CommandFailed
public static org.jvnet.localizer.Localizable _CommandInterpreterCondition_CommandFailed()
KeyCommandInterpreterCondition.CommandFailed
:command execution failed
.- Returns:
command execution failed
-
CommandInterpreterCondition_UnableToProduceScript
public static String CommandInterpreterCondition_UnableToProduceScript()
KeyCommandInterpreterCondition.UnableToProduceScript
:Unable to produce a script file
.- Returns:
Unable to produce a script file
-
_CommandInterpreterCondition_UnableToProduceScript
public static org.jvnet.localizer.Localizable _CommandInterpreterCondition_UnableToProduceScript()
KeyCommandInterpreterCondition.UnableToProduceScript
:Unable to produce a script file
.- Returns:
Unable to produce a script file
-
CommandInterpreterCondition_UnableToDelete
public static String CommandInterpreterCondition_UnableToDelete(Object arg0)
KeyCommandInterpreterCondition.UnableToDelete
:Unable to delete script file {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to delete script file {0}
-
_CommandInterpreterCondition_UnableToDelete
public static org.jvnet.localizer.Localizable _CommandInterpreterCondition_UnableToDelete(Object arg0)
KeyCommandInterpreterCondition.UnableToDelete
:Unable to delete script file {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to delete script file {0}
-
CommandInterpreterCondition_UnableToCreateLauncher
public static String CommandInterpreterCondition_UnableToCreateLauncher(Object arg0)
KeyCommandInterpreterCondition.UnableToCreateLauncher
:Unable to create Launcher in {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to create Launcher in {0}
-
_CommandInterpreterCondition_UnableToCreateLauncher
public static org.jvnet.localizer.Localizable _CommandInterpreterCondition_UnableToCreateLauncher(Object arg0)
KeyCommandInterpreterCondition.UnableToCreateLauncher
:Unable to create Launcher in {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to create Launcher in {0}
-
-