public class PasswordCredential extends SubversionSCM.DescriptorImpl.Credential
| Constructor and Description |
|---|
PasswordCredential(String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
org.tmatesoft.svn.core.auth.SVNAuthentication |
createSVNAuthentication(String kind) |
boolean |
equals(Object o) |
int |
hashCode() |
public org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind)
createSVNAuthentication in class SubversionSCM.DescriptorImpl.Credentialkind - One of the constants defined in ISVNAuthenticationManager,
indicating what subtype of SVNAuthentication is expected.Copyright © 2004-2015 Hudson. All Rights Reserved.