public class ProductInstanceBasedEnvironmentData extends AbstractEnvironmentData
Constructor and Description |
---|
ProductInstanceBasedEnvironmentData(com.atlassian.pageobjects.ProductInstance productInstance) |
Modifier and Type | Method and Description |
---|---|
URL |
getBaseUrl() |
String |
getContext() |
protected String |
getEdition() |
File |
getJIRAHomeLocation() |
File |
getWorkingDirectory()
Returns a directory that can be used by the func tests whenever file operations need to be done.
|
File |
getXMLDataLocation() |
getEnvironmentProperty, getEnvironmentProperty, getProperty, getReleaseInfo, getSingleTestClass, getTenant, isAllTests, isBlame, isBundledPluginsOnly, isSingleNamedTest, isTpmLdapTests, shouldCreateDummyTenant
public static final String EDITION
public ProductInstanceBasedEnvironmentData(@Nonnull com.atlassian.pageobjects.ProductInstance productInstance)
protected String getEdition()
getEdition
in class AbstractEnvironmentData
public String getContext()
public URL getBaseUrl()
public File getXMLDataLocation()
public File getWorkingDirectory()
JIRAEnvironmentData
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).
File.getCanonicalFile()
public File getJIRAHomeLocation()
Copyright © 2002-2023 Atlassian. All Rights Reserved.