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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyBatchfileCondition.Displayname
:Execute Windows Batch commands
.static org.jvnet.localizer.Localizable
KeyCommandInterpreterCondition.CommandFailed
:command execution failed
.static org.jvnet.localizer.Localizable
KeyCommandInterpreterCondition.UnableToCreateLauncher
:Unable to create Launcher in {0}
.static org.jvnet.localizer.Localizable
KeyCommandInterpreterCondition.UnableToDelete
:Unable to delete script file {0}
.static org.jvnet.localizer.Localizable
KeyCommandInterpreterCondition.UnableToProduceScript
:Unable to produce a script file
.static org.jvnet.localizer.Localizable
KeyShellCondition.Displayname
:Execute Shell
.static String
KeyBatchfileCondition.Displayname
:Execute Windows Batch commands
.static String
KeyCommandInterpreterCondition.CommandFailed
:command execution failed
.static String
KeyCommandInterpreterCondition.UnableToCreateLauncher
:Unable to create Launcher in {0}
.static String
KeyCommandInterpreterCondition.UnableToDelete
:Unable to delete script file {0}
.static String
KeyCommandInterpreterCondition.UnableToProduceScript
:Unable to produce a script file
.static String
KeyShellCondition.Displayname
:Execute Shell
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
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
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
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
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
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
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}
-