com.atlassian.maven.plugins.sandbox.scm
Class SvnUtil
java.lang.Object
com.atlassian.maven.plugins.sandbox.scm.SvnUtil
public class SvnUtil
- extends Object
Lifted from org.apache.maven.scm.provider.svn.SvnTagBranchUtils
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVN_TRUNK
public static final String SVN_TRUNK
- See Also:
- Constant Field Values
SVN_BRANCHES
public static final String SVN_BRANCHES
- See Also:
- Constant Field Values
SVN_TAGS
public static final String SVN_TAGS
- See Also:
- Constant Field Values
SVN_BASE_DIRS
public static final String[] SVN_BASE_DIRS
resolveTagUrl
@Nullable
public static String resolveTagUrl(String repositoryUrl,
String branchTagName)
tag
public static int tag(org.apache.maven.plugin.logging.Log log,
String sandboxTagUrl,
String releaseTagUrl,
String commitMessage)
throws ScmException
- Throws:
ScmException
Copyright © 2015 Atlassian. All rights reserved.