public class ResultSummaryPage extends AbstractBambooPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
driver, pageBinder, poller, testedProduct
Constructor and Description |
---|
ResultSummaryPage(PlanKey planKey) |
ResultSummaryPage(PlanKey planKey,
int buildNumber) |
ResultSummaryPage(PlanResultKey planResultKey) |
ResultSummaryPage(String planKey,
int buildNumber) |
ResultSummaryPage(TestBuildDetails plan,
int buildNumber) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
@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 CreateIssueComponent 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 List<CodeCommit> getCodeCommits()
@NotNull public List<CodeCommit> getCodeCommitsForUser(@NotNull String authorUserName)
public List<ResultComment> getComments()
public void addComment(String message)
public RunCustomisedDialog startManualStage(TestStageDetails stage)
public String getTriggerReasonDescription()
public com.atlassian.pageobjects.elements.PageElement getRelatedVersionsPanel()
public com.atlassian.pageobjects.elements.PageElement getStagesAndJobsSidebar()
public long getWarningCount(WarningAnnotation.Severity severity)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.