Uses of Class
com.oracle.bmc.devops.model.VbsFilter.Events
-
Packages that use VbsFilter.Events Package Description com.oracle.bmc.devops.model -
-
Uses of VbsFilter.Events in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return VbsFilter.Events Modifier and Type Method Description static VbsFilter.Events
VbsFilter.Events. create(String key)
static VbsFilter.Events
VbsFilter.Events. valueOf(String name)
Returns the enum constant of this type with the specified name.static VbsFilter.Events[]
VbsFilter.Events. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model that return types with arguments of type VbsFilter.Events Modifier and Type Method Description List<VbsFilter.Events>
VbsFilter. getEvents()
The events, for example, PUSH, PULL_REQUEST_MERGE.Method parameters in com.oracle.bmc.devops.model with type arguments of type VbsFilter.Events Modifier and Type Method Description VbsFilter.Builder
VbsFilter.Builder. events(List<VbsFilter.Events> events)
The events, for example, PUSH, PULL_REQUEST_MERGE.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type VbsFilter.Events Constructor Description VbsFilter(List<VbsFilter.Events> events, VbsFilterAttributes include, VbsFilterExclusionAttributes exclude)
Deprecated.
-