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