public class EnvironmentUtils extends AbstractFuncTestUtil
| Modifier and Type | Field and Description |
|---|---|
static float |
JDK_1_5_VERSION |
environmentData, FS, locators, logger, logIndentLevel, tester| Constructor and Description |
|---|
EnvironmentUtils(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData) |
EnvironmentUtils(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
Navigation navigation) |
| Modifier and Type | Method and Description |
|---|---|
float |
getJiraJavaVersion()
Retrieves the version of Java being used to run the JIRA instance from the System Info page.
|
String |
getSystemInfoProperty(String propertyLabel) |
boolean |
isH2() |
boolean |
isHsql() |
boolean |
isJavaBeforeJdk15() |
boolean |
isJvmWithPermGen() |
boolean |
isOnWindows()
Checks if this instance of JIRA is running on Windows OS
|
boolean |
isOracle() |
boolean |
isSunJVM() |
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPagepublic static final float JDK_1_5_VERSION
public EnvironmentUtils(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData)
public EnvironmentUtils(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
Navigation navigation)
public boolean isOnWindows()
public float getJiraJavaVersion()
JIRAWebTest.getJiraJavaVersion().public boolean isSunJVM()
public boolean isJavaBeforeJdk15()
getJiraJavaVersion() precedes Java 1.5; false otherwisepublic boolean isOracle()
public boolean isH2()
public boolean isHsql()
public boolean isJvmWithPermGen()
Copyright © 2002-2016 Atlassian. All Rights Reserved.