Package io.gatling.plugin
Interface BatchEnterprisePlugin
- All Superinterfaces:
EnterprisePlugin
- All Known Implementing Classes:
BatchEnterprisePluginClient
-
Method Summary
Modifier and TypeMethodDescriptiondeployFromDescriptor(File descriptor, File pkg, String artifactId, Boolean usePrivateRepository) Deploy a package from a descriptorlonguploadPackage(UUID packageId, File file) Upload file to the package associated with given packageIdlonguploadPackageWithSimulationId(UUID simulationId, File file) Upload file to the package associated to the given simulationIdMethods inherited from interface io.gatling.plugin.EnterprisePlugin
abortRun, startSimulation, 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
-
deployFromDescriptor
DeploymentInfo deployFromDescriptor(File descriptor, File pkg, String artifactId, Boolean usePrivateRepository) throws EnterprisePluginException Deploy a package from a descriptor- Parameters:
descriptor- the descriptor file, nullablepkg- the package fileartifactId- artifactId defined in the build toolusePrivateRepository- If private repository is enabled for this package upload- Throws:
EnterprisePluginException
-