public abstract static class SubversionSCM.DescriptorImpl.Credential extends Object implements Serializable
SVNAuthentication for a single realm.
SubversionSCM.DescriptorImpl.Credential holds data in a persistence-friendly way,
and it's capable of creating SVNAuthentication object,
to be passed to SVNKit.| Constructor and Description |
|---|
SubversionSCM.DescriptorImpl.Credential() |
public SubversionSCM.DescriptorImpl.Credential()
public abstract org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind) throws org.tmatesoft.svn.core.SVNException
kind - One of the constants defined in ISVNAuthenticationManager,
indicating what subtype of SVNAuthentication is expected.org.tmatesoft.svn.core.SVNExceptionCopyright © 2004-2015 Hudson. All Rights Reserved.