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

java.lang.Object
  extended by com.atlassian.jira.functest.framework.AbstractFuncTestUtil
      extended by com.atlassian.jira.functest.framework.parser.SystemInfoParserImpl
All Implemented Interfaces:
FuncTestLogger, SystemInfoParser

public class SystemInfoParserImpl
extends AbstractFuncTestUtil
implements SystemInfoParser

A parser of the System Info Page

Since:
v3.13

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.functest.framework.parser.SystemInfoParser
SystemInfoParser.SystemInfo
 
Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
SystemInfoParserImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, int logIndentLevel, Navigation navigation)
           
SystemInfoParserImpl(net.sourceforge.jwebunit.WebTester tester, Navigation navigation)
           
 
Method Summary
 SystemInfoParser.SystemInfo getSystemInfo()
           
 
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

SystemInfoParserImpl

public SystemInfoParserImpl(net.sourceforge.jwebunit.WebTester tester,
                            Navigation navigation)

SystemInfoParserImpl

public SystemInfoParserImpl(net.sourceforge.jwebunit.WebTester tester,
                            com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData,
                            int logIndentLevel,
                            Navigation navigation)
Method Detail

getSystemInfo

public SystemInfoParser.SystemInfo getSystemInfo()
Specified by:
getSystemInfo in interface SystemInfoParser


Copyright © 2002-2012 Atlassian. All Rights Reserved.