Class SvnPathHelper
java.lang.Object
com.atlassian.bamboo.repository.svn.v2.SvnPathHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.tmatesoft.svn.core.SVNURL
getBranchesRootUrl
(org.tmatesoft.svn.core.wc.SVNClientManager clientManager, String url) static org.tmatesoft.svn.core.SVNURL
getTagsRootUrl
(org.tmatesoft.svn.core.wc.SVNClientManager clientManager, String url) parseRepositoryUrl
(String url)
-
Method Details
-
getBranchesRootUrl
public static org.tmatesoft.svn.core.SVNURL getBranchesRootUrl(org.tmatesoft.svn.core.wc.SVNClientManager clientManager, String url) throws org.tmatesoft.svn.core.SVNException - Throws:
org.tmatesoft.svn.core.SVNException
-
getTagsRootUrl
public static org.tmatesoft.svn.core.SVNURL getTagsRootUrl(org.tmatesoft.svn.core.wc.SVNClientManager clientManager, String url) throws org.tmatesoft.svn.core.SVNException - Throws:
org.tmatesoft.svn.core.SVNException
-
parseRepositoryUrl
-