com.atlassian.jira.functest.framework.parser.dashboard
Class DashboardTableParser

java.lang.Object
  extended by com.atlassian.jira.functest.framework.parser.dashboard.DashboardTableParser

public class DashboardTableParser
extends Object

Parses the data in the dashboard table ui component.

Since:
v4.4

Constructor Summary
DashboardTableParser(LocatorFactory locators)
           
 
Method Summary
 List<DashboardItem> parse(String tableId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardTableParser

public DashboardTableParser(LocatorFactory locators)
Method Detail

parse

public List<DashboardItem> parse(String tableId)


Copyright © 2002-2014 Atlassian. All Rights Reserved.