Class ProjectSummaryPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.project.ProjectSummaryPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class ProjectSummaryPage extends AbstractBambooPage
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description ProjectSummaryPage(ProjectDescriptor project)ProjectSummaryPage(String projectKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEditProjectSettings()EditProjectDetailsPageeditProjectSettings()StringgetDescription()StringgetName()PlanElementgetPlanByKey(PlanKey planKey)StringgetUrl()voidhoverAvatar()com.atlassian.pageobjects.elements.PageElementindicator()This must return an element whose presence indicates that we're on given page.-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-
-
-
Constructor Detail
-
ProjectSummaryPage
public ProjectSummaryPage(ProjectDescriptor project)
-
ProjectSummaryPage
public ProjectSummaryPage(String projectKey)
-
-
Method Detail
-
getUrl
public String getUrl()
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()
Description copied from class:AbstractBambooPageThis must return an element whose presence indicates that we're on given page.- Specified by:
indicatorin classAbstractBambooPage- Returns:
- element uniquely identifying given page
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getPlanByKey
public PlanElement getPlanByKey(PlanKey planKey)
-
hoverAvatar
public void hoverAvatar()
-
canEditProjectSettings
public boolean canEditProjectSettings()
-
editProjectSettings
public EditProjectDetailsPage editProjectSettings()
-
-