public class CreateRemoteCrowdPage extends AbstractCrowdPage
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElement |
connectionTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
detailsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_FORM_FIELD_SELECTOR, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE| Constructor and Description |
|---|
CreateRemoteCrowdPage() |
| Modifier and Type | Method and Description |
|---|---|
CreateRemoteCrowdPage |
connection(Consumer<CreateRemoteCrowdConnectionTab> connectionConsumer) |
CreateRemoteCrowdPage |
details(Consumer<CreateRemoteCrowdDetailsTab> detailsConsumer) |
CreateRemoteCrowdConnectionTab |
getConnection() |
CreateRemoteCrowdDetailsTab |
getDetails() |
CreateRemoteCrowdPermissionsTab |
getPermissions() |
String |
getUrl() |
CreateRemoteCrowdPage |
permissions(Consumer<CreateRemoteCrowdPermissionsTab> permissionsConsumer) |
ViewRemoteCrowdDetailsPage |
submit() |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isContentLoaded, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoadprotected com.atlassian.pageobjects.elements.PageElement detailsTabButton
protected com.atlassian.pageobjects.elements.PageElement connectionTabButton
protected com.atlassian.pageobjects.elements.PageElement permissionsTabButton
protected com.atlassian.pageobjects.elements.PageElement submitButton
public CreateRemoteCrowdPage details(Consumer<CreateRemoteCrowdDetailsTab> detailsConsumer)
public CreateRemoteCrowdPage connection(Consumer<CreateRemoteCrowdConnectionTab> connectionConsumer)
public CreateRemoteCrowdPage permissions(Consumer<CreateRemoteCrowdPermissionsTab> permissionsConsumer)
public CreateRemoteCrowdDetailsTab getDetails()
public CreateRemoteCrowdConnectionTab getConnection()
public CreateRemoteCrowdPermissionsTab getPermissions()
public ViewRemoteCrowdDetailsPage submit()
public String getUrl()
Copyright © 2023 Atlassian. All rights reserved.