Package hudson.scm

Interface CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
CredentialsSVNAuthenticationProviderImpl.SVNCertificateAuthenticationBuilder, CredentialsSVNAuthenticationProviderImpl.SVNEmptyAuthenticationBuilder, CredentialsSVNAuthenticationProviderImpl.SVNUsernameAuthenticationBuilder, CredentialsSVNAuthenticationProviderImpl.SVNUsernamePasswordAuthenticationBuilder, CredentialsSVNAuthenticationProviderImpl.SVNUsernamePrivateKeysAuthenticationBuilder
Enclosing class:
CredentialsSVNAuthenticationProviderImpl

public static interface CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.tmatesoft.svn.core.auth.SVNAuthentication>
    build(String kind, org.tmatesoft.svn.core.SVNURL url)
     
  • Method Details

    • build

      List<org.tmatesoft.svn.core.auth.SVNAuthentication> build(String kind, org.tmatesoft.svn.core.SVNURL url)