Package io.gatling.plugin
Interface BatchEnterprisePlugin
- All Superinterfaces:
EnterprisePlugin
- All Known Implementing Classes:
BatchEnterprisePluginClient
-
Method Summary
Modifier and TypeMethodDescriptionlonguploadPackage(UUID packageId, File file) Upload file to the package associated with given packageIduploadPackageConfiguration(String jsonConfiguration) Upload a package configuration description to apply.longuploadPackageWithSimulationId(UUID simulationId, File file) Upload file to the package associated to the given simulationIdMethods inherited from interface io.gatling.plugin.EnterprisePlugin
abortRun, createAndStartSimulation, uploadPackageAndStartSimulation, waitForRunEnd
-
Method Details
-
uploadPackage
Upload file to the package associated with given packageId- Parameters:
packageId- Requiredfile- File to upload and run; required- Throws:
EnterprisePluginException
-
uploadPackageWithSimulationId
Upload file to the package associated to the given simulationId- Parameters:
simulationId- Requiredfile- File to upload and run; required- Throws:
EnterprisePluginException
-
uploadPackageConfiguration
Upload a package configuration description to apply.- Parameters:
jsonConfiguration- Serialized json package configuration to apply; required- Returns:
- Package id
- Throws:
EnterprisePluginException
-