hudson.scm
Class SubversionSCM.DescriptorImpl.PasswordCredential

java.lang.Object
  extended by hudson.scm.SubversionSCM.DescriptorImpl.Credential
      extended by hudson.scm.credential.PasswordCredential
          extended by hudson.scm.SubversionSCM.DescriptorImpl.PasswordCredential
All Implemented Interfaces:
Serializable
Enclosing class:
SubversionSCM.DescriptorImpl

Deprecated. left for backward compatibility.

public static final class SubversionSCM.DescriptorImpl.PasswordCredential
extends PasswordCredential

Username/password based authentication.

See Also:
Serialized Form

Constructor Summary
SubversionSCM.DescriptorImpl.PasswordCredential(String userName, String password)
          Deprecated.  
 
Method Summary
 
Methods inherited from class hudson.scm.credential.PasswordCredential
createSVNAuthentication, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubversionSCM.DescriptorImpl.PasswordCredential

public SubversionSCM.DescriptorImpl.PasswordCredential(String userName,
                                                       String password)
Deprecated. 


Copyright © 2004-2012 Hudson. All Rights Reserved.