public class CreateVersionPage extends AbstractBambooPage implements GlobalPage
driver, elementFinder, pageBinder, 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, getHeader, isAdmin, isLoggedIn, isPageLoadedpublic CreateVersionPage withVersionName(String versionName)
public ViewVersionPage save()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic String globalLinkId()
GlobalPageglobalLinkId in interface GlobalPagepublic String getUrl()
getUrl in interface com.atlassian.pageobjects.Pagepublic 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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.