Package io.gatling.plugin
Interface EnterprisePlugin
- All Known Subinterfaces:
BatchEnterprisePlugin
- All Known Implementing Classes:
BatchEnterprisePluginClient,InteractiveEnterprisePluginClient
public interface EnterprisePlugin
Enterprise plugin features
The following exception sub-classes of EnterprisePluginException can be thrown by all
methods of this client:
UnauthorizedApiCallException: invalid authentication tokenForbiddenApiCallException: authentication token with insufficient privilegesApiCallIOException: unexpected IO errorInvalidApiCallException: invalid input data
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstartSimulation(String simulationName, DeploymentInfo deploymentInfo, RunComment runComment) waitForRunEnd(RunSummary startedRun)
-
Method Details
-
startSimulation
RunSummary startSimulation(String simulationName, DeploymentInfo deploymentInfo, RunComment runComment) throws EnterprisePluginException - Throws:
EnterprisePluginException
-
waitForRunEnd
- Parameters:
startedRun- Required- Throws:
EnterprisePluginException
-
abortRun
- Parameters:
runId- Required- Returns:
- false if there was no run to abort (run does not exist or is already stopped)
- Throws:
EnterprisePluginException
-