com.atlassian.jira.pageobjects.config
Interface JiraSetup

All Known Implementing Classes:
SimpleJiraSetup

public interface JiraSetup

Component responsible for JIRA setup operations.

Since:
v4.4s

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.
 

Method Detail

isSetUp

com.atlassian.pageobjects.elements.query.TimedCondition isSetUp()
Checks if JIRA is set up already.

Returns:
true, if JIRA is set up

performSetUp

void performSetUp()
Perform JIRA setup.


performSetUp

void performSetUp(String jiraName,
                  String username,
                  String password)
Perform JIRA setup with custom data.

Parameters:
jiraName - name of JIRA
username - admin username
password - admin password

resetSetup

void resetSetup()
Reset JIRA to non-setup instance.



Copyright © 2002-2012 Atlassian. All Rights Reserved.