com.atlassian.jira.functest.framework
Interface Parser

All Known Implementing Classes:
ParserImpl

public interface Parser

Bucket for page/domain parsers

Since:
v3.13

Method Summary
 FilterParser filter()
          Get the parser for filters
 Header header()
          Return an object that can parse the header.
 IssueParser issue()
          Get the issue related parser
 IssueNavigatorParser navigatorParser()
          Get a parser for the issue navigator.
 SystemInfoParser systemInfo()
          Get the parser that can read the JIRA System Info
 

Method Detail

issue

IssueParser issue()
Get the issue related parser

Returns:
The issue related parser

filter

FilterParser filter()
Get the parser for filters

Returns:
the parser for filters

systemInfo

SystemInfoParser systemInfo()
Get the parser that can read the JIRA System Info

Returns:
the parser of System Info

navigatorParser

IssueNavigatorParser navigatorParser()
Get a parser for the issue navigator.

Returns:
an object that can parse the settings of a search in the issue navigator.

header

Header header()
Return an object that can parse the header.

Returns:
an object to parse the header.


Copyright © 2002-2013 Atlassian. All Rights Reserved.