com.atlassian.jira.functest.framework.parser
Interface IssueParser

All Known Implementing Classes:
IssueParserImpl

public interface IssueParser

Parse Issue related stuff

Since:
v3.13

Method Summary
 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.
 

Method Detail

parseViewIssuePage

ViewIssueDetails parseViewIssuePage()

parseChangeHistory

ChangeHistoryList parseChangeHistory()
Parse the Change History Table

Returns:
List of Change History Sets

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.