Uses of Class
com.oracle.bmc.devops.model.Trigger.TriggerSource
-
Packages that use Trigger.TriggerSource Package Description com.oracle.bmc.devops.model -
-
Uses of Trigger.TriggerSource in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return Trigger.TriggerSource Modifier and Type Method Description static Trigger.TriggerSource
Trigger.TriggerSource. create(String key)
static Trigger.TriggerSource
Trigger.TriggerSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static Trigger.TriggerSource[]
Trigger.TriggerSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-