Class ViewProjectsPage

All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ViewProjectsPage extends AbstractJiraAdminPage
Projects page in the admin section.
Since:
v4.4
  • 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 class AbstractJiraPage
      Returns:
      timed condition checking, if the test is at given page
    • getUrl

      public String getUrl()
    • linkId

      public String linkId()
      Description copied from class: AbstractJiraAdminPage
      ID of the link in the admin menu.
      Specified by:
      linkId in class AbstractJiraAdminPage
      Returns:
      ID of the link to this page
    • changeProjectType

      public 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.
    • 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

      public List<ProjectRow> getProjects()
    • isProjectPresent

      public boolean isProjectPresent(String projectName)
    • getProject

      public ProjectRow getProject(String projectName)