Uses of Class
io.github.cdklabs.projen.github.workflows.PullRequestOptions.Builder
-
Packages that use PullRequestOptions.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of PullRequestOptions.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return PullRequestOptions.Builder Modifier and Type Method Description PullRequestOptions.BuilderPullRequestOptions.Builder. branches(List<String> branches)Sets the value ofPushOptions.getBranches()static PullRequestOptions.BuilderPullRequestOptions. builder()PullRequestOptions.BuilderPullRequestOptions.Builder. paths(List<String> paths)Sets the value ofPushOptions.getPaths()PullRequestOptions.BuilderPullRequestOptions.Builder. tags(List<String> tags)Sets the value ofPushOptions.getTags()PullRequestOptions.BuilderPullRequestOptions.Builder. types(List<String> types)Sets the value ofPullRequestOptions.getTypes()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type PullRequestOptions.Builder Constructor Description Jsii$Proxy(PullRequestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePullRequestOptions.Builder.
-