Uses of Class
hudson.os.windows.ManagedWindowsServiceAccount

Packages that use ManagedWindowsServiceAccount
hudson.os.windows   
 

Uses of ManagedWindowsServiceAccount in hudson.os.windows
 

Subclasses of ManagedWindowsServiceAccount in hudson.os.windows
static class ManagedWindowsServiceAccount.Administrator
          Logs in with the administrator user account supplied in ManagedWindowsServiceLauncher.
static class ManagedWindowsServiceAccount.AnotherUser
          Logs in with a separate user.
static class ManagedWindowsServiceAccount.LocalSystem
          Logs in with the local system user.
 

Methods in hudson.os.windows that return ManagedWindowsServiceAccount
 ManagedWindowsServiceAccount ManagedWindowsServiceLauncher.getAccount()
           
 

Constructors in hudson.os.windows with parameters of type ManagedWindowsServiceAccount
ManagedWindowsServiceLauncher(String userName, String password, String host, ManagedWindowsServiceAccount account, String vmargs)
           
ManagedWindowsServiceLauncher(String userName, String password, String host, ManagedWindowsServiceAccount account, String vmargs, String javaPath)
           
 



Copyright © 2004-2013. All Rights Reserved.