public interface TestLaunchPluginContext
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Element |
getConfigContentRoot()
Gets the root element of the JDOM content of the configuration file of this plugin type.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameterValueStrings()
Retrieves parameter definitions for this test definition.
|
java.io.File |
getPluginHomeDir()
Provides the path to the directory where the archive content for this plugin type has been extracted to.
|
java.io.File |
getPrivateTempDir()
Get the path of the private temporary directory of the associated instance.
|
int |
getTestDefinitionId() |
TestSourceContext |
getTestSourceContext()
Provides access to local paths of copies of VCS controlled files.
|
java.io.File getPluginHomeDir()
org.jdom.Element getConfigContentRoot()
java.io.File getPrivateTempDir()
int getTestDefinitionId()
TestSourceContext getTestSourceContext()
java.util.Map<java.lang.String,java.lang.String> getParameterValueStrings()
Copyright © Micro Focus 2004-2019. All rights reserved.