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