Uses of Enum Class
org.mockserver.load.LoadScenario.StepSelection
Packages that use LoadScenario.StepSelection
-
Uses of LoadScenario.StepSelection in org.mockserver.load
Methods in org.mockserver.load that return LoadScenario.StepSelectionModifier and TypeMethodDescriptionLoadScenario.getStepSelection()The per-iteration step selection mode (may be null =SEQUENTIAL).static LoadScenario.StepSelectionReturns the enum constant of this class with the specified name.static LoadScenario.StepSelection[]LoadScenario.StepSelection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.load with parameters of type LoadScenario.StepSelectionModifier and TypeMethodDescriptionLoadScenario.withStepSelection(LoadScenario.StepSelection stepSelection) -
Uses of LoadScenario.StepSelection in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return LoadScenario.StepSelectionMethods in org.mockserver.serialization.model with parameters of type LoadScenario.StepSelectionModifier and TypeMethodDescriptionLoadScenarioDTO.setStepSelection(LoadScenario.StepSelection stepSelection)