Interface IssueParser
- All Known Implementing Classes:
IssueParserImpl
public interface IssueParser
Parse Issue related stuff
- Since:
- v3.13
-
Method Summary
Modifier and TypeMethodDescriptionparseChangeHistory
(boolean withFieldLabels) Parse the Change History TableParse the comments on the view issue page.Parse the worklogs on the view issue page.
-
Method Details
-
parseViewIssuePage
ViewIssueDetails parseViewIssuePage() -
parseChangeHistory
Parse the Change History Table- Returns:
- List of Change History Sets
-
parseChangeHistory
ChangeHistoryList parseChangeHistory() -
parseComments
Parse the comments on the view issue page.- Returns:
- List of
Comment
's.
-
parseWorklogs
Parse the worklogs on the view issue page.- Returns:
- List of
Worklog
-