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

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

public class SvnUtil
extends java.lang.Object

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


Field Summary
static java.lang.String[] SVN_BASE_DIRS
           
static java.lang.String SVN_BRANCHES
           
static java.lang.String SVN_TAGS
           
static java.lang.String SVN_TRUNK
           
 
Method Summary
static java.lang.String resolveTagUrl(java.lang.String repositoryUrl, java.lang.String branchTagName)
           
static int tag(org.apache.maven.plugin.logging.Log log, java.lang.String sandboxTagUrl, java.lang.String releaseTagUrl, java.lang.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 java.lang.String SVN_TRUNK
See Also:
Constant Field Values

SVN_BRANCHES

public static final java.lang.String SVN_BRANCHES
See Also:
Constant Field Values

SVN_TAGS

public static final java.lang.String SVN_TAGS
See Also:
Constant Field Values

SVN_BASE_DIRS

public static final java.lang.String[] SVN_BASE_DIRS
Method Detail

resolveTagUrl

@Nullable
public static java.lang.String resolveTagUrl(java.lang.String repositoryUrl,
                                                      java.lang.String branchTagName)

tag

public static int tag(org.apache.maven.plugin.logging.Log log,
                      java.lang.String sandboxTagUrl,
                      java.lang.String releaseTagUrl,
                      java.lang.String commitMessage)
               throws ScmException
Throws:
ScmException


Copyright © 2013 Atlassian. All Rights Reserved.