com.atlassian.jira.pageobjects.pages.project
Class BrowseProjectsPage

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.AbstractJiraPage
      extended by com.atlassian.jira.pageobjects.pages.project.BrowseProjectsPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class BrowseProjectsPage
extends AbstractJiraPage

Browse projects page implementation.

Since:
v6.3

Field Summary
static String ALL
           
 
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, footerElement, metaElement, pageBinder, timeouts
 
Constructor Summary
BrowseProjectsPage(String selectedCategory)
           
 
Method Summary
 List<String> getProjectKeys()
           
 String getUrl()
           
 boolean isAllowed()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isAt()
          Timed condition checking if we're at given page.
 boolean isForbidden()
           
 
Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, createXsrfUrl, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final String ALL
See Also:
Constant Field Values
Constructor Detail

BrowseProjectsPage

public BrowseProjectsPage(String selectedCategory)
Method Detail

getUrl

public String getUrl()

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

isAllowed

public boolean isAllowed()

isForbidden

public boolean isForbidden()

getProjectKeys

public List<String> getProjectKeys()


Copyright © 2002-2014 Atlassian. All Rights Reserved.