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 Details

    • Messages

      public Messages()
  • Method Details

    • ShellCondition_Displayname

      public static String ShellCondition_Displayname()
      Key ShellCondition.Displayname: Execute Shell.
      Returns:
      Execute Shell
    • _ShellCondition_Displayname

      public static org.jvnet.localizer.Localizable _ShellCondition_Displayname()
      Key ShellCondition.Displayname: Execute Shell.
      Returns:
      Execute Shell
    • BatchfileCondition_Displayname

      public static String BatchfileCondition_Displayname()
      Key BatchfileCondition.Displayname: Execute Windows Batch commands.
      Returns:
      Execute Windows Batch commands
    • _BatchfileCondition_Displayname

      public static org.jvnet.localizer.Localizable _BatchfileCondition_Displayname()
      Key BatchfileCondition.Displayname: Execute Windows Batch commands.
      Returns:
      Execute Windows Batch commands
    • CommandInterpreterCondition_CommandFailed

      public static String CommandInterpreterCondition_CommandFailed()
      Key CommandInterpreterCondition.CommandFailed: command execution failed.
      Returns:
      command execution failed
    • _CommandInterpreterCondition_CommandFailed

      public static org.jvnet.localizer.Localizable _CommandInterpreterCondition_CommandFailed()
      Key CommandInterpreterCondition.CommandFailed: command execution failed.
      Returns:
      command execution failed
    • CommandInterpreterCondition_UnableToProduceScript

      public static String CommandInterpreterCondition_UnableToProduceScript()
      Key CommandInterpreterCondition.UnableToProduceScript: Unable to produce a script file.
      Returns:
      Unable to produce a script file
    • _CommandInterpreterCondition_UnableToProduceScript

      public static org.jvnet.localizer.Localizable _CommandInterpreterCondition_UnableToProduceScript()
      Key CommandInterpreterCondition.UnableToProduceScript: Unable to produce a script file.
      Returns:
      Unable to produce a script file
    • CommandInterpreterCondition_UnableToDelete

      public static String CommandInterpreterCondition_UnableToDelete(Object arg0)
      Key CommandInterpreterCondition.UnableToDelete: Unable to delete script file {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Unable to delete script file {0}
    • _CommandInterpreterCondition_UnableToDelete

      public static org.jvnet.localizer.Localizable _CommandInterpreterCondition_UnableToDelete(Object arg0)
      Key CommandInterpreterCondition.UnableToDelete: Unable to delete script file {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Unable to delete script file {0}
    • CommandInterpreterCondition_UnableToCreateLauncher

      public static String CommandInterpreterCondition_UnableToCreateLauncher(Object arg0)
      Key CommandInterpreterCondition.UnableToCreateLauncher: Unable to create Launcher in {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Unable to create Launcher in {0}
    • _CommandInterpreterCondition_UnableToCreateLauncher

      public static org.jvnet.localizer.Localizable _CommandInterpreterCondition_UnableToCreateLauncher(Object arg0)
      Key CommandInterpreterCondition.UnableToCreateLauncher: Unable to create Launcher in {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Unable to create Launcher in {0}