hudson.matrix
Class Combination.BooleanCategory

java.lang.Object
  extended by hudson.matrix.Combination.BooleanCategory
Enclosing class:
Combination

public static final class Combination.BooleanCategory
extends Object

Duck-typing for boolean expressions.

See Also:
Combination.evalGroovyExpression(AxisList,String)

Constructor Summary
Combination.BooleanCategory()
           
 
Method Summary
static Boolean implies(Boolean lhs, Boolean rhs)
          x -> y
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Combination.BooleanCategory

public Combination.BooleanCategory()
Method Detail

implies

public static Boolean implies(Boolean lhs,
                              Boolean rhs)
x -> y



Copyright © 2004-2013. All Rights Reserved.