public class CargoEnvironmentData extends AbstractEnvironmentData
Constructor and Description |
---|
CargoEnvironmentData(com.atlassian.cargotestrunner.serverinformation.ServerInformation serverInformation,
String context,
String containerId,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
URL |
getBaseUrl() |
String |
getContext() |
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 CargoEnvironmentData(com.atlassian.cargotestrunner.serverinformation.ServerInformation serverInformation, String context, String containerId, Properties properties)
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()
public String getEdition()
getEdition
in class AbstractEnvironmentData
Copyright © 2002-2017 Atlassian. All Rights Reserved.