Class MatchesCondition

    • Constructor Summary

      Constructors 
      Constructor Description
      MatchesCondition​(java.lang.String key, boolean keyRegex, java.lang.String value, boolean valueRegex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(StateObj input)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.dtolabs.rundeck.core.rules.Condition

        negate
      • Methods inherited from interface java.util.function.Predicate

        and, or
    • Constructor Detail

      • MatchesCondition

        public MatchesCondition​(java.lang.String key,
                                boolean keyRegex,
                                java.lang.String value,
                                boolean valueRegex)