public abstract class ViewSynchronizableDirectory<T extends ViewSynchronizableDirectory> extends ViewDirectory
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElement |
activeSyncLabel |
protected com.atlassian.pageobjects.elements.PageElement |
lastSyncLabel |
protected com.atlassian.pageobjects.elements.PageElement |
status |
protected com.atlassian.pageobjects.elements.PageElement |
synchroniseButton |
idQueryParamauiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE| Constructor and Description |
|---|
ViewSynchronizableDirectory() |
ViewSynchronizableDirectory(String idQueryParam) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSynchronisationUnavailable() |
boolean |
isSynchroniseButtonVisible() |
boolean |
isSynchronising() |
boolean |
notYetSynchronised() |
T |
synchronize() |
delete, getIdgetAuiMessages, getHeader, getReactMessage, isSystemAdminMenuPresent, setTextField, waitUntilContentLoad, waitUntilPageLoadprotected com.atlassian.pageobjects.elements.PageElement lastSyncLabel
protected com.atlassian.pageobjects.elements.PageElement activeSyncLabel
protected com.atlassian.pageobjects.elements.PageElement synchroniseButton
protected com.atlassian.pageobjects.elements.PageElement status
public ViewSynchronizableDirectory()
public ViewSynchronizableDirectory(String idQueryParam)
public T synchronize()
public boolean isSynchroniseButtonVisible()
public boolean isSynchronising()
public boolean notYetSynchronised()
public boolean isSynchronisationUnavailable()
Copyright © 2019 Atlassian. All rights reserved.