Uses of Interface
io.github.cdklabs.cdkpipelines.github.PullRequestTargetOptions
-
-
Uses of PullRequestTargetOptions in io.github.cdklabs.cdkpipelines.github
Classes in io.github.cdklabs.cdkpipelines.github that implement PullRequestTargetOptions Modifier and Type Class Description static classPullRequestTargetOptions.Jsii$ProxyAn implementation forPullRequestTargetOptionsMethods in io.github.cdklabs.cdkpipelines.github that return PullRequestTargetOptions Modifier and Type Method Description PullRequestTargetOptionsPullRequestTargetOptions.Builder. build()Builds the configured instance.default PullRequestTargetOptionsWorkflowTriggers. getPullRequestTarget()This event runs in the context of the base of the pull request, rather than in the merge commit as the pull_request event does.PullRequestTargetOptionsWorkflowTriggers.Jsii$Proxy. getPullRequestTarget()Methods in io.github.cdklabs.cdkpipelines.github with parameters of type PullRequestTargetOptions Modifier and Type Method Description WorkflowTriggers.BuilderWorkflowTriggers.Builder. pullRequestTarget(PullRequestTargetOptions pullRequestTarget)Sets the value ofWorkflowTriggers.getPullRequestTarget()
-