Class ViewProjectsPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.AbstractJiraAdminPage
com.atlassian.jira.pageobjects.pages.admin.ViewProjectsPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Projects page in the admin section.
- Since:
- v4.4
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.Page
changeProjectType
(long projectId) Deprecated.since v7.2 There is no longer a change project type action in the view projects.getProject
(String projectName) 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) linkId()
ID of the link in the admin menu.Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
ViewProjectsPage
public ViewProjectsPage()
-
-
Method Details
-
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPage
Timed condition checking if we're at given page.- Specified by:
isAt
in classAbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
-
getUrl
-
linkId
Description copied from class:AbstractJiraAdminPage
ID of the link in the admin menu.- Specified by:
linkId
in classAbstractJiraAdminPage
- Returns:
- ID of the link to this page
-
changeProjectType
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. -
hasChangeProjectTypeLink
public boolean hasChangeProjectTypeLink(long projectId) Deprecated.since v7.2 There is no longer a change project type action in the view projects. -
addProject
public com.atlassian.pageobjects.Page addProject() -
getProjects
-
isProjectPresent
-
getProject
-