Class ResultSummaryPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.plan.ResultSummaryPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElementFinderFields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, pageBinder, poller, testedProduct, timeouts -
Constructor Summary
ConstructorsConstructorDescriptionResultSummaryPage(PlanKey planKey) ResultSummaryPage(PlanKey planKey, int buildNumber) ResultSummaryPage(PlanResultKey planResultKey) ResultSummaryPage(TestBuildDetails plan, int buildNumber) ResultSummaryPage(String planKey, int buildNumber) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComment(String message) @NotNull List<CodeCommit> @NotNull List<CodeCommit> getCodeCommitsForUser(@NotNull String authorUserName) intcom.atlassian.pageobjects.elements.PageElementcom.atlassian.pageobjects.elements.PageElementgetRunFailedIncompleteJobsOnly(String resultKey) com.atlassian.pageobjects.elements.PageElementgetUrl()longgetWarningCount(WarningAnnotation.Severity severity) booleanhasJobResults(PlanKey jobKey, int buildNumber) com.atlassian.pageobjects.elements.PageElementThis must return an element whose presence indicates that we're on given page.voidrunBuild()startManualStage(com.atlassian.bamboo.specs.api.model.plan.StageProperties stage) voidvalidateLinkedIssuesCount(int expectedIssuesCount) waitForBuildToFinish(com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
Field Details
-
elementFinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
-
-
Constructor Details
-
ResultSummaryPage
-
ResultSummaryPage
-
ResultSummaryPage
-
ResultSummaryPage
-
ResultSummaryPage
-
-
Method Details
-
getUrl
-
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
-
runBuild
public void runBuild() -
runNextStage
-
rerunBuild
-
deleteResult
-
createIssue
-
createVersion
-
waitForBuildToFinish
-
waitForBuildToFinish
public ResultSummaryPage waitForBuildToFinish(com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) -
getPushedRevision
-
allSystemErrorMessages
-
allHostKeyVerificationErrorMessages
-
getIgnoredTestCount
public int getIgnoredTestCount() -
getBuildState
-
getCodeCommits
-
getCodeCommitsForUser
@NotNull public @NotNull List<CodeCommit> getCodeCommitsForUser(@NotNull @NotNull String authorUserName) -
getComments
-
addComment
-
startManualStage
public RunCustomisedDialog startManualStage(com.atlassian.bamboo.specs.api.model.plan.StageProperties stage) -
getTriggerReasonDescription
-
getResultTabsNames
-
getRelatedVersionsPanel
public com.atlassian.pageobjects.elements.PageElement getRelatedVersionsPanel() -
getStagesAndJobsSidebar
public com.atlassian.pageobjects.elements.PageElement getStagesAndJobsSidebar() -
getWarningCount
-
getNewJiraIssueKey
-
validateLinkedIssuesCount
public void validateLinkedIssuesCount(int expectedIssuesCount) -
getRunFailedIncompleteJobsOnly
public com.atlassian.pageobjects.elements.PageElement getRunFailedIncompleteJobsOnly(String resultKey) -
hasJobResults
-