hudson.os.windows
Class ManagedWindowsServiceAccount.AnotherUser

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<ManagedWindowsServiceAccount>
      extended by hudson.os.windows.ManagedWindowsServiceAccount
          extended by 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.


Nested Class Summary
static class ManagedWindowsServiceAccount.AnotherUser.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.os.windows.ManagedWindowsServiceAccount
ManagedWindowsServiceAccount.Administrator, ManagedWindowsServiceAccount.AnotherUser, ManagedWindowsServiceAccount.LocalSystem
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 Secret password
           
 String userName
           
 
Constructor Summary
ManagedWindowsServiceAccount.AnotherUser(String userName, Secret password)
           
 
Method Summary
 ManagedWindowsServiceLauncher.AccountInfo getAccount(ManagedWindowsServiceLauncher launcher)
           
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

public final String userName

password

public final Secret password
Constructor Detail

ManagedWindowsServiceAccount.AnotherUser

@DataBoundConstructor
public ManagedWindowsServiceAccount.AnotherUser(String userName,
                                                                     Secret password)
Method Detail

getAccount

public ManagedWindowsServiceLauncher.AccountInfo getAccount(ManagedWindowsServiceLauncher launcher)
Specified by:
getAccount in class ManagedWindowsServiceAccount


Copyright © 2004-2013. All Rights Reserved.