com.atlassian.maven.plugins.sandbox.scm
Class SvnUtil

java.lang.Object
  extended by com.atlassian.maven.plugins.sandbox.scm.SvnUtil

public class SvnUtil
extends Object

Lifted from org.apache.maven.scm.provider.svn.SvnTagBranchUtils


Field Summary
static String[] SVN_BASE_DIRS
           
static String SVN_BRANCHES
           
static String SVN_TAGS
           
static String SVN_TRUNK
           
 
Method Summary
static String resolveTagUrl(String repositoryUrl, String branchTagName)
           
static int tag(org.apache.maven.plugin.logging.Log log, String sandboxTagUrl, String releaseTagUrl, String commitMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.