hudson.os.windows
Class Messages

java.lang.Object
  extended by hudson.os.windows.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_AccessDenied()
          Access is denied.
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_ConnectingTo(Object arg1)
          Connecting to {0}
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_ConnectingToPort(Object arg1)
          Connecting to port {0}
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_CopyingSlaveExe()
          Copying jenkins-slave.exe
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_CopyingSlaveJar()
          Copying slave.jar
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_CopyingSlaveXml()
          Copying jenkins-slave.xml
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_DisplayName()
          Let Jenkins control this Windows slave as a Windows service
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_DotNetRequired()
          .NET Framework 2.0 or later is required on this computer to run a Jenkins slave as a Windows service
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_InstallingSlaveService()
          Installing the Jenkins slave service
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_RegisteringService()
          Registering the service
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_ServiceDidntRespond()
          The service did not respond.
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_StartingService()
          Starting the service
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_StoppingService()
          Stopping the service
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_UnregisteringService()
          Unregistering the service
static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_WaitingForService()
          Waiting for the service to become ready
static String ManagedWindowsServiceLauncher_AccessDenied()
          Access is denied.
static String ManagedWindowsServiceLauncher_ConnectingTo(Object arg1)
          Connecting to {0}
static String ManagedWindowsServiceLauncher_ConnectingToPort(Object arg1)
          Connecting to port {0}
static String ManagedWindowsServiceLauncher_CopyingSlaveExe()
          Copying jenkins-slave.exe
static String ManagedWindowsServiceLauncher_CopyingSlaveJar()
          Copying slave.jar
static String ManagedWindowsServiceLauncher_CopyingSlaveXml()
          Copying jenkins-slave.xml
static String ManagedWindowsServiceLauncher_DisplayName()
          Let Jenkins control this Windows slave as a Windows service
static String ManagedWindowsServiceLauncher_DotNetRequired()
          .NET Framework 2.0 or later is required on this computer to run a Jenkins slave as a Windows service
static String ManagedWindowsServiceLauncher_InstallingSlaveService()
          Installing the Jenkins slave service
static String ManagedWindowsServiceLauncher_RegisteringService()
          Registering the service
static String ManagedWindowsServiceLauncher_ServiceDidntRespond()
          The service did not respond.
static String ManagedWindowsServiceLauncher_StartingService()
          Starting the service
static String ManagedWindowsServiceLauncher_StoppingService()
          Stopping the service
static String ManagedWindowsServiceLauncher_UnregisteringService()
          Unregistering the service
static String ManagedWindowsServiceLauncher_WaitingForService()
          Waiting for the service to become ready
 
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

ManagedWindowsServiceLauncher_CopyingSlaveExe

public static String ManagedWindowsServiceLauncher_CopyingSlaveExe()
Copying jenkins-slave.exe


_ManagedWindowsServiceLauncher_CopyingSlaveExe

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_CopyingSlaveExe()
Copying jenkins-slave.exe


ManagedWindowsServiceLauncher_StoppingService

public static String ManagedWindowsServiceLauncher_StoppingService()
Stopping the service


_ManagedWindowsServiceLauncher_StoppingService

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_StoppingService()
Stopping the service


ManagedWindowsServiceLauncher_ServiceDidntRespond

public static String ManagedWindowsServiceLauncher_ServiceDidntRespond()
The service did not respond. Perhaps it failed to launch?


_ManagedWindowsServiceLauncher_ServiceDidntRespond

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_ServiceDidntRespond()
The service did not respond. Perhaps it failed to launch?


ManagedWindowsServiceLauncher_UnregisteringService

public static String ManagedWindowsServiceLauncher_UnregisteringService()
Unregistering the service


_ManagedWindowsServiceLauncher_UnregisteringService

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_UnregisteringService()
Unregistering the service


ManagedWindowsServiceLauncher_RegisteringService

public static String ManagedWindowsServiceLauncher_RegisteringService()
Registering the service


_ManagedWindowsServiceLauncher_RegisteringService

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_RegisteringService()
Registering the service


ManagedWindowsServiceLauncher_DotNetRequired

public static String ManagedWindowsServiceLauncher_DotNetRequired()
.NET Framework 2.0 or later is required on this computer to run a Jenkins slave as a Windows service


_ManagedWindowsServiceLauncher_DotNetRequired

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_DotNetRequired()
.NET Framework 2.0 or later is required on this computer to run a Jenkins slave as a Windows service


ManagedWindowsServiceLauncher_InstallingSlaveService

public static String ManagedWindowsServiceLauncher_InstallingSlaveService()
Installing the Jenkins slave service


_ManagedWindowsServiceLauncher_InstallingSlaveService

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_InstallingSlaveService()
Installing the Jenkins slave service


ManagedWindowsServiceLauncher_WaitingForService

public static String ManagedWindowsServiceLauncher_WaitingForService()
Waiting for the service to become ready


_ManagedWindowsServiceLauncher_WaitingForService

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_WaitingForService()
Waiting for the service to become ready


ManagedWindowsServiceLauncher_AccessDenied

public static String ManagedWindowsServiceLauncher_AccessDenied()
Access is denied. See http://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM for more information about how to resolve this.


_ManagedWindowsServiceLauncher_AccessDenied

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_AccessDenied()
Access is denied. See http://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM for more information about how to resolve this.


ManagedWindowsServiceLauncher_CopyingSlaveJar

public static String ManagedWindowsServiceLauncher_CopyingSlaveJar()
Copying slave.jar


_ManagedWindowsServiceLauncher_CopyingSlaveJar

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_CopyingSlaveJar()
Copying slave.jar


ManagedWindowsServiceLauncher_CopyingSlaveXml

public static String ManagedWindowsServiceLauncher_CopyingSlaveXml()
Copying jenkins-slave.xml


_ManagedWindowsServiceLauncher_CopyingSlaveXml

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_CopyingSlaveXml()
Copying jenkins-slave.xml


ManagedWindowsServiceLauncher_DisplayName

public static String ManagedWindowsServiceLauncher_DisplayName()
Let Jenkins control this Windows slave as a Windows service


_ManagedWindowsServiceLauncher_DisplayName

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_DisplayName()
Let Jenkins control this Windows slave as a Windows service


ManagedWindowsServiceLauncher_StartingService

public static String ManagedWindowsServiceLauncher_StartingService()
Starting the service


_ManagedWindowsServiceLauncher_StartingService

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_StartingService()
Starting the service


ManagedWindowsServiceLauncher_ConnectingToPort

public static String ManagedWindowsServiceLauncher_ConnectingToPort(Object arg1)
Connecting to port {0}


_ManagedWindowsServiceLauncher_ConnectingToPort

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_ConnectingToPort(Object arg1)
Connecting to port {0}


ManagedWindowsServiceLauncher_ConnectingTo

public static String ManagedWindowsServiceLauncher_ConnectingTo(Object arg1)
Connecting to {0}


_ManagedWindowsServiceLauncher_ConnectingTo

public static org.jvnet.localizer.Localizable _ManagedWindowsServiceLauncher_ConnectingTo(Object arg1)
Connecting to {0}



Copyright © 2004-2013. All Rights Reserved.