com.atlassian.jira.functest.framework
Class UserProfileImpl.DefaultLink

java.lang.Object
  extended by com.atlassian.jira.functest.framework.UserProfileImpl.DefaultLink
All Implemented Interfaces:
UserProfile.Link
Enclosing class:
UserProfileImpl

public static class UserProfileImpl.DefaultLink
extends Object
implements UserProfile.Link


Constructor Summary
UserProfileImpl.DefaultLink(net.sourceforge.jwebunit.WebTester tester)
           
 
Method Summary
 boolean isPresent()
          Whether the link to the user's profile is present on the JIRA Header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileImpl.DefaultLink

public UserProfileImpl.DefaultLink(net.sourceforge.jwebunit.WebTester tester)
Method Detail

isPresent

public boolean isPresent()
Description copied from interface: UserProfile.Link
Whether the link to the user's profile is present on the JIRA Header.

Specified by:
isPresent in interface UserProfile.Link
Returns:
true if the link to the user's profile is present on the JIRA Header; otherwise false.


Copyright © 2002-2013 Atlassian. All Rights Reserved.