Uses of Interface
io.github.cdklabs.projen.github.MergifyQueue
-
Packages that use MergifyQueue Package Description io.github.cdklabs.projen.github -
-
Uses of MergifyQueue in io.github.cdklabs.projen.github
Classes in io.github.cdklabs.projen.github that implement MergifyQueue Modifier and Type Class Description static classMergifyQueue.Jsii$ProxyAn implementation forMergifyQueueMethods in io.github.cdklabs.projen.github that return MergifyQueue Modifier and Type Method Description MergifyQueueMergifyQueue.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.github that return types with arguments of type MergifyQueue Modifier and Type Method Description default List<MergifyQueue>MergifyOptions. getQueues()List<MergifyQueue>MergifyOptions.Jsii$Proxy. getQueues()Methods in io.github.cdklabs.projen.github with parameters of type MergifyQueue Modifier and Type Method Description voidMergify. addQueue(MergifyQueue queue)Method parameters in io.github.cdklabs.projen.github with type arguments of type MergifyQueue Modifier and Type Method Description Mergify.BuilderMergify.Builder. queues(List<? extends MergifyQueue> queues)MergifyOptions.BuilderMergifyOptions.Builder. queues(List<? extends MergifyQueue> queues)Sets the value ofMergifyOptions.getQueues()
-