Class ViewEphemeralAgentPodContainerLogsPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
-
- com.atlassian.bamboo.pageobjects.pages.admin.agent.ViewEphemeralAgentPodContainerLogsPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class ViewEphemeralAgentPodContainerLogsPage extends AbstractBambooAdminPage
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description ViewEphemeralAgentPodContainerLogsPage(String podName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
getEphemeralLogsContainer()
com.atlassian.pageobjects.elements.SelectElement
getLogSizeSelect()
String
getUrl()
com.atlassian.pageobjects.elements.PageElement
indicator()
This must return an element whose presence indicates that we're on given page.boolean
logsNotRefreshed()
void
refreshLogsManually()
void
refreshLogsManuallyAndWaitUntilAnyLogPresent()
void
selectAutomaticLogsRefresh()
void
selectManualLogsRefresh()
void
spamRefreshUntilNewDataInLogs()
void
waitForLogs()
void
waitUntilLogsRefreshed()
void
waitUntilLogsSizeAtLeast(int lines)
void
waitUntilLogsSizeAtLeastWithAdditionalRefresh(int lines)
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
getStateBanner
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-
-
-
Constructor Detail
-
ViewEphemeralAgentPodContainerLogsPage
public ViewEphemeralAgentPodContainerLogsPage(String podName)
-
-
Method Detail
-
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 classAbstractBambooPage
- 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()
-
-