public class ViewRemoteCrowdDetailsPage extends ViewSynchronizableDirectory<ViewRemoteCrowdDetailsPage>
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
connectionTabButton |
protected RemoteCrowdDetails |
details |
protected com.atlassian.pageobjects.elements.PageElement |
label |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
activeSyncLabel, lastSyncLabel, status, synchroniseButton
idQueryParam
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 |
---|
ViewRemoteCrowdDetailsPage() |
ViewRemoteCrowdDetailsPage(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
ViewRemoteCrowdDetailsPage |
details(Consumer<RemoteCrowdDetails> detailsConsumer) |
RemoteCrowdDetails |
getDetails() |
String |
getLabel() |
String |
getUrl() |
ViewRemoteCrowdConnectionPage |
goToConnection() |
ViewRemoteCrowdPermissionsPage |
goToPermissions() |
void |
init() |
ViewRemoteCrowdDetailsPage |
submit() |
isSynchronisationUnavailable, isSynchroniseButtonVisible, isSynchronising, notYetSynchronised, synchronize
delete, getId
getAuiMessages, getHeader, getReactMessage, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement connectionTabButton
protected com.atlassian.pageobjects.elements.PageElement permissionsTabButton
protected com.atlassian.pageobjects.elements.PageElement label
protected com.atlassian.pageobjects.elements.PageElement submitButton
protected RemoteCrowdDetails details
public ViewRemoteCrowdDetailsPage()
public ViewRemoteCrowdDetailsPage(String idQueryParam)
public void init()
public ViewRemoteCrowdConnectionPage goToConnection()
public ViewRemoteCrowdPermissionsPage goToPermissions()
public ViewRemoteCrowdDetailsPage details(Consumer<RemoteCrowdDetails> detailsConsumer)
public RemoteCrowdDetails getDetails()
public String getLabel()
public ViewRemoteCrowdDetailsPage submit()
public String getUrl()
Copyright © 2020 Atlassian. All rights reserved.