hudson.lifecycle
Class Messages

java.lang.Object
  extended by hudson.lifecycle.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _WindowsInstallerLink_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()
          Install as Windows Service
static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_ConfirmInstallation()
          This will install a slave agent as a Windows service, so that a Jenkins slave starts automatically when the machine boots.
static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_DotNetRequired()
          .NET Framework 2.0 or later is required for this feature
static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_InstallationSuccessful()
          Installation was successful.
static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_RootFsDoesntExist(Object arg1)
          Slave root directory ''{0}'' doesn''t exist
static String WindowsInstallerLink_Description()
          Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.
static String WindowsInstallerLink_DisplayName()
          Install as Windows Service
static String WindowsSlaveInstaller_ConfirmInstallation()
          This will install a slave agent as a Windows service, so that a Jenkins slave starts automatically when the machine boots.
static String WindowsSlaveInstaller_DotNetRequired()
          .NET Framework 2.0 or later is required for this feature
static String WindowsSlaveInstaller_InstallationSuccessful()
          Installation was successful.
static String WindowsSlaveInstaller_RootFsDoesntExist(Object arg1)
          Slave root directory ''{0}'' doesn''t exist
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

WindowsInstallerLink_DisplayName

public static String WindowsInstallerLink_DisplayName()
Install as Windows Service


_WindowsInstallerLink_DisplayName

public static org.jvnet.localizer.Localizable _WindowsInstallerLink_DisplayName()
Install as Windows Service


WindowsSlaveInstaller_InstallationSuccessful

public static String WindowsSlaveInstaller_InstallationSuccessful()
Installation was successful. Would you like to start the service now?


_WindowsSlaveInstaller_InstallationSuccessful

public static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_InstallationSuccessful()
Installation was successful. Would you like to start the service now?


WindowsSlaveInstaller_DotNetRequired

public static String WindowsSlaveInstaller_DotNetRequired()
.NET Framework 2.0 or later is required for this feature


_WindowsSlaveInstaller_DotNetRequired

public static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_DotNetRequired()
.NET Framework 2.0 or later is required for this feature


WindowsInstallerLink_Description

public static String WindowsInstallerLink_Description()
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()
Installs Jenkins as a Windows service to this system, so that Jenkins starts automatically when the machine boots.


WindowsSlaveInstaller_RootFsDoesntExist

public static String WindowsSlaveInstaller_RootFsDoesntExist(Object arg1)
Slave root directory ''{0}'' doesn''t exist


_WindowsSlaveInstaller_RootFsDoesntExist

public static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_RootFsDoesntExist(Object arg1)
Slave root directory ''{0}'' doesn''t exist


WindowsSlaveInstaller_ConfirmInstallation

public static String WindowsSlaveInstaller_ConfirmInstallation()
This will install a slave agent as a Windows service, so that a Jenkins slave starts automatically when the machine boots.


_WindowsSlaveInstaller_ConfirmInstallation

public static org.jvnet.localizer.Localizable _WindowsSlaveInstaller_ConfirmInstallation()
This will install a slave agent as a Windows service, so that a Jenkins slave starts automatically when the machine boots.



Copyright © 2004-2013. All Rights Reserved.