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
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
.static org.jvnet.localizer.Localizable
_WindowsInstallerLink_DisplayName()
KeyWindowsInstallerLink.DisplayName
:Install as Windows Service
.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.
.static org.jvnet.localizer.Localizable
_WindowsSlaveInstaller_DotNetRequired()
KeyWindowsSlaveInstaller.DotNetRequired
:.NET Framework 4.0 or later is required for this feature
.static org.jvnet.localizer.Localizable
_WindowsSlaveInstaller_InstallationSuccessful()
KeyWindowsSlaveInstaller.InstallationSuccessful
:Installation was successful. Would you like to start the service now?
.static org.jvnet.localizer.Localizable
_WindowsSlaveInstaller_RootFsDoesntExist(Object arg0)
KeyWindowsSlaveInstaller.RootFsDoesntExist
:Agent root directory â{0}â doesnât exist
.static String
WindowsInstallerLink_Description()
KeyWindowsInstallerLink.Description
:Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.
.static String
WindowsInstallerLink_DisplayName()
KeyWindowsInstallerLink.DisplayName
:Install as Windows Service
.static String
WindowsSlaveInstaller_ConfirmInstallation()
KeyWindowsSlaveInstaller.ConfirmInstallation
:This will install an agent as a Windows service, so that a Jenkins agent starts automatically when the machine boots.
.static String
WindowsSlaveInstaller_DotNetRequired()
KeyWindowsSlaveInstaller.DotNetRequired
:.NET Framework 4.0 or later is required for this feature
.static String
WindowsSlaveInstaller_InstallationSuccessful()
KeyWindowsSlaveInstaller.InstallationSuccessful
:Installation was successful. Would you like to start the service now?
.static String
WindowsSlaveInstaller_RootFsDoesntExist(Object arg0)
KeyWindowsSlaveInstaller.RootFsDoesntExist
:Agent root directory â{0}â doesnât exist
.
-
-
-
Method Detail
-
WindowsSlaveInstaller_DotNetRequired
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String WindowsSlaveInstaller_RootFsDoesntExist(Object arg0)
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
public static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_RootFsDoesntExist(Object arg0)
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
-
-