public class ViewGroupPage extends AbstractCrowdPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.CheckboxElement |
active |
protected com.atlassian.pageobjects.elements.PageElement |
description |
protected Long |
directoryId |
protected com.atlassian.pageobjects.elements.PageElement |
groupAdministrationTab |
protected com.atlassian.pageobjects.elements.PageElement |
groupMembersTab |
protected String |
groupName |
protected String |
url |
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE
Constructor and Description |
---|
ViewGroupPage() |
ViewGroupPage(Long directoryId,
String groupName) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getUrl() |
boolean |
isActive() |
boolean |
isGroupAdministrationAllowed() |
ViewGroupPage |
setActive(boolean value) |
ViewGroupPage |
setDescription(String value) |
void |
setUrl(String url) |
ViewGroupMembersPage |
toGroupMembers() |
getAuiMessages, getHeader, getReactMessage, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilContentLoaded, waitUntilPageLoad
protected String url
protected final Long directoryId
protected final String groupName
protected com.atlassian.pageobjects.elements.PageElement description
protected com.atlassian.pageobjects.elements.CheckboxElement active
protected com.atlassian.pageobjects.elements.PageElement groupMembersTab
protected com.atlassian.pageobjects.elements.PageElement groupAdministrationTab
public String getDescription()
public ViewGroupPage setDescription(String value)
public boolean isActive()
public ViewGroupPage setActive(boolean value)
public String getUrl()
public void setUrl(String url)
public boolean isGroupAdministrationAllowed()
public ViewGroupMembersPage toGroupMembers()
Copyright © 2020 Atlassian. All rights reserved.