Uses of Class
org.mockserver.mock.action.http.LoadScenarioOrchestrator.LoadScenarioStatus
Packages that use LoadScenarioOrchestrator.LoadScenarioStatus
-
Uses of LoadScenarioOrchestrator.LoadScenarioStatus in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http that return LoadScenarioOrchestrator.LoadScenarioStatusModifier and TypeMethodDescriptionLoadScenarioOrchestrator.getStatus()Status of the most-recently-triggered run (active or its retained terminal status), or null if none has ever run.Status for a specific scenario name (active run snapshot or retained terminal status), or null.Methods in org.mockserver.mock.action.http that return types with arguments of type LoadScenarioOrchestrator.LoadScenarioStatusModifier and TypeMethodDescriptionLoadScenarioOrchestrator.getStatuses()Snapshots of every currently-active run (PENDING/RUNNING), keyed by scenario name.