public class

IssueNavigatorParserImpl

extends AbstractFuncTestUtil
implements IssueNavigatorParser
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.AbstractFuncTestUtil
     ↳ com.atlassian.jira.functest.framework.parser.IssueNavigatorParserImpl

Class Overview

Simple implementation of the IssueNavigatorParser interface.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
Public Constructors
IssueNavigatorParserImpl(WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
Public Methods
NavigatorSearch parseSettings(WebTester tester, Collection conditions)
Parse out the issue navigator settings from the Navigator search page.
[Expand]
Inherited Methods
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.parser.IssueNavigatorParser
From interface com.atlassian.jira.testkit.client.log.FuncTestLogger

Public Constructors

public IssueNavigatorParserImpl (WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)

Public Methods

public NavigatorSearch parseSettings (WebTester tester, Collection conditions)

Parse out the issue navigator settings from the Navigator search page.

Parameters
tester the we client pointed to the navigation page.
conditions the conditions to parse out.
Returns
  • the parsed out search.