Uses of Class
com.oracle.bmc.devops.model.BitbucketServerFilter.Events
-
Packages that use BitbucketServerFilter.Events Package Description com.oracle.bmc.devops.model -
-
Uses of BitbucketServerFilter.Events in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return BitbucketServerFilter.Events Modifier and Type Method Description static BitbucketServerFilter.Events
BitbucketServerFilter.Events. create(String key)
static BitbucketServerFilter.Events
BitbucketServerFilter.Events. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitbucketServerFilter.Events[]
BitbucketServerFilter.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 BitbucketServerFilter.Events Modifier and Type Method Description List<BitbucketServerFilter.Events>
BitbucketServerFilter. getEvents()
The events, for example, PUSH, PULL_REQUEST_MERGE.Method parameters in com.oracle.bmc.devops.model with type arguments of type BitbucketServerFilter.Events Modifier and Type Method Description BitbucketServerFilter.Builder
BitbucketServerFilter.Builder. events(List<BitbucketServerFilter.Events> events)
The events, for example, PUSH, PULL_REQUEST_MERGE.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type BitbucketServerFilter.Events Constructor Description BitbucketServerFilter(List<BitbucketServerFilter.Events> events, BitbucketServerFilterAttributes include)
Deprecated.
-