|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.pageobjects.config.SimpleJiraSetup
public class SimpleJiraSetup
Implementation of JIRA setup that performs the simplest set up possible via UI.
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 |
---|
public SimpleJiraSetup()
Method Detail |
---|
public com.atlassian.pageobjects.elements.query.TimedCondition isSetUp()
JiraSetup
isSetUp
in interface JiraSetup
true
, if JIRA is set uppublic void performSetUp()
JiraSetup
performSetUp
in interface JiraSetup
public void performSetUp(String jiraName, String username, String password)
JiraSetup
performSetUp
in interface JiraSetup
jiraName
- name of JIRAusername
- admin usernamepassword
- admin passwordpublic void resetSetup()
JiraSetup
resetSetup
in interface JiraSetup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |