Interface IssueParser

All Known Implementing Classes:
IssueParserImpl

public interface IssueParser
Parse Issue related stuff
Since:
v3.13
  • Method Details

    • parseViewIssuePage

      ViewIssueDetails parseViewIssuePage()
    • parseChangeHistory

      ChangeHistoryList parseChangeHistory(boolean withFieldLabels)
      Parse the Change History Table
      Returns:
      List of Change History Sets
    • parseChangeHistory

      ChangeHistoryList parseChangeHistory()
    • parseComments

      List<Comment> parseComments()
      Parse the comments on the view issue page.
      Returns:
      List of Comment's.
    • parseWorklogs

      List<Worklog> parseWorklogs()
      Parse the worklogs on the view issue page.
      Returns:
      List of Worklog