Uses of Interface
io.github.cdklabs.projen.gitlab.IncludeRule
-
Packages that use IncludeRule Package Description io.github.cdklabs.projen.gitlab -
-
Uses of IncludeRule in io.github.cdklabs.projen.gitlab
Classes in io.github.cdklabs.projen.gitlab that implement IncludeRule Modifier and Type Class Description static classIncludeRule.Jsii$ProxyAn implementation forIncludeRuleMethods in io.github.cdklabs.projen.gitlab that return IncludeRule Modifier and Type Method Description IncludeRuleIncludeRule.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.gitlab that return types with arguments of type IncludeRule Modifier and Type Method Description default List<IncludeRule>Include. getRules()(experimental) Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job.List<IncludeRule>Include.Jsii$Proxy. getRules()default List<IncludeRule>Job. getRules()(experimental) Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job.List<IncludeRule>Job.Jsii$Proxy. getRules()Method parameters in io.github.cdklabs.projen.gitlab with type arguments of type IncludeRule Modifier and Type Method Description Include.BuilderInclude.Builder. rules(List<? extends IncludeRule> rules)Sets the value ofInclude.getRules()Job.BuilderJob.Builder. rules(List<? extends IncludeRule> rules)Sets the value ofJob.getRules()
-