com.atlassian.bamboo.testutils
Class CvsRepositoryHelper

java.lang.Object
  extended by com.atlassian.bamboo.testutils.CvsRepositoryHelper

public class CvsRepositoryHelper
extends java.lang.Object


Field Summary
static java.lang.String CVS_BRANCH
           
static java.lang.String CVS_TAG
           
static java.lang.String CVS_TEST_USERNAME
           
static java.lang.String PATH_TO_TOUCH
           
 
Method Summary
static void touchCvsBranchFastBuild(java.lang.String cvsRoot)
           
static void touchCvsFastBuild(java.lang.String cvsRoot)
           
static void touchCvsFastBuild(java.lang.String cvsRoot, java.lang.String commitComment, java.lang.String pathToTouch, java.lang.String checkoutSubDir)
           
static void touchCvsFastBuild(java.lang.String cvsRoot, java.lang.String commitComment, java.lang.String pathToTouch, java.lang.String checkoutSubDir, java.lang.String branch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_TO_TOUCH

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

CVS_TEST_USERNAME

public static final java.lang.String CVS_TEST_USERNAME

CVS_BRANCH

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

CVS_TAG

public static final java.lang.String CVS_TAG
See Also:
Constant Field Values
Method Detail

touchCvsFastBuild

public static void touchCvsFastBuild(java.lang.String cvsRoot)
                              throws java.io.IOException,
                                     java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

touchCvsBranchFastBuild

public static void touchCvsBranchFastBuild(java.lang.String cvsRoot)
                                    throws java.io.IOException,
                                           java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

touchCvsFastBuild

public static void touchCvsFastBuild(java.lang.String cvsRoot,
                                     java.lang.String commitComment,
                                     java.lang.String pathToTouch,
                                     java.lang.String checkoutSubDir)
                              throws java.io.IOException,
                                     java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

touchCvsFastBuild

public static void touchCvsFastBuild(java.lang.String cvsRoot,
                                     java.lang.String commitComment,
                                     java.lang.String pathToTouch,
                                     java.lang.String checkoutSubDir,
                                     java.lang.String branch)
                              throws java.io.IOException,
                                     java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2012 Atlassian. All Rights Reserved.