Package hudson.lifecycle
Class Messages
java.lang.Object
hudson.lifecycle.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyWindowsInstallerLink.Description
:Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.
.static org.jvnet.localizer.Localizable
KeyWindowsInstallerLink.DisplayName
:Install as Windows Service
.static org.jvnet.localizer.Localizable
KeyWindowsSlaveInstaller.ConfirmInstallation
:This will install an agent as a Windows service, so that a Jenkins agent starts automatically when the machine boots.
.static org.jvnet.localizer.Localizable
KeyWindowsSlaveInstaller.DotNetRequired
:.NET Framework 4.0 or later is required for this feature
.static org.jvnet.localizer.Localizable
KeyWindowsSlaveInstaller.InstallationSuccessful
:Installation was successful. Would you like to start the service now?
.static org.jvnet.localizer.Localizable
KeyWindowsSlaveInstaller.RootFsDoesntExist
:Agent root directory â{0}â doesnât exist
.static String
KeyWindowsInstallerLink.Description
:Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.
.static String
KeyWindowsInstallerLink.DisplayName
:Install as Windows Service
.static String
KeyWindowsSlaveInstaller.ConfirmInstallation
:This will install an agent as a Windows service, so that a Jenkins agent starts automatically when the machine boots.
.static String
KeyWindowsSlaveInstaller.DotNetRequired
:.NET Framework 4.0 or later is required for this feature
.static String
KeyWindowsSlaveInstaller.InstallationSuccessful
:Installation was successful. Would you like to start the service now?
.static String
KeyWindowsSlaveInstaller.RootFsDoesntExist
:Agent root directory â{0}â doesnât exist
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
WindowsSlaveInstaller_DotNetRequired
KeyWindowsSlaveInstaller.DotNetRequired
:.NET Framework 4.0 or later is required for this feature
.- Returns:
.NET Framework 4.0 or later is required for this feature
-
_WindowsSlaveInstaller_DotNetRequired
public static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_DotNetRequired()KeyWindowsSlaveInstaller.DotNetRequired
:.NET Framework 4.0 or later is required for this feature
.- Returns:
.NET Framework 4.0 or later is required for this feature
-
WindowsSlaveInstaller_InstallationSuccessful
KeyWindowsSlaveInstaller.InstallationSuccessful
:Installation was successful. Would you like to start the service now?
.- Returns:
Installation was successful. Would you like to start the service now?
-
_WindowsSlaveInstaller_InstallationSuccessful
public static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_InstallationSuccessful()KeyWindowsSlaveInstaller.InstallationSuccessful
:Installation was successful. Would you like to start the service now?
.- Returns:
Installation was successful. Would you like to start the service now?
-
WindowsInstallerLink_DisplayName
KeyWindowsInstallerLink.DisplayName
:Install as Windows Service
.- Returns:
Install as Windows Service
-
_WindowsInstallerLink_DisplayName
public static org.jvnet.localizer.Localizable _WindowsInstallerLink_DisplayName()KeyWindowsInstallerLink.DisplayName
:Install as Windows Service
.- Returns:
Install as Windows Service
-
WindowsInstallerLink_Description
KeyWindowsInstallerLink.Description
:Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.
.- Returns:
Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.
-
_WindowsInstallerLink_Description
public static org.jvnet.localizer.Localizable _WindowsInstallerLink_Description()KeyWindowsInstallerLink.Description
:Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.
.- Returns:
Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.
-
WindowsSlaveInstaller_ConfirmInstallation
KeyWindowsSlaveInstaller.ConfirmInstallation
:This will install an agent as a Windows service, so that a Jenkins agent starts automatically when the machine boots.
.- Returns:
This will install an agent as a Windows service, so that a Jenkins agent starts automatically when the machine boots.
-
_WindowsSlaveInstaller_ConfirmInstallation
public static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_ConfirmInstallation()KeyWindowsSlaveInstaller.ConfirmInstallation
:This will install an agent as a Windows service, so that a Jenkins agent starts automatically when the machine boots.
.- Returns:
This will install an agent as a Windows service, so that a Jenkins agent starts automatically when the machine boots.
-
WindowsSlaveInstaller_RootFsDoesntExist
KeyWindowsSlaveInstaller.RootFsDoesntExist
:Agent root directory â{0}â doesnât exist
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Agent root directory â{0}â doesnât exist
-
_WindowsSlaveInstaller_RootFsDoesntExist
KeyWindowsSlaveInstaller.RootFsDoesntExist
:Agent root directory â{0}â doesnât exist
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Agent root directory â{0}â doesnât exist
-