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, isLoggedIn
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
public String linkId()
AbstractJiraAdminPage
linkId
in class AbstractJiraAdminPage
public 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-2016 Atlassian. All Rights Reserved.