Package hudson.slaves

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

      • Cloud_RequiredName

        public static String Cloud_RequiredName()
        Key Cloud.RequiredName: Cloud must have a unique non-empty name..
        Returns:
        Cloud must have a unique non-empty name.
      • _Cloud_RequiredName

        public static org.jvnet.localizer.Localizable _Cloud_RequiredName()
        Key Cloud.RequiredName: Cloud must have a unique non-empty name..
        Returns:
        Cloud must have a unique non-empty name.
      • NodeProvisioner_EmptyString

        public static String NodeProvisioner_EmptyString()
        Key NodeProvisioner.EmptyString: .
        Returns:
      • _NodeProvisioner_EmptyString

        public static org.jvnet.localizer.Localizable _NodeProvisioner_EmptyString()
        Key NodeProvisioner.EmptyString: .
        Returns:
      • OfflineCause_LaunchFailed

        public static String OfflineCause_LaunchFailed()
        Key OfflineCause.LaunchFailed: This agent is offline because Jenkins failed to launch the agent process on it..
        Returns:
        This agent is offline because Jenkins failed to launch the agent process on it.
      • _OfflineCause_LaunchFailed

        public static org.jvnet.localizer.Localizable _OfflineCause_LaunchFailed()
        Key OfflineCause.LaunchFailed: This agent is offline because Jenkins failed to launch the agent process on it..
        Returns:
        This agent is offline because Jenkins failed to launch the agent process on it.
      • RetentionStrategy_Always_displayName

        public static String RetentionStrategy_Always_displayName()
        Key RetentionStrategy.Always.displayName: Keep this agent online as much as possible.
        Returns:
        Keep this agent online as much as possible
      • _RetentionStrategy_Always_displayName

        public static org.jvnet.localizer.Localizable _RetentionStrategy_Always_displayName()
        Key RetentionStrategy.Always.displayName: Keep this agent online as much as possible.
        Returns:
        Keep this agent online as much as possible
      • NodeDescriptor_CheckName_Mandatory

        public static String NodeDescriptor_CheckName_Mandatory()
        Key NodeDescriptor.CheckName.Mandatory: Name is mandatory.
        Returns:
        Name is mandatory
      • _NodeDescriptor_CheckName_Mandatory

        public static org.jvnet.localizer.Localizable _NodeDescriptor_CheckName_Mandatory()
        Key NodeDescriptor.CheckName.Mandatory: Name is mandatory.
        Returns:
        Name is mandatory
      • ConnectionActivityMonitor_OfflineCause

        public static String ConnectionActivityMonitor_OfflineCause()
        Key ConnectionActivityMonitor.OfflineCause: Repeated ping attempts failed.
        Returns:
        Repeated ping attempts failed
      • _ConnectionActivityMonitor_OfflineCause

        public static org.jvnet.localizer.Localizable _ConnectionActivityMonitor_OfflineCause()
        Key ConnectionActivityMonitor.OfflineCause: Repeated ping attempts failed.
        Returns:
        Repeated ping attempts failed
      • OfflineCause_connection_was_broken_simple

        public static String OfflineCause_connection_was_broken_simple()
        Key OfflineCause.connection_was_broken_simple: Connection was broken.
        Returns:
        Connection was broken
      • _OfflineCause_connection_was_broken_simple

        public static org.jvnet.localizer.Localizable _OfflineCause_connection_was_broken_simple()
        Key OfflineCause.connection_was_broken_simple: Connection was broken.
        Returns:
        Connection was broken
      • OfflineCause_connection_was_broken_

        public static String OfflineCause_connection_was_broken_​(Object arg0)
        Key OfflineCause.connection_was_broken_: Connection was broken: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Connection was broken: {0}
      • _OfflineCause_connection_was_broken_

        public static org.jvnet.localizer.Localizable _OfflineCause_connection_was_broken_​(Object arg0)
        Key OfflineCause.connection_was_broken_: Connection was broken: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Connection was broken: {0}
      • RetentionStrategy_Demand_OfflineIdle

        public static String RetentionStrategy_Demand_OfflineIdle()
        Key RetentionStrategy.Demand.OfflineIdle: Offline because computer was idle; it will be relaunched when needed..
        Returns:
        Offline because computer was idle; it will be relaunched when needed.
      • _RetentionStrategy_Demand_OfflineIdle

        public static org.jvnet.localizer.Localizable _RetentionStrategy_Demand_OfflineIdle()
        Key RetentionStrategy.Demand.OfflineIdle: Offline because computer was idle; it will be relaunched when needed..
        Returns:
        Offline because computer was idle; it will be relaunched when needed.
      • ComputerLauncher_UnknownJavaVersion

        public static String ComputerLauncher_UnknownJavaVersion​(Object arg0)
        Key ComputerLauncher.UnknownJavaVersion: Couldn’t figure out the Java version of {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Couldn’t figure out the Java version of {0}
      • _ComputerLauncher_UnknownJavaVersion

        public static org.jvnet.localizer.Localizable _ComputerLauncher_UnknownJavaVersion​(Object arg0)
        Key ComputerLauncher.UnknownJavaVersion: Couldn’t figure out the Java version of {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Couldn’t figure out the Java version of {0}
      • ComputerLauncher_unexpectedError

        public static String ComputerLauncher_unexpectedError()
        Key ComputerLauncher.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
      • _ComputerLauncher_unexpectedError

        public static org.jvnet.localizer.Localizable _ComputerLauncher_unexpectedError()
        Key ComputerLauncher.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
      • RetentionStrategy_Demand_displayName

        public static String RetentionStrategy_Demand_displayName()
        Key RetentionStrategy.Demand.displayName: Bring this agent online when in demand, and take offline when idle.
        Returns:
        Bring this agent online when in demand, and take offline when idle
      • _RetentionStrategy_Demand_displayName

        public static org.jvnet.localizer.Localizable _RetentionStrategy_Demand_displayName()
        Key RetentionStrategy.Demand.displayName: Bring this agent online when in demand, and take offline when idle.
        Returns:
        Bring this agent online when in demand, and take offline when idle
      • DumbSlave_displayName

        public static String DumbSlave_displayName()
        Key DumbSlave.displayName: Permanent Agent.
        Returns:
        Permanent Agent
      • _DumbSlave_displayName

        public static org.jvnet.localizer.Localizable _DumbSlave_displayName()
        Key DumbSlave.displayName: Permanent Agent.
        Returns:
        Permanent Agent
      • ComputerLauncher_abortedLaunch

        public static String ComputerLauncher_abortedLaunch()
        Key ComputerLauncher.abortedLaunch: Launching agent process aborted..
        Returns:
        Launching agent process aborted.
      • _ComputerLauncher_abortedLaunch

        public static org.jvnet.localizer.Localizable _ComputerLauncher_abortedLaunch()
        Key ComputerLauncher.abortedLaunch: Launching agent process aborted..
        Returns:
        Launching agent process aborted.
      • SimpleScheduledRetentionStrategy_FinishedUpTime

        public static String SimpleScheduledRetentionStrategy_FinishedUpTime()
        Key SimpleScheduledRetentionStrategy.FinishedUpTime: Computer has finished its scheduled uptime.
        Returns:
        Computer has finished its scheduled uptime
      • _SimpleScheduledRetentionStrategy_FinishedUpTime

        public static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_FinishedUpTime()
        Key SimpleScheduledRetentionStrategy.FinishedUpTime: Computer has finished its scheduled uptime.
        Returns:
        Computer has finished its scheduled uptime
      • ComputerLauncher_NoJavaFound

        public static String ComputerLauncher_NoJavaFound​(Object arg0)
        Key ComputerLauncher.NoJavaFound: Java version {0} was found but 1.8 or later is needed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Java version {0} was found but 1.8 or later is needed.
      • _ComputerLauncher_NoJavaFound

        public static org.jvnet.localizer.Localizable _ComputerLauncher_NoJavaFound​(Object arg0)
        Key ComputerLauncher.NoJavaFound: Java version {0} was found but 1.8 or later is needed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Java version {0} was found but 1.8 or later is needed.
      • JNLPLauncher_displayName

        public static String JNLPLauncher_displayName()
        Key JNLPLauncher.displayName: Launch agent by connecting it to the controller.
        Returns:
        Launch agent by connecting it to the controller
      • _JNLPLauncher_displayName

        public static org.jvnet.localizer.Localizable _JNLPLauncher_displayName()
        Key JNLPLauncher.displayName: Launch agent by connecting it to the controller.
        Returns:
        Launch agent by connecting it to the controller
      • EnvironmentVariablesNodeProperty_displayName

        public static String EnvironmentVariablesNodeProperty_displayName()
        Key EnvironmentVariablesNodeProperty.displayName: Environment variables.
        Returns:
        Environment variables
      • _EnvironmentVariablesNodeProperty_displayName

        public static org.jvnet.localizer.Localizable _EnvironmentVariablesNodeProperty_displayName()
        Key EnvironmentVariablesNodeProperty.displayName: Environment variables.
        Returns:
        Environment variables
      • Cloud_ProvisionPermission_Description

        public static String Cloud_ProvisionPermission_Description()
        Key Cloud.ProvisionPermission.Description: Provision new nodes.
        Returns:
        Provision new nodes
      • _Cloud_ProvisionPermission_Description

        public static org.jvnet.localizer.Localizable _Cloud_ProvisionPermission_Description()
        Key Cloud.ProvisionPermission.Description: Provision new nodes.
        Returns:
        Provision new nodes
      • SlaveComputer_DisconnectedBy

        public static String SlaveComputer_DisconnectedBy​(Object arg0,
                                                          Object arg1)
        Key SlaveComputer.DisconnectedBy: Disconnected by {0}{1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Disconnected by {0}{1}
      • _SlaveComputer_DisconnectedBy

        public static org.jvnet.localizer.Localizable _SlaveComputer_DisconnectedBy​(Object arg0,
                                                                                    Object arg1)
        Key SlaveComputer.DisconnectedBy: Disconnected by {0}{1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Disconnected by {0}{1}
      • SimpleScheduledRetentionStrategy_displayName

        public static String SimpleScheduledRetentionStrategy_displayName()
        Key SimpleScheduledRetentionStrategy.displayName: Bring this agent online according to a schedule.
        Returns:
        Bring this agent online according to a schedule
      • _SimpleScheduledRetentionStrategy_displayName

        public static org.jvnet.localizer.Localizable _SimpleScheduledRetentionStrategy_displayName()
        Key SimpleScheduledRetentionStrategy.displayName: Bring this agent online according to a schedule.
        Returns:
        Bring this agent online according to a schedule
      • ComputerLauncher_JavaVersionResult

        public static String ComputerLauncher_JavaVersionResult​(Object arg0,
                                                                Object arg1)
        Key ComputerLauncher.JavaVersionResult: {0} -version returned {1}..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} -version returned {1}.
      • _ComputerLauncher_JavaVersionResult

        public static org.jvnet.localizer.Localizable _ComputerLauncher_JavaVersionResult​(Object arg0,
                                                                                          Object arg1)
        Key ComputerLauncher.JavaVersionResult: {0} -version returned {1}..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} -version returned {1}.