public class EditProjectDetailsPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
Constructor and Description |
---|
EditProjectDetailsPage(String projectKey) |
Modifier and Type | Method and 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) |
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
public EditProjectDetailsPage(String projectKey)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public String getName()
public EditProjectDetailsPage withName(String name)
public String getDescription()
public EditProjectDetailsPage withDescription(String description)
public EditProjectDetailsPage saveExpectingErrors()
public EditProjectDetailsPage saveExpectingSuccess()
public ProjectSummaryPage cancel()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.