Interface RulesAware

  • All Implemented Interfaces:

    
    public interface RulesAware
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit rules(Function1<RulesBuilder, Unit> init) Configures a list of rules to be used in jobs or the workflow via its builder
      abstract Unit rules(List<Rule> rules) Configures a list of rules to be used in jobs or the workflow.
      abstract Unit rules(Rule rule) Configures a list of rules to be used in jobs or the workflow.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • rules

         abstract Unit rules(Function1<RulesBuilder, Unit> init)

        Configures a list of rules to be used in jobs or the workflow via its builder

      • rules

         abstract Unit rules(List<Rule> rules)

        Configures a list of rules to be used in jobs or the workflow.

      • rules

         abstract Unit rules(Rule rule)

        Configures a list of rules to be used in jobs or the workflow.