public static class

UserProfileImpl.DefaultLink

extends Object
implements UserProfile.Link
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.UserProfileImpl.DefaultLink

Summary

Public Constructors
UserProfileImpl.DefaultLink(WebTester tester)
Public Methods
boolean isPresent()
Whether the link to the user's profile is present on the JIRA Header.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.UserProfile.Link

Public Constructors

public UserProfileImpl.DefaultLink (WebTester tester)

Public Methods

public boolean isPresent ()

Whether the link to the user's profile is present on the JIRA Header.

Returns
  • true if the link to the user's profile is present on the JIRA Header; otherwise false.