hudson.os.windows
Class ManagedWindowsServiceAccount
java.lang.Object
hudson.model.AbstractDescribableImpl<ManagedWindowsServiceAccount>
hudson.os.windows.ManagedWindowsServiceAccount
- All Implemented Interfaces:
- ExtensionPoint, Describable<ManagedWindowsServiceAccount>
- Direct Known Subclasses:
- ManagedWindowsServiceAccount.Administrator, ManagedWindowsServiceAccount.AnotherUser, ManagedWindowsServiceAccount.LocalSystem
public abstract class ManagedWindowsServiceAccount
- extends AbstractDescribableImpl<ManagedWindowsServiceAccount>
- implements ExtensionPoint
Encapsulates how to login (a part of ManagedWindowsServiceLauncher
).
- Since:
- 1.448
- Author:
- Kohsuke Kawaguchi, Vincent Latombe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedWindowsServiceAccount
public ManagedWindowsServiceAccount()
getAccount
public abstract ManagedWindowsServiceLauncher.AccountInfo getAccount(ManagedWindowsServiceLauncher launcher)
Copyright © 2004-2013. All Rights Reserved.