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
Nested Classes -
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclickPodShutDownLink(String buildId) com.atlassian.pageobjects.elements.PageElementgetAgentDetailsLink(String buildId) com.atlassian.pageobjects.elements.PageElementgetAgentStatusTd(String buildId) org.openqa.selenium.BygetLocator(ViewEphemeralAgentsPodsPage.TableElement element, String buildId) getLogs()com.atlassian.pageobjects.elements.PageElementgetPodLink(String buildId) com.atlassian.pageobjects.elements.PageElementcom.atlassian.pageobjects.elements.PageElementgetTableElementForBuild(ViewEphemeralAgentsPodsPage.TableElement element, String buildId) com.atlassian.pageobjects.elements.PageElementgetTemplateLink(String buildId) getUrl()com.atlassian.pageobjects.elements.PageElementThis must return an element whose presence indicates that we're on given page.voidverifyPodVisibilityOnThePage(String buildId, boolean shouldBeVisible) voidwaitForTheAgent(String buildId) voidwaitForTheAgentBuilding(String buildId) voidwaitUntilMessageInLogs(String message) voidwaitUntilPodStatusIs(String buildId, PodPhase podPhase) voidwaitUntilPodStatusIs(String buildId, PodPhase podPhase, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts) Methods inherited from class com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
doWait, getStateBannerMethods 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:AbstractBambooPageThis must return an element whose presence indicates that we're on given page.- Specified by:
indicatorin 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
-