public interface IssueParser
Modifier and Type | Method and Description |
---|---|
ChangeHistoryList |
parseChangeHistory()
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.
|
ViewIssueDetails parseViewIssuePage()
ChangeHistoryList parseChangeHistory()
List<Comment> parseComments()
Comment
's.Copyright © 2002-2019 Atlassian. All Rights Reserved.