public class

ViewProjectsPage

extends AbstractJiraPage
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.pages.AbstractJiraPage
     ↳ com.atlassian.jira.pageobjects.project.ViewProjectsPage

Class Overview

View Projects Page. Still minimal and needs to be filled in as time goes by =)

Summary

Nested Classes
class ViewProjectsPage.ProjectRow  
[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
ViewProjectsPage()
Public Methods
boolean canCreateProject()
ViewProjectsPage.ProjectRow findProject(String key)
Iterable<ViewProjectsPage.ProjectRow> getProjectRows()
String getUrl()
boolean hasProjects()
TimedCondition isAt()
Timed condition checking if we're at given page.
boolean isRowPresent(String projectName)
AddProjectWizardProjectTypeSelection openCreateProjectDialog()
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Public Constructors

public ViewProjectsPage ()

Public Methods

public boolean canCreateProject ()

public ViewProjectsPage.ProjectRow findProject (String key)

public Iterable<ViewProjectsPage.ProjectRow> getProjectRows ()

public String getUrl ()

public boolean hasProjects ()

public TimedCondition isAt ()

Timed condition checking if we're at given page.

Returns
  • timed condition checking, if the test is at given page

public boolean isRowPresent (String projectName)

public AddProjectWizardProjectTypeSelection openCreateProjectDialog ()