public class

BrowseProjectsPage

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

Class Overview

Browse projects page implementation.

Summary

Constants
String ALL
[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
BrowseProjectsPage()
BrowseProjectsPage(String selectedCategory)
Public Methods
List<String> getProjectKeys()
String getUrl()
boolean isAllowed()
TimedCondition isAt()
Timed condition checking if we're at given page.
boolean isForbidden()
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Constants

public static final String ALL

Constant Value: "all"

Public Constructors

public BrowseProjectsPage ()

public BrowseProjectsPage (String selectedCategory)

Public Methods

public List<String> getProjectKeys ()

public String getUrl ()

public boolean isAllowed ()

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 isForbidden ()