Uses of Class
com.applitools.eyes.Trigger.TriggerType
-
Packages that use Trigger.TriggerType Package Description com.applitools.eyes -
-
Uses of Trigger.TriggerType in com.applitools.eyes
Methods in com.applitools.eyes that return Trigger.TriggerType Modifier and Type Method Description abstract Trigger.TriggerTypeTrigger. getTriggerType()static Trigger.TriggerTypeTrigger.TriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static Trigger.TriggerType[]Trigger.TriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-