Package dev.otbe.gitlab.ci.dsl.rules
Interface RulesAware
-
- All Implemented Interfaces:
public interface RulesAware
-
-
Method Summary
Modifier and Type Method Description abstract Unitrules(Function1<RulesBuilder, Unit> init)Configures a list of rules to be used in jobs or the workflow via its builder abstract Unitrules(List<Rule> rules)Configures a list of rules to be used in jobs or the workflow. abstract Unitrules(Rule rule)Configures a list of rules to be used in jobs or the workflow.
-