Uses of Interface
io.github.cdklabs.cdkpipelines.github.ForkOptions
-
-
Uses of ForkOptions in io.github.cdklabs.cdkpipelines.github
Classes in io.github.cdklabs.cdkpipelines.github that implement ForkOptions Modifier and Type Class Description static classForkOptions.Jsii$ProxyAn implementation forForkOptionsMethods in io.github.cdklabs.cdkpipelines.github that return ForkOptions Modifier and Type Method Description ForkOptionsForkOptions.Builder. build()Builds the configured instance.default ForkOptionsWorkflowTriggers. getFork()Runs your workflow anytime when someone forks a repository, which triggers the fork event.ForkOptionsWorkflowTriggers.Jsii$Proxy. getFork()Methods in io.github.cdklabs.cdkpipelines.github with parameters of type ForkOptions Modifier and Type Method Description WorkflowTriggers.BuilderWorkflowTriggers.Builder. fork(ForkOptions fork)Sets the value ofWorkflowTriggers.getFork()
-