com.atlassian.jira.functest.framework.parser.filter
Interface FilterParser

All Known Implementing Classes:
FilterParserImpl

public interface FilterParser

Parser for filter related functionality

Since:
v3.13

Nested Class Summary
static class FilterParser.TableId
           
 
Method Summary
 FilterList parseFilterList(String tableId)
          Parse a list of filters created by filter-list.jsp
 

Method Detail

parseFilterList

FilterList parseFilterList(String tableId)
Parse a list of filters created by filter-list.jsp

Parameters:
tableId - id of the table testing
Returns:
object containing info on filters and the table or null if no such table exists.


Copyright © 2002-2013 Atlassian. All Rights Reserved.