Class SvnRepositoryPathHelper
- java.lang.Object
-
- com.atlassian.bamboo.repository.svn.SvnRepositoryPathHelper
-
public class SvnRepositoryPathHelper extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkPathExists(org.tmatesoft.svn.core.SVNURL url)
org.tmatesoft.svn.core.SVNURL
getBranchesRootUrl()
org.tmatesoft.svn.core.SVNURL
getTagsRootUrl()
static boolean
isPathNotFound(org.tmatesoft.svn.core.SVNErrorMessage errorMessage)
-
-
-
Method Detail
-
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.
-
-