com.atlassian.jira.pageobjects.global
Class SoyUserProfileLink

java.lang.Object
  extended by com.atlassian.jira.pageobjects.global.SoyUserProfileLink
All Implemented Interfaces:
UserLink

public class SoyUserProfileLink
extends Object
implements UserLink

Since:
v4.4

Method Summary
 User getUser()
           
 boolean isHoverLink()
           
static SoyUserProfileLink parse(com.atlassian.pageobjects.elements.PageElement element)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

parse

public static SoyUserProfileLink parse(com.atlassian.pageobjects.elements.PageElement element)

getUser

public User getUser()
Specified by:
getUser in interface UserLink

isHoverLink

public boolean isHoverLink()
Specified by:
isHoverLink in interface UserLink

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.