com.atlassian.jira.functest.framework.setup
Class JiraSetupInstanceHelper

java.lang.Object
  extended by com.atlassian.jira.functest.framework.setup.JiraSetupInstanceHelper

public class JiraSetupInstanceHelper
extends Object

This contains common code between the old and new style func test frameworks that can detect if JIRA is setup and the conditions that it can be in.

Since:
v4.0

Constructor Summary
JiraSetupInstanceHelper(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData jiraEnvironmentData)
           
 
Method Summary
 void ensureJIRAIsReadyToGo(FuncTestWebClientListener webClientListener)
           
static void setupDirectJDBCConnection(net.sourceforge.jwebunit.WebTester webTester, JIRAEnvironmentData environmentData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraSetupInstanceHelper

public JiraSetupInstanceHelper(net.sourceforge.jwebunit.WebTester tester,
                               JIRAEnvironmentData jiraEnvironmentData)
Method Detail

ensureJIRAIsReadyToGo

public void ensureJIRAIsReadyToGo(FuncTestWebClientListener webClientListener)

setupDirectJDBCConnection

public static void setupDirectJDBCConnection(net.sourceforge.jwebunit.WebTester webTester,
                                             JIRAEnvironmentData environmentData)


Copyright © 2002-2013 Atlassian. All Rights Reserved.