public class CreateVersionPage extends AbstractBambooPage implements GlobalPage
driver, elementFinder, pageBinder, poller, testedProduct
Constructor and Description |
---|
CreateVersionPage() |
Modifier and Type | Method and Description |
---|---|
Iterable<PlanResultKey> |
allBuildResultKeys() |
Iterable<CreateVersionBuildResultElement> |
allBuildResults() |
CreateVersionPage |
assertUsesCustomBuildResult(int buildNumber) |
CreateVersionPage |
assertUsesRecentBuildResult(int buildNumber) |
boolean |
canSelectBranch() |
int |
getCommitsCount() |
int |
getIssuesCount() |
String |
getLastVersionName() |
String |
getUrl() |
String |
getVersionName() |
String |
globalLinkId()
ID of the link in the main navigation menu.
|
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
ViewVersionPage |
save() |
CreateVersionPage |
withVersionName(String versionName) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
public CreateVersionPage withVersionName(String versionName)
public ViewVersionPage save()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String globalLinkId()
GlobalPage
globalLinkId
in interface GlobalPage
public String getUrl()
getUrl
in interface com.atlassian.pageobjects.Page
public Iterable<CreateVersionBuildResultElement> allBuildResults()
public Iterable<PlanResultKey> allBuildResultKeys()
public CreateVersionPage assertUsesCustomBuildResult(int buildNumber)
public CreateVersionPage assertUsesRecentBuildResult(int buildNumber)
public String getVersionName()
public String getLastVersionName()
public int getIssuesCount()
public int getCommitsCount()
public boolean canSelectBranch()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.