com.atlassian.jira.functest.framework
Class ParserImpl
java.lang.Object
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
com.atlassian.jira.functest.framework.ParserImpl
- All Implemented Interfaces:
- FuncTestLogger, Parser
public class ParserImpl
- extends AbstractFuncTestUtil
- implements Parser
Constructor Summary |
ParserImpl(net.sourceforge.jwebunit.WebTester tester,
com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
issue
protected IssueParser issue
filter
protected FilterParser filter
systemInfoParser
protected SystemInfoParser systemInfoParser
issueNavigatorParser
protected final IssueNavigatorParser issueNavigatorParser
ParserImpl
public ParserImpl(net.sourceforge.jwebunit.WebTester tester,
com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
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.
Copyright © 2002-2012 Atlassian. All Rights Reserved.