Class ProductInstanceBasedEnvironmentData
java.lang.Object
com.atlassian.jira.webtests.util.AbstractEnvironmentData
com.atlassian.jira.pageobjects.config.ProductInstanceBasedEnvironmentData
- All Implemented Interfaces:
com.atlassian.jira.testkit.client.JIRAEnvironmentData
,JIRAEnvironmentData
- Direct Known Subclasses:
HaProductEnvironmentData
The environment data is built up on the information provided by the product instance. Unknown information is
filled up with default values.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProductInstanceBasedEnvironmentData
(com.atlassian.pageobjects.ProductInstance productInstance) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns a directory that can be used by the func tests whenever file operations need to be done.Methods inherited from class com.atlassian.jira.webtests.util.AbstractEnvironmentData
getEnvironmentProperty, getEnvironmentProperty, getProperty, getReleaseInfo, getSingleTestClass, getTenant, isAllTests, isBlame, isBundledPluginsOnly, isSingleNamedTest, isTpmLdapTests, shouldCreateDummyTenant
-
Field Details
-
EDITION
- See Also:
-
-
Constructor Details
-
ProductInstanceBasedEnvironmentData
public ProductInstanceBasedEnvironmentData(@Nonnull com.atlassian.pageobjects.ProductInstance productInstance)
-
-
Method Details
-
getEdition
- Specified by:
getEdition
in classAbstractEnvironmentData
-
getContext
-
getBaseUrl
-
getXMLDataLocation
-
getWorkingDirectory
Description copied from interface:JIRAEnvironmentData
Returns a directory that can be used by the func tests whenever file operations need to be done.This directory is guaranteed to not be used by other func test instances simultaneously running on the same machine in Bamboo.
This should return a canonical file name (ie an absolute file name, without any '..' parts in it).
- Returns:
- a directory that can be used by the func tests whenever file operations need to be done.
- See Also:
-
getJIRAHomeLocation
- Returns:
- a directory that can be used by the func tests whenever file operations need to be done.
-