Class UserProfileImpl.DefaultLink
java.lang.Object
com.atlassian.jira.functest.framework.UserProfileImpl.DefaultLink
- All Implemented Interfaces:
UserProfile.Link
- Enclosing class:
UserProfileImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the link to the user's profile is present on the JIRA Header.
-
Constructor Details
-
DefaultLink
public DefaultLink(net.sourceforge.jwebunit.WebTester tester)
-
-
Method Details
-
isPresent
public boolean isPresent()Description copied from interface:UserProfile.LinkWhether the link to the user's profile is present on the JIRA Header.- Specified by:
isPresentin interfaceUserProfile.Link- Returns:
trueif the link to the user's profile is present on the JIRA Header; otherwisefalse.
-