Class ViewEphemeralAgentPodContainerLogsPage

All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ViewEphemeralAgentPodContainerLogsPage extends AbstractBambooAdminPage
  • Constructor Details

    • ViewEphemeralAgentPodContainerLogsPage

      public ViewEphemeralAgentPodContainerLogsPage(String podName)
  • Method Details

    • indicator

      public com.atlassian.pageobjects.elements.PageElement indicator()
      Description copied from class: AbstractBambooPage
      This must return an element whose presence indicates that we're on given page.
      Specified by:
      indicator in class AbstractBambooPage
      Returns:
      element uniquely identifying given page
    • getUrl

      public String getUrl()
    • getEphemeralLogsContainer

      public com.atlassian.pageobjects.elements.PageElement getEphemeralLogsContainer()
    • getLogSizeSelect

      public com.atlassian.pageobjects.elements.SelectElement getLogSizeSelect()
    • selectManualLogsRefresh

      public void selectManualLogsRefresh()
    • selectAutomaticLogsRefresh

      public void selectAutomaticLogsRefresh()
    • refreshLogsManually

      public void refreshLogsManually()
    • refreshLogsManuallyAndWaitUntilAnyLogPresent

      public void refreshLogsManuallyAndWaitUntilAnyLogPresent()
    • spamRefreshUntilNewDataInLogs

      public void spamRefreshUntilNewDataInLogs()
    • waitForLogs

      public void waitForLogs()
    • waitUntilLogsSizeAtLeast

      public void waitUntilLogsSizeAtLeast(int lines)
    • waitUntilLogsSizeAtLeastWithAdditionalRefresh

      public void waitUntilLogsSizeAtLeastWithAdditionalRefresh(int lines)
    • waitUntilLogsRefreshed

      public void waitUntilLogsRefreshed()
    • logsNotRefreshed

      public boolean logsNotRefreshed()