Uses of Interface
io.github.cdklabs.projen.github.workflows.PushOptions
-
Packages that use PushOptions Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of PushOptions in io.github.cdklabs.projen.github.workflows
Subinterfaces of PushOptions in io.github.cdklabs.projen.github.workflows Modifier and Type Interface Description interfacePullRequestOptions(experimental) Pull request options.interfacePullRequestTargetOptions(experimental) Pull request target options.Classes in io.github.cdklabs.projen.github.workflows that implement PushOptions Modifier and Type Class Description static classPullRequestOptions.Jsii$ProxyAn implementation forPullRequestOptionsstatic classPullRequestTargetOptions.Jsii$ProxyAn implementation forPullRequestTargetOptionsstatic classPushOptions.Jsii$ProxyAn implementation forPushOptionsMethods in io.github.cdklabs.projen.github.workflows that return PushOptions Modifier and Type Method Description PushOptionsPushOptions.Builder. build()Builds the configured instance.default PushOptionsTriggers. getPush()(experimental) Runs your workflow when someone pushes to a repository branch, which triggers the push event.PushOptionsTriggers.Jsii$Proxy. getPush()Methods in io.github.cdklabs.projen.github.workflows with parameters of type PushOptions Modifier and Type Method Description Triggers.BuilderTriggers.Builder. push(PushOptions push)Sets the value ofTriggers.getPush()
-