com.atlassian.jira.pageobjects.pages.admin.user
Class ViewUserPage

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.AbstractJiraPage
      extended by com.atlassian.jira.pageobjects.pages.admin.user.ViewUserPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ViewUserPage
extends AbstractJiraPage

Since:
4.4

Field Summary
protected  org.openqa.selenium.WebElement currentFailedLoginCount
           
protected  com.atlassian.pageobjects.elements.PageElement deleteUserLink
           
protected  com.atlassian.pageobjects.elements.PageElement editUserDetailsLink
           
protected  org.openqa.selenium.WebElement editUserLink
           
protected  org.openqa.selenium.WebElement email
           
protected  org.openqa.selenium.WebElement fullname
           
protected  org.openqa.selenium.WebElement lastFailedLogin
           
protected  org.openqa.selenium.WebElement lastLogin
           
protected  org.openqa.selenium.WebElement loginCount
           
protected  String name
           
protected  org.openqa.selenium.WebElement previousLogin
           
protected  com.atlassian.pageobjects.elements.PageElement setPasswordLink
           
protected  org.openqa.selenium.WebElement totalFailedLoginCount
           
protected  com.atlassian.pageobjects.elements.PageElement username
           
 
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, footerElement, metaElement, pageBinder
 
Constructor Summary
ViewUserPage(String username)
           
 
Method Summary
 EditUserDetailsPage editDetails()
           
 EditUserGroupsPage editGroups()
           
 com.atlassian.pageobjects.Page editProperties()
           
 String getCurrentFailedLoginCount()
           
 String getEmail()
           
 String getFullname()
           
 String getLastFailedLogin()
           
 String getLastLogin()
           
 String getLoginCount()
           
 String getPreviousLogin()
           
 String getTotalFailedLoginCount()
           
 String getUrl()
           
 String getUsername()
           
 DeleteUserPage gotoDeleteUserPage()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isAt()
          Timed condition checking if we're at given page.
 EditUserPasswordPage setPassword()
           
 com.atlassian.pageobjects.Page viewProjectsRoles()
           
 com.atlassian.pageobjects.Page viewPublicProfile()
           
 
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

username

protected com.atlassian.pageobjects.elements.PageElement username

fullname

protected org.openqa.selenium.WebElement fullname

email

protected org.openqa.selenium.WebElement email

loginCount

protected org.openqa.selenium.WebElement loginCount

lastLogin

protected org.openqa.selenium.WebElement lastLogin

previousLogin

protected org.openqa.selenium.WebElement previousLogin

lastFailedLogin

protected org.openqa.selenium.WebElement lastFailedLogin

currentFailedLoginCount

protected org.openqa.selenium.WebElement currentFailedLoginCount

totalFailedLoginCount

protected org.openqa.selenium.WebElement totalFailedLoginCount

deleteUserLink

protected com.atlassian.pageobjects.elements.PageElement deleteUserLink

editUserLink

protected org.openqa.selenium.WebElement editUserLink

editUserDetailsLink

protected com.atlassian.pageobjects.elements.PageElement editUserDetailsLink

setPasswordLink

protected com.atlassian.pageobjects.elements.PageElement setPasswordLink

name

protected final String name
Constructor Detail

ViewUserPage

public ViewUserPage(String username)
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

gotoDeleteUserPage

public DeleteUserPage gotoDeleteUserPage()

setPassword

public EditUserPasswordPage setPassword()

editDetails

public EditUserDetailsPage editDetails()

viewProjectsRoles

public com.atlassian.pageobjects.Page viewProjectsRoles()

editGroups

public EditUserGroupsPage editGroups()

editProperties

public com.atlassian.pageobjects.Page editProperties()

viewPublicProfile

public com.atlassian.pageobjects.Page viewPublicProfile()

getUsername

public String getUsername()

getFullname

public String getFullname()

getEmail

public String getEmail()

getLoginCount

public String getLoginCount()

getLastLogin

public String getLastLogin()

getPreviousLogin

public String getPreviousLogin()

getLastFailedLogin

public String getLastFailedLogin()

getCurrentFailedLoginCount

public String getCurrentFailedLoginCount()

getTotalFailedLoginCount

public String getTotalFailedLoginCount()


Copyright © 2002-2013 Atlassian. All Rights Reserved.