Uses of Interface
io.github.cdklabs.cdkpipelines.github.PushOptions
-
-
Uses of PushOptions in io.github.cdklabs.cdkpipelines.github
Subinterfaces of PushOptions in io.github.cdklabs.cdkpipelines.github Modifier and Type Interface Description interfacePullRequestTargetOptionsPull request target options.Classes in io.github.cdklabs.cdkpipelines.github that implement PushOptions Modifier and Type Class Description static classPullRequestTargetOptions.Jsii$ProxyAn implementation forPullRequestTargetOptionsstatic classPushOptions.Jsii$ProxyAn implementation forPushOptionsMethods in io.github.cdklabs.cdkpipelines.github that return PushOptions Modifier and Type Method Description PushOptionsPushOptions.Builder. build()Builds the configured instance.default PushOptionsWorkflowTriggers. getPush()Runs your workflow when someone pushes to a repository branch, which triggers the push event.PushOptionsWorkflowTriggers.Jsii$Proxy. getPush()Methods in io.github.cdklabs.cdkpipelines.github with parameters of type PushOptions Modifier and Type Method Description WorkflowTriggers.BuilderWorkflowTriggers.Builder. push(PushOptions push)Sets the value ofWorkflowTriggers.getPush()
-