public interface

Parser

com.atlassian.jira.functest.framework.Parser
Known Indirect Subclasses

Class Overview

Bucket for page/domain parsers

Summary

Public Methods
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

Public Methods

public FilterParser filter ()

Get the parser for filters

Returns
  • the parser for filters

public Header header ()

Return an object that can parse the header.

Returns
  • an object to parse the header.

public IssueParser issue ()

Get the issue related parser

Returns
  • The issue related parser

public IssueNavigatorParser navigatorParser ()

Get a parser for the issue navigator.

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

public SystemInfoParser systemInfo ()

Get the parser that can read the JIRA System Info

Returns
  • the parser of System Info