public class ProjectSummaryPage extends AbstractBambooPage
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
driver, pageBinder, testedProduct| Constructor and Description |
|---|
ProjectSummaryPage(ProjectDescriptor project) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeName(String newName) |
com.atlassian.pageobjects.elements.PageElement |
changeNameWithError(String newName) |
String |
getName() |
PlanElement |
getPlanByKey(PlanKey planKey) |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
doWait, ensureIndicatorPresent, getHeader, isAdmin, isLoggedIn, isPageLoaded@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
public ProjectSummaryPage(ProjectDescriptor project)
public String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic void changeName(String newName)
public com.atlassian.pageobjects.elements.PageElement changeNameWithError(String newName)
public String getName()
public PlanElement getPlanByKey(PlanKey planKey)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.