public class ParserImpl extends AbstractFuncTestUtil implements Parser
Modifier and Type | Field and Description |
---|---|
protected FilterParser |
filter |
protected IssueParser |
issue |
protected IssueNavigatorParser |
issueNavigatorParser |
protected SystemInfoParser |
systemInfoParser |
environmentData, FS, locators, logger, logIndentLevel, tester
Constructor and Description |
---|
ParserImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
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
|
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPage
protected IssueParser issue
protected FilterParser filter
protected SystemInfoParser systemInfoParser
protected final IssueNavigatorParser issueNavigatorParser
public ParserImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
public IssueParser issue()
Parser
public FilterParser filter()
Parser
public SystemInfoParser systemInfo()
Parser
systemInfo
in interface Parser
public IssueNavigatorParser navigatorParser()
Parser
navigatorParser
in interface Parser
Copyright © 2002-2016 Atlassian. All Rights Reserved.