com.atlassian.jira.functest.framework.parser
Class IssueNavigatorParserImpl
java.lang.Object
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
com.atlassian.jira.functest.framework.parser.IssueNavigatorParserImpl
- All Implemented Interfaces:
- FuncTestLogger, IssueNavigatorParser
public class IssueNavigatorParserImpl
- extends AbstractFuncTestUtil
- implements IssueNavigatorParser
Simple implementation of the IssueNavigatorParser
interface.
- Since:
- v3.13
Constructor Summary |
IssueNavigatorParserImpl(net.sourceforge.jwebunit.WebTester tester,
com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData,
int logIndentLevel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueNavigatorParserImpl
public IssueNavigatorParserImpl(net.sourceforge.jwebunit.WebTester tester,
com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData,
int logIndentLevel)
parseSettings
public NavigatorSearch parseSettings(net.sourceforge.jwebunit.WebTester tester,
Collection conditions)
- Description copied from interface:
IssueNavigatorParser
- Parse out the issue navigator settings from the Navigator search page.
- Specified by:
parseSettings
in interface IssueNavigatorParser
- Parameters:
tester
- the we client pointed to the navigation page.conditions
- the conditions to parse out.
- Returns:
- the parsed out search.
Copyright © 2002-2011 Atlassian. All Rights Reserved.