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