hudson.scm.credential
Class PasswordCredential
java.lang.Object
hudson.scm.SubversionSCM.DescriptorImpl.Credential
hudson.scm.credential.PasswordCredential
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SubversionSCM.DescriptorImpl.PasswordCredential
public class PasswordCredential
- extends SubversionSCM.DescriptorImpl.Credential
Username/password based authentication.
Date: 5/11/11
- Author:
- Nikita Levyankov
- See Also:
- Serialized Form
PasswordCredential
public PasswordCredential(String userName,
String password)
createSVNAuthentication
public org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind)
- Specified by:
createSVNAuthentication in class SubversionSCM.DescriptorImpl.Credential
- Parameters:
kind - One of the constants defined in ISVNAuthenticationManager,
indicating what subtype of SVNAuthentication is expected.
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2004-2011 Hudson. All Rights Reserved.