hudson.scm
Class BlameSubversionSCM.DescriptorImpl.Credential
java.lang.Object
hudson.scm.BlameSubversionSCM.DescriptorImpl.Credential
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BlameSubversionSCM.DescriptorImpl.PasswordCredential, BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential, BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential
- Enclosing class:
- BlameSubversionSCM.DescriptorImpl
public abstract static class BlameSubversionSCM.DescriptorImpl.Credential
- extends Object
- implements Serializable
Stores SVNAuthentication for a single realm.
BlameSubversionSCM.DescriptorImpl.Credential holds data in a persistence-friendly way, and it's
capable of creating SVNAuthentication object, to be passed to
SVNKit.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlameSubversionSCM.DescriptorImpl.Credential
public BlameSubversionSCM.DescriptorImpl.Credential()
createSVNAuthentication
public abstract org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind)
throws org.tmatesoft.svn.core.SVNException
- Parameters:
kind - One of the constants defined in
ISVNAuthenticationManager, indicating what
subype of SVNAuthentication is expected.
- Throws:
org.tmatesoft.svn.core.SVNException
Copyright © 2004-2012 Hudson. All Rights Reserved.