public class

ViewProfilePage

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.page.ViewProfilePage

Summary

Public Constructors
ViewProfilePage(LocatorFactory locator)
Public Methods
String getChangePasswordLink()
String getEmailAddress()
String getEmailType()
String getFieldValue(String id)
Returns the current value of the named element as appearing on this View Profile Page.
String getFullName()
String getLanguage()
int getPageSize()
String getUsername()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ViewProfilePage (LocatorFactory locator)

Public Methods

public String getChangePasswordLink ()

public String getEmailAddress ()

public String getEmailType ()

public String getFieldValue (String id)

Returns the current value of the named element as appearing on this View Profile Page.

Parameters
id the HTML id value of the desired text field
Returns
  • the current value of the named element as appearing on this View Profile Page.

public String getFullName ()

public String getLanguage ()

public int getPageSize ()

public String getUsername ()