public class ViewProjectsPage extends AbstractJiraAdminPage
body, driver, elementFinder, metaElement, pageBinder, timeouts| Constructor and Description |
|---|
ViewProjectsPage() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.Page |
addProject() |
ChangeProjectTypeDialog |
changeProjectType(long projectId)
Deprecated.
since v7.2 There is no longer a change project type action in the view projects. You can do this
by going to the edit project page. Or clicking edit for this project on the view projects page.
|
ProjectRow |
getProject(String projectName) |
List<ProjectRow> |
getProjects() |
String |
getUrl() |
boolean |
hasChangeProjectTypeLink(long projectId)
Deprecated.
since v7.2 There is no longer a change project type action in the view projects.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
boolean |
isProjectPresent(String projectName) |
String |
linkId()
ID of the link in the admin menu.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInpublic com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic String getUrl()
public String linkId()
AbstractJiraAdminPagelinkId in class AbstractJiraAdminPagepublic ChangeProjectTypeDialog changeProjectType(long projectId)
public boolean hasChangeProjectTypeLink(long projectId)
public com.atlassian.pageobjects.Page addProject()
public List<ProjectRow> getProjects()
public boolean isProjectPresent(String projectName)
public ProjectRow getProject(String projectName)
Copyright © 2002-2018 Atlassian. All Rights Reserved.