Uses of Class
com.lazerycode.jmeter.properties.ConfigurationFiles
-
Packages that use ConfigurationFiles Package Description com.lazerycode.jmeter.configuration com.lazerycode.jmeter.json com.lazerycode.jmeter.properties -
-
Uses of ConfigurationFiles in com.lazerycode.jmeter.configuration
Methods in com.lazerycode.jmeter.configuration that return types with arguments of type ConfigurationFiles Modifier and Type Method Description Map<ConfigurationFiles,PropertiesMapping>
RemoteConfiguration. getPropertiesMap()
Method parameters in com.lazerycode.jmeter.configuration with type arguments of type ConfigurationFiles Modifier and Type Method Description static List<String>
RemoteArgumentsArrayBuilder. buildRemoteArgumentsArray(Map<ConfigurationFiles,PropertiesMapping> propertiesMap)
void
RemoteConfiguration. setPropertiesMap(Map<ConfigurationFiles,PropertiesMapping> propertiesMap)
-
Uses of ConfigurationFiles in com.lazerycode.jmeter.json
Methods in com.lazerycode.jmeter.json that return types with arguments of type ConfigurationFiles Modifier and Type Method Description Map<ConfigurationFiles,PropertiesMapping>
TestConfiguration. getPropertiesMap()
Method parameters in com.lazerycode.jmeter.json with type arguments of type ConfigurationFiles Modifier and Type Method Description void
TestConfiguration. setPropertiesMap(Map<ConfigurationFiles,PropertiesMapping> propertiesMap)
-
Uses of ConfigurationFiles in com.lazerycode.jmeter.properties
Methods in com.lazerycode.jmeter.properties that return ConfigurationFiles Modifier and Type Method Description static ConfigurationFiles
ConfigurationFiles. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigurationFiles[]
ConfigurationFiles. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.lazerycode.jmeter.properties with parameters of type ConfigurationFiles Constructor Description PropertiesFile(org.eclipse.aether.artifact.Artifact jmeterConfigArtifact, ConfigurationFiles jMeterPropertiesFile)
Create a new PropertiesFiles object from a properties file held in the jMeterConfigArtifact
-