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.LocalizableKeyBatchfileCondition.Displayname:Execute Windows Batch commands.static org.jvnet.localizer.LocalizableKeyCommandInterpreterCondition.CommandFailed:command execution failed.static org.jvnet.localizer.LocalizableKeyCommandInterpreterCondition.UnableToCreateLauncher:Unable to create Launcher in {0}.static org.jvnet.localizer.LocalizableKeyCommandInterpreterCondition.UnableToDelete:Unable to delete script file {0}.static org.jvnet.localizer.LocalizableKeyCommandInterpreterCondition.UnableToProduceScript:Unable to produce a script file.static org.jvnet.localizer.LocalizableKeyShellCondition.Displayname:Execute Shell.static StringKeyBatchfileCondition.Displayname:Execute Windows Batch commands.static StringKeyCommandInterpreterCondition.CommandFailed:command execution failed.static StringKeyCommandInterpreterCondition.UnableToCreateLauncher:Unable to create Launcher in {0}.static StringKeyCommandInterpreterCondition.UnableToDelete:Unable to delete script file {0}.static StringKeyCommandInterpreterCondition.UnableToProduceScript:Unable to produce a script file.static StringKeyShellCondition.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}
-