com.atlassian.maven.plugins.sandbox
Class HgUtils

java.lang.Object
  extended by com.atlassian.maven.plugins.sandbox.HgUtils

public class HgUtils
extends java.lang.Object


Method Summary
static void assertValidWorkspace(org.apache.maven.plugin.logging.Log log, java.lang.String pushUrl, java.lang.String expectedBranch, java.lang.String workspace)
           
static java.lang.String getBranch(org.apache.maven.plugin.logging.Log log)
           
static void pullTagPush(org.apache.maven.plugin.logging.Log log, java.lang.String destinationUrl, java.lang.String sandboxTag, java.lang.String releaseTag, java.lang.String commitMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBranch

public static java.lang.String getBranch(org.apache.maven.plugin.logging.Log log)
                                  throws ScmException
Throws:
ScmException

assertValidWorkspace

public static void assertValidWorkspace(org.apache.maven.plugin.logging.Log log,
                                        java.lang.String pushUrl,
                                        java.lang.String expectedBranch,
                                        java.lang.String workspace)
                                 throws ScmException
Throws:
ScmException

pullTagPush

public static void pullTagPush(org.apache.maven.plugin.logging.Log log,
                               java.lang.String destinationUrl,
                               java.lang.String sandboxTag,
                               java.lang.String releaseTag,
                               java.lang.String commitMessage)
                        throws ScmException
Throws:
ScmException


Copyright © 2013 Atlassian. All Rights Reserved.