Class SvnRepositoryPathHelper
java.lang.Object
com.atlassian.bamboo.repository.svn.SvnRepositoryPathHelper
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkPathExists
(org.tmatesoft.svn.core.SVNURL url) org.tmatesoft.svn.core.SVNURL
org.tmatesoft.svn.core.SVNURL
static boolean
isPathNotFound
(org.tmatesoft.svn.core.SVNErrorMessage errorMessage)
-
Method Details
-
checkPathExists
public boolean checkPathExists(org.tmatesoft.svn.core.SVNURL url) -
getBranchesRootUrl
public org.tmatesoft.svn.core.SVNURL getBranchesRootUrl() throws org.tmatesoft.svn.core.SVNException- Throws:
org.tmatesoft.svn.core.SVNException
-
getTagsRootUrl
public org.tmatesoft.svn.core.SVNURL getTagsRootUrl() throws org.tmatesoft.svn.core.SVNException- Throws:
org.tmatesoft.svn.core.SVNException
-
isPathNotFound
public static boolean isPathNotFound(org.tmatesoft.svn.core.SVNErrorMessage errorMessage) - Returns:
- true if SVN error happened when path doesn't exist in repository.
-