Class SVNClientManagerFactory

java.lang.Object
com.atlassian.bamboo.repository.svn.SVNClientManagerFactory
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean

public class SVNClientManagerFactory extends Object implements org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • SVNClientManagerFactory

      public SVNClientManagerFactory()
  • Method Details

    • getSVNClientManager

      public org.tmatesoft.svn.core.wc.SVNClientManager getSVNClientManager(org.tmatesoft.svn.core.wc.ISVNOptions options, org.tmatesoft.svn.core.auth.ISVNAuthenticationManager authMgr)
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • dispose

      public void dispose(@Nullable @Nullable org.tmatesoft.svn.core.wc.SVNClientManager svnClientManager)