Uses of Class
org.mockserver.mock.action.http.ChaosExperimentOrchestrator.ExperimentDefinition
Packages that use ChaosExperimentOrchestrator.ExperimentDefinition
-
Uses of ChaosExperimentOrchestrator.ExperimentDefinition in org.mockserver.mock.action.http
Fields in org.mockserver.mock.action.http declared as ChaosExperimentOrchestrator.ExperimentDefinitionMethods in org.mockserver.mock.action.http that return ChaosExperimentOrchestrator.ExperimentDefinitionModifier and TypeMethodDescriptionChaosExperimentOrchestrator.ExperimentDefinition.fromJson(com.fasterxml.jackson.databind.JsonNode node) Deserializes an experiment definition from a JSON node.Methods in org.mockserver.mock.action.http with parameters of type ChaosExperimentOrchestrator.ExperimentDefinitionModifier and TypeMethodDescriptionChaosExperimentOrchestrator.start(ChaosExperimentOrchestrator.ExperimentDefinition definition) Starts an experiment.Constructors in org.mockserver.mock.action.http with parameters of type ChaosExperimentOrchestrator.ExperimentDefinitionModifierConstructorDescriptionExperimentStatus(String name, String status, int currentStageIndex, int totalStages, long stageElapsedMillis, long stageRemainingMillis, int loopIteration, long totalElapsedMillis, ChaosExperimentOrchestrator.ExperimentDefinition definition)