Uses of Class
com.oracle.bmc.devops.model.GithubFilterAttributes.Builder
-
Packages that use GithubFilterAttributes.Builder Package Description com.oracle.bmc.devops.model -
-
Uses of GithubFilterAttributes.Builder in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return GithubFilterAttributes.Builder Modifier and Type Method Description GithubFilterAttributes.BuilderGithubFilterAttributes.Builder. baseRef(String baseRef)The target branch for pull requests; not applicable for push requests.static GithubFilterAttributes.BuilderGithubFilterAttributes. builder()Create a new builder.GithubFilterAttributes.BuilderGithubFilterAttributes.Builder. copy(GithubFilterAttributes model)GithubFilterAttributes.BuilderGithubFilterAttributes.Builder. fileFilter(FileFilter fileFilter)GithubFilterAttributes.BuilderGithubFilterAttributes.Builder. headRef(String headRef)Branch for push event; source branch for pull requests.GithubFilterAttributes.BuilderGithubFilterAttributes. toBuilder()
-