hudson.scm
Class BlameSubversionSCM.DescriptorImpl.PasswordCredential

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

public static final class BlameSubversionSCM.DescriptorImpl.PasswordCredential
extends BlameSubversionSCM.DescriptorImpl.Credential

Username/password based authentication.

See Also:
Serialized Form

Constructor Summary
BlameSubversionSCM.DescriptorImpl.PasswordCredential(String userName, String password)
           
 
Method Summary
 org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlameSubversionSCM.DescriptorImpl.PasswordCredential

public BlameSubversionSCM.DescriptorImpl.PasswordCredential(String userName,
                                                            String password)
Method Detail

createSVNAuthentication

public org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind)
Specified by:
createSVNAuthentication in class BlameSubversionSCM.DescriptorImpl.Credential
Parameters:
kind - One of the constants defined in ISVNAuthenticationManager, indicating what subype of SVNAuthentication is expected.


Copyright © 2004-2012 Hudson. All Rights Reserved.