public class SvnClientManager extends Object
SVNClientManager makes it rather error prone to specify the proper expected version
of the working copy we need to use, so inside Jenkins we wrap it to this class to ensure
we won't forget to set SvnWcGeneration when using SVNBasicClient.| Constructor and Description |
|---|
SvnClientManager(org.tmatesoft.svn.core.wc.SVNClientManager core) |
| Modifier and Type | Method and Description |
|---|---|
org.tmatesoft.svn.core.io.SVNRepository |
createRepository(org.tmatesoft.svn.core.SVNURL url,
boolean mayReuse) |
void |
dispose() |
org.tmatesoft.svn.core.wc.SVNCommitClient |
getCommitClient() |
org.tmatesoft.svn.core.wc.SVNCopyClient |
getCopyClient() |
org.tmatesoft.svn.core.wc.SVNClientManager |
getCore() |
org.tmatesoft.svn.core.wc.SVNLogClient |
getLogClient() |
org.tmatesoft.svn.core.wc.SVNStatusClient |
getStatusClient() |
org.tmatesoft.svn.core.wc.SVNUpdateClient |
getUpdateClient() |
org.tmatesoft.svn.core.wc.SVNWCClient |
getWCClient() |
public SvnClientManager(org.tmatesoft.svn.core.wc.SVNClientManager core)
public org.tmatesoft.svn.core.wc.SVNClientManager getCore()
public org.tmatesoft.svn.core.wc.SVNWCClient getWCClient()
public org.tmatesoft.svn.core.wc.SVNLogClient getLogClient()
public void dispose()
public org.tmatesoft.svn.core.wc.SVNCommitClient getCommitClient()
public org.tmatesoft.svn.core.wc.SVNStatusClient getStatusClient()
public org.tmatesoft.svn.core.wc.SVNCopyClient getCopyClient()
public org.tmatesoft.svn.core.wc.SVNUpdateClient getUpdateClient()
public org.tmatesoft.svn.core.io.SVNRepository createRepository(org.tmatesoft.svn.core.SVNURL url,
boolean mayReuse)
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionCopyright © 2004–2015. All rights reserved.