hudson.os.windows
Class ManagedWindowsServiceAccount.AnotherUser
java.lang.Object
hudson.model.AbstractDescribableImpl<ManagedWindowsServiceAccount>
hudson.os.windows.ManagedWindowsServiceAccount
hudson.os.windows.ManagedWindowsServiceAccount.AnotherUser
- All Implemented Interfaces:
- ExtensionPoint, Describable<ManagedWindowsServiceAccount>
- Enclosing class:
- ManagedWindowsServiceAccount
public static final class ManagedWindowsServiceAccount.AnotherUser
- extends ManagedWindowsServiceAccount
Logs in with a separate user.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userName
public final String userName
password
public final Secret password
ManagedWindowsServiceAccount.AnotherUser
@DataBoundConstructor
public ManagedWindowsServiceAccount.AnotherUser(String userName,
Secret password)
getAccount
public ManagedWindowsServiceLauncher.AccountInfo getAccount(ManagedWindowsServiceLauncher launcher)
- Specified by:
getAccount
in class ManagedWindowsServiceAccount
Copyright © 2004-2013. All Rights Reserved.