Uses of Interface
com.atlassian.jira.util.ClockAware

Packages that use ClockAware
com.atlassian.jira.webtest.framework.core.condition   
com.atlassian.jira.webtest.framework.core.query   
com.atlassian.jira.webtest.framework.impl.selenium.condition   
com.atlassian.jira.webtest.framework.impl.selenium.query   
 

Uses of ClockAware in com.atlassian.jira.webtest.framework.core.condition
 

Classes in com.atlassian.jira.webtest.framework.core.condition that implement ClockAware
 class AbstractTimedCondition
          Abstract condition that implements AbstractTimedCondition.by(long) in terms of TimedCondition.now() (to implement by derived classes) and a configured interval between attempts to evaluate TimedCondition.now().
 

Uses of ClockAware in com.atlassian.jira.webtest.framework.core.query
 

Classes in com.atlassian.jira.webtest.framework.core.query that implement ClockAware
 class AbstractConditionBasedQuery<T>
          A TimedQuery that will only return if a given TimedCondition is met.
 class AbstractTimedQuery<T>
           Abstract query that implements AbstractTimedQuery.byDefaultTimeout() in terms of AbstractTimedQuery.by(long), and AbstractTimedQuery.by(long) as a template method calling the following hooks (to be implemented by subclasses): AbstractTimedQuery.currentValue() - to determine current evaluation of the query AbstractTimedQuery.shouldReturn(Object) - which indicates, if current value of the query should be returned
static class Queries.ConditionalQueryForQuery<V>
           
static class Queries.ConditionalQueryForValue<V>
           
 class StaticQuery<T>
          A TimedQuery that always immediately returns a pre-defined static value.
 

Uses of ClockAware in com.atlassian.jira.webtest.framework.impl.selenium.condition
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.condition that implement ClockAware
 class AbstractLocatorBasedTimedCondition
          Abstract implementation of the TimedCondition based on a Selenium locator.
 class AbstractSeleniumTimedCondition
          Abstract implementation of the TimedCondition in the Selenium world.
 class AttributesMatchCondition
          A TimedCondition that is true, if a given set of attributes matches predefined values.
 class ContainsTextCondition
          Condition that an element specified by given locator must contain a particular text in the current test context.
 class ContainsValueCondition
          Condition that an element specified by given locator must contain a particular value in the current test context.
 class ExecuteScriptCondition
          Condition that a script result must evaluate to a predefined expected value.
 class HasClassCondition
          Condition that an element specified by given locator must contain a particular CSS class.
 class IsInWindowCondition
          Condition that the current test context is in a particular browser window.
 class IsPresentCondition
          Condition that an element specified by given locator must be present.
 class IsVisibleCondition
          Condition that an element specified by given locator must be present and visible in the current test context.
 class ValueChangedCondition
          Condition that a value of given locator has changed.
 

Uses of ClockAware in com.atlassian.jira.webtest.framework.impl.selenium.query
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.query that implement ClockAware
 class AbstractLocatorConditionQuery<T>
          Condition based query that uses locator.
 class AbstractSeleniumConditionBasedQuery<T>
          Condition based timed query in the Selenium World™.
 class AbstractSeleniumTimedQuery<T>
          A TimedQuery implementation with access to the SeleniumContext.
 class AttributeQuery
          A query for an elements attribute.
 class ScriptExecutionQuery
          Query that returns an evaluation of a script in the current test context.
 class TextQuery
          A query for an element's text.
 class ValueQuery
          A query for an elements value.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.