com.atlassian.bamboo.testutils
Class RepositoryHelper

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

public class RepositoryHelper
extends java.lang.Object


Nested Class Summary
static class RepositoryHelper.CommandResult
           
 
Field Summary
static java.lang.String JIRA_ISSUE_KEY
           
static java.lang.String JIRA_PROJECT_KEY
           
 
Method Summary
static RepositoryHelper.CommandResult runCommand(java.lang.String[] args, java.io.File dir)
           
static void touchFile(java.io.File fileToTouch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JIRA_PROJECT_KEY

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

JIRA_ISSUE_KEY

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

touchFile

public static void touchFile(java.io.File fileToTouch)
                      throws java.io.IOException
Throws:
java.io.IOException

runCommand

public static RepositoryHelper.CommandResult runCommand(java.lang.String[] args,
                                                        java.io.File dir)
                                                 throws java.io.IOException,
                                                        java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2012 Atlassian. All Rights Reserved.