public class ViewGroupPage extends AbstractCrowdPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.CheckboxElement |
active |
protected com.atlassian.pageobjects.elements.PageElement |
auiMessageContainer |
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 com.atlassian.pageobjects.elements.PageElement |
nestedMembersTab |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
protected String |
url |
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, 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) |
ViewGroupPage |
submit() |
ViewGroupMembersWithNestedGroupsEnabledPage |
toDirectMembers() |
ViewGroupAdministrationPage |
toGroupAdministration() |
ViewGroupMembersPage |
toGroupMembers() |
ViewGroupNestedMembers |
toNestedMembers() |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, 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 nestedMembersTab
protected com.atlassian.pageobjects.elements.PageElement groupAdministrationTab
protected com.atlassian.pageobjects.elements.PageElement submitButton
protected com.atlassian.pageobjects.elements.PageElement auiMessageContainer
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 ViewGroupAdministrationPage toGroupAdministration()
public ViewGroupMembersPage toGroupMembers()
public ViewGroupMembersWithNestedGroupsEnabledPage toDirectMembers()
public ViewGroupNestedMembers toNestedMembers()
public ViewGroupPage submit()
Copyright © 2021 Atlassian. All rights reserved.