Class SvnRepositoryPathHelper
java.lang.Object
com.atlassian.bamboo.repository.svn.SvnRepositoryPathHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isPathNotFound
(org.tmatesoft.svn.core.SVNErrorMessage errorMessage)
-
Constructor Details
-
SvnRepositoryPathHelper
public SvnRepositoryPathHelper()
-
-
Method Details
-
isPathNotFound
public static boolean isPathNotFound(org.tmatesoft.svn.core.SVNErrorMessage errorMessage) - Returns:
- true if SVN error happened when path doesn't exist in repository.
-