public class IssueParserImpl extends Object implements IssueParser
| Constructor and Description |
|---|
IssueParserImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
WorkflowUtil workflowUtil) |
| Modifier and Type | Method and Description |
|---|---|
ChangeHistoryList |
parseChangeHistory() |
ChangeHistoryList |
parseChangeHistory(boolean withFieldLabels)
Parse the Change History Table
|
List<Comment> |
parseComments()
Parse the comments on the view issue page.
|
ViewIssueDetails |
parseViewIssuePage() |
List<Worklog> |
parseWorklogs()
Parse the worklogs on the view issue page.
|
@Inject
public IssueParserImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
WorkflowUtil workflowUtil)
public ViewIssueDetails parseViewIssuePage()
parseViewIssuePage in interface IssueParserpublic ChangeHistoryList parseChangeHistory(boolean withFieldLabels)
IssueParserparseChangeHistory in interface IssueParserpublic ChangeHistoryList parseChangeHistory()
parseChangeHistory in interface IssueParserpublic List<Comment> parseComments()
IssueParserparseComments in interface IssueParserComment's.public List<Worklog> parseWorklogs()
IssueParserparseWorklogs in interface IssueParserWorklogCopyright © 2002-2024 Atlassian. All Rights Reserved.