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 |
duration |
protected com.atlassian.pageobjects.elements.PageElement |
fullSyncErrorExpander |
protected com.atlassian.pageobjects.elements.PageElement |
fullSyncErrorExpandingButton |
protected com.atlassian.pageobjects.elements.PageElement |
incSyncErrorExpander |
protected com.atlassian.pageobjects.elements.PageElement |
incSyncErrorExpandingButton |
protected com.atlassian.pageobjects.elements.PageElement |
lastSyncLabel |
protected com.atlassian.pageobjects.elements.PageElement |
nodeId |
protected com.atlassian.pageobjects.elements.PageElement |
nodeName |
protected com.atlassian.pageobjects.elements.PageElement |
startTime |
protected com.atlassian.pageobjects.elements.PageElement |
status |
protected com.atlassian.pageobjects.elements.PageElement |
synchroniseButton |
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 |
---|
ViewSynchronizableDirectory() |
ViewSynchronizableDirectory(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
String |
getNodeId() |
String |
getNodeName() |
boolean |
isDurationPresent() |
boolean |
isFullSyncErrorPresent() |
boolean |
isIncSyncErrorPresent() |
boolean |
isStartTimePresent() |
boolean |
isSynchronisationUnavailable() |
boolean |
isSynchronising() |
boolean |
isSyncSuccessful() |
T |
synchronizeAndWait(Duration timeout) |
delete, getId
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement lastSyncLabel
protected com.atlassian.pageobjects.elements.PageElement startTime
protected com.atlassian.pageobjects.elements.PageElement duration
protected com.atlassian.pageobjects.elements.PageElement nodeId
protected com.atlassian.pageobjects.elements.PageElement nodeName
protected com.atlassian.pageobjects.elements.PageElement activeSyncLabel
protected com.atlassian.pageobjects.elements.PageElement synchroniseButton
protected com.atlassian.pageobjects.elements.PageElement incSyncErrorExpander
protected com.atlassian.pageobjects.elements.PageElement incSyncErrorExpandingButton
protected com.atlassian.pageobjects.elements.PageElement fullSyncErrorExpander
protected com.atlassian.pageobjects.elements.PageElement fullSyncErrorExpandingButton
protected com.atlassian.pageobjects.elements.PageElement status
public ViewSynchronizableDirectory()
public ViewSynchronizableDirectory(String idQueryParam)
public boolean isSynchronising()
public boolean isSynchronisationUnavailable()
public boolean isStartTimePresent()
public boolean isDurationPresent()
public String getNodeId()
public String getNodeName()
public boolean isIncSyncErrorPresent()
public boolean isFullSyncErrorPresent()
public T synchronizeAndWait(Duration timeout)
timeout
- timeout in mspublic boolean isSyncSuccessful()
Copyright © 2021 Atlassian. All rights reserved.