Class ViewSynchronizableDirectory<T extends ViewSynchronizableDirectory>

All Implemented Interfaces:
CrowdPage, com.atlassian.pageobjects.Page
Direct Known Subclasses:
ViewAzureAdPage, ViewConnectorDirectoryDetailsPage, ViewRemoteCrowdDetailsPage

public abstract class ViewSynchronizableDirectory<T extends ViewSynchronizableDirectory> extends ViewDirectory
  • Field Details

    • lastSyncLabel

      protected com.atlassian.pageobjects.elements.PageElement lastSyncLabel
    • startTime

      protected com.atlassian.pageobjects.elements.PageElement startTime
    • duration

      protected com.atlassian.pageobjects.elements.PageElement duration
    • nodeId

      protected com.atlassian.pageobjects.elements.PageElement nodeId
    • nodeName

      protected com.atlassian.pageobjects.elements.PageElement nodeName
    • activeSyncLabel

      protected com.atlassian.pageobjects.elements.PageElement activeSyncLabel
    • synchroniseButton

      protected com.atlassian.pageobjects.elements.PageElement synchroniseButton
    • incSyncErrorExpander

      protected com.atlassian.pageobjects.elements.PageElement incSyncErrorExpander
    • incSyncErrorExpandingButton

      protected com.atlassian.pageobjects.elements.PageElement incSyncErrorExpandingButton
    • fullSyncErrorExpander

      protected com.atlassian.pageobjects.elements.PageElement fullSyncErrorExpander
    • fullSyncErrorExpandingButton

      protected com.atlassian.pageobjects.elements.PageElement fullSyncErrorExpandingButton
    • status

      protected com.atlassian.pageobjects.elements.PageElement status
  • Constructor Details

    • ViewSynchronizableDirectory

      public ViewSynchronizableDirectory()
    • ViewSynchronizableDirectory

      public ViewSynchronizableDirectory(String idQueryParam)
  • Method Details

    • isSynchronising

      public boolean isSynchronising()
    • isSynchronisationUnavailable

      public boolean isSynchronisationUnavailable()
    • isStartTimePresent

      public boolean isStartTimePresent()
    • isDurationPresent

      public boolean isDurationPresent()
    • getNodeId

      public String getNodeId()
    • getNodeName

      public String getNodeName()
    • isIncSyncErrorPresent

      public boolean isIncSyncErrorPresent()
    • isFullSyncErrorPresent

      public boolean isFullSyncErrorPresent()
    • synchronizeAndWait

      public T synchronizeAndWait(Duration timeout)
      Parameters:
      timeout - timeout in ms
    • isSyncSuccessful

      public boolean isSyncSuccessful()