Package hudson.scm
Class CredentialsSVNAuthenticationProviderImpl.SVNCertificateAuthenticationBuilder
java.lang.Object
hudson.scm.CredentialsSVNAuthenticationProviderImpl.SVNCertificateAuthenticationBuilder
- All Implemented Interfaces:
CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder
,Serializable
- Enclosing class:
- CredentialsSVNAuthenticationProviderImpl
public static class CredentialsSVNAuthenticationProviderImpl.SVNCertificateAuthenticationBuilder
extends Object
implements CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder
- See Also:
-
Constructor Summary
ConstructorDescriptionSVNCertificateAuthenticationBuilder
(com.cloudbees.plugins.credentials.common.CertificateCredentials c) -
Method Summary
-
Constructor Details
-
SVNCertificateAuthenticationBuilder
public SVNCertificateAuthenticationBuilder(com.cloudbees.plugins.credentials.common.CertificateCredentials c)
-
-
Method Details
-
build
public List<org.tmatesoft.svn.core.auth.SVNAuthentication> build(String kind, org.tmatesoft.svn.core.SVNURL url) - Specified by:
build
in interfaceCredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder
-