Uses of Interface
io.github.cdklabs.cdkpipelines.github.PullRequestOptions
-
-
Uses of PullRequestOptions in io.github.cdklabs.cdkpipelines.github
Classes in io.github.cdklabs.cdkpipelines.github that implement PullRequestOptions Modifier and Type Class Description static classPullRequestOptions.Jsii$ProxyAn implementation forPullRequestOptionsMethods in io.github.cdklabs.cdkpipelines.github that return PullRequestOptions Modifier and Type Method Description PullRequestOptionsPullRequestOptions.Builder. build()Builds the configured instance.default PullRequestOptionsWorkflowTriggers. getPullRequest()Runs your workflow anytime the pull_request event occurs.PullRequestOptionsWorkflowTriggers.Jsii$Proxy. getPullRequest()Methods in io.github.cdklabs.cdkpipelines.github with parameters of type PullRequestOptions Modifier and Type Method Description WorkflowTriggers.BuilderWorkflowTriggers.Builder. pullRequest(PullRequestOptions pullRequest)Sets the value ofWorkflowTriggers.getPullRequest()
-