com.atlassian.jira.functest.framework.parser
Class IssueParserImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.AbstractFuncTestUtil
      extended by com.atlassian.jira.functest.framework.parser.IssueParserImpl
All Implemented Interfaces:
IssueParser, com.atlassian.jira.testkit.client.log.FuncTestLogger

public class IssueParserImpl
extends AbstractFuncTestUtil
implements IssueParser


Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
IssueParserImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
           
 
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.
 
Methods inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueParserImpl

public IssueParserImpl(net.sourceforge.jwebunit.WebTester tester,
                       JIRAEnvironmentData environmentData,
                       int logIndentLevel)
Method Detail

parseViewIssuePage

public ViewIssueDetails parseViewIssuePage()
Specified by:
parseViewIssuePage in interface IssueParser

parseChangeHistory

public ChangeHistoryList parseChangeHistory()
Description copied from interface: IssueParser
Parse the Change History Table

Specified by:
parseChangeHistory in interface IssueParser
Returns:
List of Change History Sets

parseComments

public List<Comment> parseComments()
Description copied from interface: IssueParser
Parse the comments on the view issue page.

Specified by:
parseComments in interface IssueParser
Returns:
List of Comment's.

parseWorklogs

public List<Worklog> parseWorklogs()
Description copied from interface: IssueParser
Parse the worklogs on the view issue page.

Specified by:
parseWorklogs in interface IssueParser
Returns:
List of Worklog


Copyright © 2002-2014 Atlassian. All Rights Reserved.