com.atlassian.jira.functest.framework.parser
Class IssueParserImpl
java.lang.Object
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
com.atlassian.jira.functest.framework.parser.IssueParserImpl
- All Implemented Interfaces:
- IssueParser, com.atlassian.jira.testkit.client.log.FuncTestLogger
public class IssueParserImpl
- extends AbstractFuncTestUtil
- implements IssueParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueParserImpl
public IssueParserImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
int logIndentLevel)
parseViewIssuePage
public ViewIssueDetails parseViewIssuePage()
- Specified by:
parseViewIssuePage
in interface IssueParser
parseChangeHistory
public ChangeHistoryList parseChangeHistory()
- Description copied from interface:
IssueParser
- Parse the Change History Table
- Specified by:
parseChangeHistory
in interface IssueParser
- Returns:
- List of Change History Sets
parseComments
public List<Comment> parseComments()
- Description copied from interface:
IssueParser
- Parse the comments on the view issue page.
- Specified by:
parseComments
in interface IssueParser
- Returns:
- List of
Comment
's.
parseWorklogs
public List<Worklog> parseWorklogs()
- Description copied from interface:
IssueParser
- Parse the worklogs on the view issue page.
- Specified by:
parseWorklogs
in interface IssueParser
- Returns:
- List of
Worklog
Copyright © 2002-2014 Atlassian. All Rights Reserved.