Uses of Enum Class
org.mockserver.model.CrossProtocolTrigger
Packages that use CrossProtocolTrigger
-
Uses of CrossProtocolTrigger in org.mockserver.mock
Methods in org.mockserver.mock with parameters of type CrossProtocolTriggerModifier and TypeMethodDescriptionvoidCrossProtocolEventBus.fire(CrossProtocolTrigger trigger, String identifier) Fire an event. -
Uses of CrossProtocolTrigger in org.mockserver.model
Methods in org.mockserver.model that return CrossProtocolTriggerModifier and TypeMethodDescriptionCrossProtocolScenario.getTrigger()static CrossProtocolTriggerReturns the enum constant of this class with the specified name.static CrossProtocolTrigger[]CrossProtocolTrigger.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.model with parameters of type CrossProtocolTriggerModifier and TypeMethodDescriptionCrossProtocolScenario.withTrigger(CrossProtocolTrigger trigger)