Class Messages


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class Messages
    extends Object
    Generated localization support class.
    • Constructor Detail

      • Messages

        public Messages()
    • Method Detail

      • CommandLauncher_unexpectedError

        public static String CommandLauncher_unexpectedError()
        Key CommandLauncher.unexpectedError: Unexpected error in launching an agent. This is probably a bug in Jenkins.
        Returns:
        Unexpected error in launching an agent. This is probably a bug in Jenkins
      • _CommandLauncher_unexpectedError

        public static org.jvnet.localizer.Localizable _CommandLauncher_unexpectedError()
        Key CommandLauncher.unexpectedError: Unexpected error in launching an agent. This is probably a bug in Jenkins.
        Returns:
        Unexpected error in launching an agent. This is probably a bug in Jenkins
      • CommandLauncher_NoLaunchCommand

        public static String CommandLauncher_NoLaunchCommand()
        Key CommandLauncher.NoLaunchCommand: No launch command specified.
        Returns:
        No launch command specified
      • _CommandLauncher_NoLaunchCommand

        public static org.jvnet.localizer.Localizable _CommandLauncher_NoLaunchCommand()
        Key CommandLauncher.NoLaunchCommand: No launch command specified.
        Returns:
        No launch command specified
      • CommandLauncher_displayName

        public static String CommandLauncher_displayName()
        Key CommandLauncher.displayName: Launch agent via execution of command on the controller.
        Returns:
        Launch agent via execution of command on the controller
      • _CommandLauncher_displayName

        public static org.jvnet.localizer.Localizable _CommandLauncher_displayName()
        Key CommandLauncher.displayName: Launch agent via execution of command on the controller.
        Returns:
        Launch agent via execution of command on the controller
      • Slave_Launching

        public static String Slave_Launching​(Object arg0)
        Key Slave.Launching: {0} Launching agent.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} Launching agent
      • _Slave_Launching

        public static org.jvnet.localizer.Localizable _Slave_Launching​(Object arg0)
        Key Slave.Launching: {0} Launching agent.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} Launching agent
      • CommandLauncher_abortedLaunch

        public static String CommandLauncher_abortedLaunch()
        Key CommandLauncher.abortedLaunch: Launching agent process aborted..
        Returns:
        Launching agent process aborted.
      • _CommandLauncher_abortedLaunch

        public static org.jvnet.localizer.Localizable _CommandLauncher_abortedLaunch()
        Key CommandLauncher.abortedLaunch: Launching agent process aborted..
        Returns:
        Launching agent process aborted.
      • Slave_UnableToLaunch

        public static String Slave_UnableToLaunch​(Object arg0,
                                                  Object arg1)
        Key Slave.UnableToLaunch: Unable to launch the agent for {0}{1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Unable to launch the agent for {0}{1}
      • _Slave_UnableToLaunch

        public static org.jvnet.localizer.Localizable _Slave_UnableToLaunch​(Object arg0,
                                                                            Object arg1)
        Key Slave.UnableToLaunch: Unable to launch the agent for {0}{1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Unable to launch the agent for {0}{1}