com.atlassian.jira.pageobjects.pages
Class RoadmapTab

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

public class RoadmapTab
extends Object
implements ViewProfileTab

Since:
v6.1

Constructor Summary
RoadmapTab()
           
 
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

RoadmapTab

public RoadmapTab()
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.