Uses of Enum Class
org.mockserver.load.LoadScenarioState
Packages that use LoadScenarioState
-
Uses of LoadScenarioState in org.mockserver.load
Methods in org.mockserver.load that return LoadScenarioStateModifier and TypeMethodDescriptionstatic LoadScenarioStateReturns the enum constant of this class with the specified name.static LoadScenarioState[]LoadScenarioState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LoadScenarioState in org.mockserver.mock.action.http
Fields in org.mockserver.mock.action.http declared as LoadScenarioStateModifier and TypeFieldDescriptionfinal LoadScenarioStateLoadScenarioOrchestrator.LoadScenarioStatus.stateLifecycle state of this run (PENDING/RUNNING/COMPLETED/STOPPED).Constructors in org.mockserver.mock.action.http with parameters of type LoadScenarioStateModifierConstructorDescriptionLoadScenarioStatus(String name, LoadScenarioState state, long elapsedMillis, int currentVus, long requestsSent, long succeeded, long failed, long p50Millis, long p95Millis, long p99Millis, String runId, long startedAtEpochMillis, Long endedAtEpochMillis, Map<String, String> labels, LoadScenario scenario, int stageIndex, String stageType, double currentTarget, long startDelayMillis)