public class ViewDefaultProjectRoleActorsPage extends AbstractJiraPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
rowsContainer |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
ViewDefaultProjectRoleActorsPage(String pageId) |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
editActors(Class<T> classType,
String linkId) |
GroupRoleActorActionPage |
editGroupActors() |
UserRoleActorActionPage |
editUserActors() |
Iterable<String> |
getDefaultGroupRoleActors() |
com.atlassian.pageobjects.elements.PageElement |
getDefaultGroupRoleActorsElement() |
Iterable<String> |
getDefaultUserRoleActors() |
com.atlassian.pageobjects.elements.PageElement |
getDefaultUserRoleActorsElement() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public ViewDefaultProjectRoleActorsPage(String pageId)
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
public UserRoleActorActionPage editUserActors()
public GroupRoleActorActionPage editGroupActors()
public com.atlassian.pageobjects.elements.PageElement getDefaultUserRoleActorsElement()
public com.atlassian.pageobjects.elements.PageElement getDefaultGroupRoleActorsElement()
Copyright © 2002-2024 Atlassian. All Rights Reserved.