com.atlassian.jira.pageobjects.config
Class SimpleJiraSetup

java.lang.Object
  extended by com.atlassian.jira.pageobjects.config.SimpleJiraSetup
All Implemented Interfaces:
JiraSetup

public class SimpleJiraSetup
extends Object
implements JiraSetup

Implementation of JIRA setup that performs the simplest set up possible via UI.

Since:
v4.4

Constructor Summary
SimpleJiraSetup()
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedCondition isSetUp()
          Checks if JIRA is set up already.
 void performSetUp()
          Perform JIRA setup.
 void performSetUp(String jiraName, String username, String password)
          Perform JIRA setup with custom data.
 void resetSetup()
          Reset JIRA to non-setup instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleJiraSetup

public SimpleJiraSetup()
Method Detail

isSetUp

public com.atlassian.pageobjects.elements.query.TimedCondition isSetUp()
Description copied from interface: JiraSetup
Checks if JIRA is set up already.

Specified by:
isSetUp in interface JiraSetup
Returns:
true, if JIRA is set up

performSetUp

public void performSetUp()
Description copied from interface: JiraSetup
Perform JIRA setup.

Specified by:
performSetUp in interface JiraSetup

performSetUp

public void performSetUp(String jiraName,
                         String username,
                         String password)
Description copied from interface: JiraSetup
Perform JIRA setup with custom data.

Specified by:
performSetUp in interface JiraSetup
Parameters:
jiraName - name of JIRA
username - admin username
password - admin password

resetSetup

public void resetSetup()
Description copied from interface: JiraSetup
Reset JIRA to non-setup instance.

Specified by:
resetSetup in interface JiraSetup


Copyright © 2002-2012 Atlassian. All Rights Reserved.