Class IPOAssigneeActionPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.AbstractJiraAdminPage
com.atlassian.jira.pageobjects.pages.admin.IPOAssigneeActionPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Author: Geoffrey Wong
Page to configure the assignees for the Purchase Order plugin
THIS IS AN EACJ SPECIFIC PAGE
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
com.atlassian.pageobjects.elements.query.TimedCondition
isAt()
Timed condition checking if we're at given page.linkId()
ID of the link in the admin menu.setNewAmsterdamAssignee
(String newAssignee) setNewSanfranAssignee
(String newAssignee) setNewSydneyAssignee
(String newAssignee) setNewTravellerAssignee
(String newAssignee) void
submit()
Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
IPOAssigneeActionPage
public IPOAssigneeActionPage()
-
-
Method Details
-
getUrl
-
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPage
Timed condition checking if we're at given page.- Specified by:
isAt
in classAbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
-
linkId
Description copied from class:AbstractJiraAdminPage
ID of the link in the admin menu.- Specified by:
linkId
in classAbstractJiraAdminPage
- Returns:
- ID of the link to this page
-
getAmsterdamUser
-
getAmsterdamFullNiceName
-
getSydneyUser
-
getSydneyFullNiceName
-
getSanfranUser
-
getSanfranFullNiceName
-
getTravellerUser
-
getTravellerFullNiceName
-
setNewAmsterdamAssignee
-
setNewSydneyAssignee
-
setNewSanfranAssignee
-
setNewTravellerAssignee
-
submit
public void submit()
-