public class ResultSummaryPage extends AbstractBambooPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
driver, pageBinder, 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) |
Modifier and Type | Method and Description |
---|---|
void |
addComment(String message) |
Iterable<HostVerificationErrorMessageElement> |
allHostKeyVerificationErrorMessages() |
Iterable<SystemErrorMessageElement> |
allSystemErrorMessages() |
CreateIssueComponent |
createIssue() |
CreateVersionPage |
createVersion() |
PlanHistoryPage |
deleteResult() |
BuildState |
getBuildState() |
List<CodeCommit> |
getCodeCommits() |
List<CodeCommit> |
getCodeCommitsForUser(String authorUserName) |
List<ResultComment> |
getComments() |
int |
getIgnoredTestCount() |
String |
getPushedRevision() |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
RunCustomisedDialog |
startManualStage(TestStageDetails stage) |
ResultSummaryPage |
waitForBuildToFinish() |
ResultSummaryPage |
waitForBuildToFinish(com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded
@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 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)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.