public class CvsRepositoryHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CVS_BRANCH |
static String |
CVS_TAG |
static String |
CVS_TEST_USERNAME |
static String |
PATH_TO_TOUCH |
Modifier and Type | Method and Description |
---|---|
static void |
touchCvsBranchFastBuild(String cvsRoot) |
static void |
touchCvsFastBuild(String cvsRoot) |
static void |
touchCvsFastBuild(String cvsRoot,
String commitComment,
String pathToTouch,
String checkoutSubDir) |
static void |
touchCvsFastBuild(String cvsRoot,
String commitComment,
String pathToTouch,
String checkoutSubDir,
String branch) |
public static final String PATH_TO_TOUCH
public static final String CVS_TEST_USERNAME
public static final String CVS_BRANCH
public static final String CVS_TAG
public static void touchCvsFastBuild(String cvsRoot) throws IOException, InterruptedException
IOException
InterruptedException
public static void touchCvsBranchFastBuild(String cvsRoot) throws IOException, InterruptedException
IOException
InterruptedException
public static void touchCvsFastBuild(String cvsRoot, String commitComment, String pathToTouch, String checkoutSubDir) throws IOException, InterruptedException
IOException
InterruptedException
public static void touchCvsFastBuild(String cvsRoot, String commitComment, String pathToTouch, String checkoutSubDir, String branch) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.