com.atlassian.studio.haup.pageobjects
Class AddUserResultWithErrorPage

java.lang.Object
  extended by com.atlassian.studio.haup.pageobjects.AbstractHaupPage
      extended by com.atlassian.studio.haup.pageobjects.AddUserResultWithErrorPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class AddUserResultWithErrorPage
extends AbstractHaupPage

Represents the AddUserResultWithError page.


Field Summary
 
Fields inherited from class com.atlassian.studio.haup.pageobjects.AbstractHaupPage
driver, finder, footer, pageBinder, title
 
Constructor Summary
AddUserResultWithErrorPage()
           
 
Method Summary
 Set<SupportedApplication> getFailedGrants()
          Gets all the unsuccessfully granted applications.
protected  String getPageTitle()
          Returns the title of the page.
 Set<SupportedApplication> getSuccessfulGrants()
          Gets all the successfully granted applications.
 String getUrl()
           
 
Methods inherited from class com.atlassian.studio.haup.pageobjects.AbstractHaupPage
getMessages, getMessages, getMessages, waitForPageLoad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddUserResultWithErrorPage

public AddUserResultWithErrorPage()
Method Detail

getPageTitle

protected String getPageTitle()
Description copied from class: AbstractHaupPage
Returns the title of the page. The page will wait until this title appears to determine that the correct page has been loaded. The title must be in the <h1> tag.

Specified by:
getPageTitle in class AbstractHaupPage
Returns:
title of the page

getSuccessfulGrants

public Set<SupportedApplication> getSuccessfulGrants()
Gets all the successfully granted applications.

Returns:
set of granted applications.

getFailedGrants

public Set<SupportedApplication> getFailedGrants()
Gets all the unsuccessfully granted applications.

Returns:
set of unsuccessfully granted applications.

getUrl

public String getUrl()


Copyright © 2002-2012 Atlassian. All Rights Reserved.