Uses of Class
com.oracle.bmc.devops.model.GithubFilterAttributes
-
Packages that use GithubFilterAttributes Package Description com.oracle.bmc.devops.model -
-
Uses of GithubFilterAttributes in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return GithubFilterAttributes Modifier and Type Method Description GithubFilterAttributes
GithubFilterAttributes.Builder. build()
GithubFilterAttributes
GithubFilter. getInclude()
Methods in com.oracle.bmc.devops.model with parameters of type GithubFilterAttributes Modifier and Type Method Description GithubFilterAttributes.Builder
GithubFilterAttributes.Builder. copy(GithubFilterAttributes model)
GithubFilter.Builder
GithubFilter.Builder. include(GithubFilterAttributes include)
Constructors in com.oracle.bmc.devops.model with parameters of type GithubFilterAttributes Constructor Description GithubFilter(List<GithubFilter.Events> events, GithubFilterAttributes include, GithubFilterExclusionAttributes exclude)
Deprecated.
-