com.atlassian.jira.functest.framework
Class ParserImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.AbstractFuncTestUtil
      extended by com.atlassian.jira.functest.framework.ParserImpl
All Implemented Interfaces:
Parser, com.atlassian.jira.testkit.client.log.FuncTestLogger

public class ParserImpl
extends AbstractFuncTestUtil
implements Parser


Field Summary
protected  FilterParser filter
           
protected  IssueParser issue
           
protected  IssueNavigatorParser issueNavigatorParser
           
protected  SystemInfoParser systemInfoParser
           
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
ParserImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
           
 
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
 
Methods inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

issue

protected IssueParser issue

filter

protected FilterParser filter

systemInfoParser

protected SystemInfoParser systemInfoParser

issueNavigatorParser

protected final IssueNavigatorParser issueNavigatorParser
Constructor Detail

ParserImpl

public ParserImpl(net.sourceforge.jwebunit.WebTester tester,
                  JIRAEnvironmentData environmentData)
Method Detail

issue

public IssueParser issue()
Description copied from interface: Parser
Get the issue related parser

Specified by:
issue in interface Parser
Returns:
The issue related parser

filter

public FilterParser filter()
Description copied from interface: Parser
Get the parser for filters

Specified by:
filter in interface Parser
Returns:
the parser for filters

systemInfo

public SystemInfoParser systemInfo()
Description copied from interface: Parser
Get the parser that can read the JIRA System Info

Specified by:
systemInfo in interface Parser
Returns:
the parser of System Info

navigatorParser

public IssueNavigatorParser navigatorParser()
Description copied from interface: Parser
Get a parser for the issue navigator.

Specified by:
navigatorParser in interface Parser
Returns:
an object that can parse the settings of a search in the issue navigator.

header

public Header header()
Description copied from interface: Parser
Return an object that can parse the header.

Specified by:
header in interface Parser
Returns:
an object to parse the header.


Copyright © 2002-2013 Atlassian. All Rights Reserved.