Package hudson.scm
Class CredentialsSVNAuthenticationProviderImpl.SVNUsernameAuthenticationBuilder
java.lang.Object
hudson.scm.CredentialsSVNAuthenticationProviderImpl.SVNUsernameAuthenticationBuilder
- All Implemented Interfaces:
CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder
,Serializable
- Enclosing class:
- CredentialsSVNAuthenticationProviderImpl
public static class CredentialsSVNAuthenticationProviderImpl.SVNUsernameAuthenticationBuilder
extends Object
implements CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder
- See Also:
-
Constructor Summary
ConstructorDescriptionSVNUsernameAuthenticationBuilder
(com.cloudbees.plugins.credentials.common.UsernameCredentials c) -
Method Summary
-
Constructor Details
-
SVNUsernameAuthenticationBuilder
public SVNUsernameAuthenticationBuilder(com.cloudbees.plugins.credentials.common.UsernameCredentials 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
-