Uses of Interface
com.atlassian.jira.webtest.framework.core.condition.Conditions.CombinableCondition

Packages that use Conditions.CombinableCondition
com.atlassian.jira.webtest.framework.core.condition   
 

Uses of Conditions.CombinableCondition in com.atlassian.jira.webtest.framework.core.condition
 

Methods in com.atlassian.jira.webtest.framework.core.condition that return Conditions.CombinableCondition
static Conditions.CombinableCondition Conditions.and(List<TimedCondition> conditions)
           Return new combinable condition that is logical product of conditions.
static Conditions.CombinableCondition Conditions.and(TimedCondition... conditions)
           Return new combinable condition that is logical product of conditions.
 Conditions.CombinableCondition Conditions.CombinableCondition.and(TimedCondition other)
          Combine other condition with this condition logical query, such that the resulting condition represents a logical product of this condition and other.
static Conditions.CombinableCondition Conditions.or(List<TimedCondition> conditions)
           Return new combinable condition that is logical sum of conditions.
static Conditions.CombinableCondition Conditions.or(TimedCondition... conditions)
           Return new combinable condition that is logical sum of conditions.
 Conditions.CombinableCondition Conditions.CombinableCondition.or(TimedCondition other)
          Combine other condition with this condition logical query, such that the resulting condition represents a logical sum of this condition and other.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.