com.atlassian.jira.pageobjects.pages
Class UserSummaryTab

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.UserSummaryTab
All Implemented Interfaces:
Tab, ViewProfileTab

public class UserSummaryTab
extends Object
implements ViewProfileTab

Since:
v6.1

Constructor Summary
UserSummaryTab()
           
 
Method Summary
 String getUrlPart()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isOpen()
           Timed condition querying whether the tab is open.
 String linkId()
          ID of the link to the tab
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSummaryTab

public UserSummaryTab()
Method Detail

linkId

public String linkId()
Description copied from interface: Tab
ID of the link to the tab

Specified by:
linkId in interface Tab
Returns:
ID of the link to open the tab

isOpen

public com.atlassian.pageobjects.elements.query.TimedCondition isOpen()
Description copied from interface: Tab

Timed condition querying whether the tab is open.

Specified by:
isOpen in interface Tab
Returns:
timed condition checking whether the tab is open

getUrlPart

public String getUrlPart()
Specified by:
getUrlPart in interface ViewProfileTab


Copyright © 2002-2014 Atlassian. All Rights Reserved.