public class ViewDelegatedDirectoryDetailsPage extends ViewDirectory
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
configurationTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
connectorTabButton |
protected DirectoryDetails |
details |
protected com.atlassian.pageobjects.elements.PageElement |
id |
protected com.atlassian.pageobjects.elements.PageElement |
label |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
idQueryParam
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 |
---|
ViewDelegatedDirectoryDetailsPage() |
ViewDelegatedDirectoryDetailsPage(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
ViewDelegatedDirectoryDetailsPage |
details(Consumer<DirectoryDetails> detailsConsumer) |
DirectoryDetails |
getDetails() |
String |
getLabel() |
String |
getUrl() |
ViewDelegatedDirectoryConfigurationPage |
goToConfiguration() |
ViewDelegatedDirectoryConnectorPage |
goToConnector() |
ViewDelegatedDirectoryPermissionsPage |
goToPermissions() |
void |
init() |
ViewDelegatedDirectoryConfigurationPage |
submit() |
delete, getId
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement label
protected com.atlassian.pageobjects.elements.PageElement connectorTabButton
protected com.atlassian.pageobjects.elements.PageElement configurationTabButton
protected com.atlassian.pageobjects.elements.PageElement permissionsTabButton
protected com.atlassian.pageobjects.elements.PageElement submitButton
protected com.atlassian.pageobjects.elements.PageElement id
protected DirectoryDetails details
public ViewDelegatedDirectoryDetailsPage()
public ViewDelegatedDirectoryDetailsPage(String idQueryParam)
public void init()
public String getLabel()
public ViewDelegatedDirectoryConfigurationPage goToConfiguration()
public ViewDelegatedDirectoryPermissionsPage goToPermissions()
public ViewDelegatedDirectoryConnectorPage goToConnector()
public ViewDelegatedDirectoryConfigurationPage submit()
public ViewDelegatedDirectoryDetailsPage details(Consumer<DirectoryDetails> detailsConsumer)
public DirectoryDetails getDetails()
public String getUrl()
Copyright © 2021 Atlassian. All rights reserved.