Class EphemeralJobResultSummaryPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.plan.JobResultSummaryPage
-
- com.atlassian.bamboo.pageobjects.pages.plan.result.EphemeralJobResultSummaryPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class EphemeralJobResultSummaryPage extends JobResultSummaryPage
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description EphemeralJobResultSummaryPage(PlanResultKey jobResultKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTemplateId()
com.atlassian.pageobjects.elements.PageElement
getTemplateLink()
String
getTemplateName()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.plan.JobResultSummaryPage
getBuildDurationTooltipHtml, getBuildLogTable, getUrl, indicator, waitForBuildLogTablePresent, waitForFirstBuildLogs, waitUntilEphemeralTemplateIsFound
-
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
-
EphemeralJobResultSummaryPage
public EphemeralJobResultSummaryPage(PlanResultKey jobResultKey)
-
-
Method Detail
-
getTemplateLink
public com.atlassian.pageobjects.elements.PageElement getTemplateLink()
-
getTemplateId
public long getTemplateId()
-
getTemplateName
public String getTemplateName()
-
-