public class ResultSummaryPage extends AbstractBambooPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
driver, pageBinder, poller, testedProduct, timeouts
Constructor and Description |
---|
ResultSummaryPage(PlanKey planKey) |
ResultSummaryPage(PlanKey planKey,
int buildNumber) |
ResultSummaryPage(PlanResultKey planResultKey) |
ResultSummaryPage(String planKey,
int buildNumber) |
ResultSummaryPage(TestBuildDetails plan,
int buildNumber) |
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
public ResultSummaryPage(TestBuildDetails plan, int buildNumber)
public ResultSummaryPage(PlanKey planKey, int buildNumber)
public ResultSummaryPage(PlanKey planKey)
public ResultSummaryPage(String planKey, int buildNumber)
public ResultSummaryPage(PlanResultKey planResultKey)
public String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public RunCustomisedDialog runNextStage()
public RunCustomisedDialog rerunBuild()
public PlanHistoryPage deleteResult()
public CreateIssueDialog createIssue()
public CreateVersionPage createVersion()
public ResultSummaryPage waitForBuildToFinish()
public ResultSummaryPage waitForBuildToFinish(com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
public String getPushedRevision()
public Iterable<SystemErrorMessageElement> allSystemErrorMessages()
public Iterable<HostVerificationErrorMessageElement> allHostKeyVerificationErrorMessages()
public int getIgnoredTestCount()
public BuildState getBuildState()
@NotNull public @NotNull List<CodeCommit> getCodeCommits()
@NotNull public @NotNull List<CodeCommit> getCodeCommitsForUser(@NotNull @NotNull String authorUserName)
public List<ResultComment> getComments()
public void addComment(String message)
public RunCustomisedDialog startManualStage(com.atlassian.bamboo.specs.api.model.plan.StageProperties stage)
public String getTriggerReasonDescription()
public com.atlassian.pageobjects.elements.PageElement getRelatedVersionsPanel()
public com.atlassian.pageobjects.elements.PageElement getStagesAndJobsSidebar()
public long getWarningCount(WarningAnnotation.Severity severity)
public String getNewJiraIssueKey()
public void validateLinkedIssuesCount(int expectedIssuesCount)
public com.atlassian.pageobjects.elements.PageElement getRunFailedIncompleteJobsOnly(String resultKey)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.