Class ViewEphemeralAgentsPodsPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
com.atlassian.bamboo.pageobjects.pages.admin.agent.ViewEphemeralAgentsPodsPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clickPodShutDownLink
(String buildId) com.atlassian.pageobjects.elements.PageElement
getAgentDetailsLink
(String buildId) com.atlassian.pageobjects.elements.PageElement
getAgentStatusTd
(String buildId) org.openqa.selenium.By
getLocator
(ViewEphemeralAgentsPodsPage.TableElement element, String buildId) getLogs()
com.atlassian.pageobjects.elements.PageElement
getPodLink
(String buildId) com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
getTableElementForBuild
(ViewEphemeralAgentsPodsPage.TableElement element, String buildId) com.atlassian.pageobjects.elements.PageElement
getTemplateLink
(String buildId) getUrl()
com.atlassian.pageobjects.elements.PageElement
This must return an element whose presence indicates that we're on given page.void
verifyPodVisibilityOnThePage
(String buildId, boolean shouldBeVisible) void
waitForTheAgent
(String buildId) void
waitForTheAgentBuilding
(String buildId) void
waitUntilMessageInLogs
(String message) void
waitUntilPodStatusIs
(String buildId, PodPhase podPhase) void
waitUntilPodStatusIs
(String buildId, PodPhase podPhase, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts) Methods inherited from class com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
doWait, getStateBanner
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
Constructor Details
-
ViewEphemeralAgentsPodsPage
public ViewEphemeralAgentsPodsPage()
-
-
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 classAbstractBambooPage
- Returns:
- element uniquely identifying given page
-
getUrl
-
getTableElementForBuild
public com.atlassian.pageobjects.elements.PageElement getTableElementForBuild(ViewEphemeralAgentsPodsPage.TableElement element, String buildId) -
getLocator
public org.openqa.selenium.By getLocator(ViewEphemeralAgentsPodsPage.TableElement element, String buildId) -
getPodLink
-
getPodRow
-
getAgentDetailsLink
-
getTemplateLink
-
getAgentStatusTd
-
getLogs
-
waitUntilMessageInLogs
-
verifyPodVisibilityOnThePage
-
waitUntilPodStatusIs
-
waitUntilPodStatusIs
-
waitForTheAgent
-
waitForTheAgentBuilding
-
clickPodShutDownLink
-