Uses of Interface
io.github.cdklabs.projen.github.MergifyRule
-
Packages that use MergifyRule Package Description io.github.cdklabs.projen.github -
-
Uses of MergifyRule in io.github.cdklabs.projen.github
Classes in io.github.cdklabs.projen.github that implement MergifyRule Modifier and Type Class Description static classMergifyRule.Jsii$ProxyAn implementation forMergifyRuleMethods in io.github.cdklabs.projen.github that return MergifyRule Modifier and Type Method Description MergifyRuleMergifyRule.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.github that return types with arguments of type MergifyRule Modifier and Type Method Description default List<MergifyRule>MergifyOptions. getRules()List<MergifyRule>MergifyOptions.Jsii$Proxy. getRules()Methods in io.github.cdklabs.projen.github with parameters of type MergifyRule Modifier and Type Method Description voidMergify. addRule(MergifyRule rule)Method parameters in io.github.cdklabs.projen.github with type arguments of type MergifyRule Modifier and Type Method Description Mergify.BuilderMergify.Builder. rules(List<? extends MergifyRule> rules)MergifyOptions.BuilderMergifyOptions.Builder. rules(List<? extends MergifyRule> rules)Sets the value ofMergifyOptions.getRules()
-