Class EditProjectDetailsPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.project.admin.EditProjectDetailsPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class EditProjectDetailsPage 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 EditProjectDetailsPage(String projectKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectSummaryPage
cancel()
String
getDescription()
List<String>
getErrorMessages()
String
getName()
List<String>
getSuccessMessages()
String
getUrl()
com.atlassian.pageobjects.elements.PageElement
indicator()
This must return an element whose presence indicates that we're on given page.EditProjectDetailsPage
saveExpectingErrors()
EditProjectDetailsPage
saveExpectingSuccess()
EditProjectDetailsPage
withDescription(String description)
EditProjectDetailsPage
withName(String name)
-
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
-
EditProjectDetailsPage
public EditProjectDetailsPage(String projectKey)
-
-
Method Detail
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()
Description copied from class:AbstractBambooPage
This must return an element whose presence indicates that we're on given page.- Specified by:
indicator
in classAbstractBambooPage
- Returns:
- element uniquely identifying given page
-
getUrl
public String getUrl()
-
getName
public String getName()
-
withName
public EditProjectDetailsPage withName(String name)
-
getDescription
public String getDescription()
-
withDescription
public EditProjectDetailsPage withDescription(String description)
-
saveExpectingErrors
public EditProjectDetailsPage saveExpectingErrors()
-
saveExpectingSuccess
public EditProjectDetailsPage saveExpectingSuccess()
-
cancel
public ProjectSummaryPage cancel()
-
-