Uses of Package
com.atlassian.jira.webtest.framework.core.query

Packages that use com.atlassian.jira.webtest.framework.core.query
com.atlassian.jira.webtest.framework.component   
com.atlassian.jira.webtest.framework.component.fc   
com.atlassian.jira.webtest.framework.core   
com.atlassian.jira.webtest.framework.core.component   
com.atlassian.jira.webtest.framework.core.locator   
com.atlassian.jira.webtest.framework.core.query   
com.atlassian.jira.webtest.framework.dialog   
com.atlassian.jira.webtest.framework.gadget   
com.atlassian.jira.webtest.framework.impl.selenium.component   
com.atlassian.jira.webtest.framework.impl.selenium.component.fc   
com.atlassian.jira.webtest.framework.impl.selenium.core   
com.atlassian.jira.webtest.framework.impl.selenium.core.component   
com.atlassian.jira.webtest.framework.impl.selenium.dialog   
com.atlassian.jira.webtest.framework.impl.selenium.gadget   
com.atlassian.jira.webtest.framework.impl.selenium.page.admin.applinks   
com.atlassian.jira.webtest.framework.impl.selenium.page.admin.plugins   
com.atlassian.jira.webtest.framework.impl.selenium.page.dashboard   
com.atlassian.jira.webtest.framework.impl.selenium.query   
com.atlassian.jira.webtest.framework.impl.selenium.util   
com.atlassian.jira.webtest.framework.page.admin.applinks   
com.atlassian.jira.webtest.framework.page.admin.plugins   
com.atlassian.jira.webtest.framework.page.issuenavigator   
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.component
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.component.fc
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.core
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.core.component
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.core.locator
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.core.query
AbstractConditionBasedQuery
          A TimedQuery that will only return if a given TimedCondition is met.
AbstractConditionBasedTimedQueryBuilder
          An abstract builder for AbstractConditionBasedQuery implementations.
AbstractTimedQuery
           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
AbstractTimedQueryBuilder
          An abstract builder for AbstractTimedQuery implementations.
ExpirationHandler
          Strategies for handling expired timeouts of the TimedQuery.
Queries.ConditionalQueryForQuery
           
Queries.ConditionalQueryForValue
           
Queries.ForQueryBuilder
           
Queries.ForValueBuilder
           
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.dialog
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.gadget
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.component
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.component.fc
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.core
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.core.component
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.dialog
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.gadget
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.page.admin.applinks
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.page.admin.plugins
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.page.dashboard
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.query
AbstractConditionBasedQuery
          A TimedQuery that will only return if a given TimedCondition is met.
AbstractTimedQuery
           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
ExpirationHandler
          Strategies for handling expired timeouts of the TimedQuery.
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.impl.selenium.util
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.page.admin.applinks
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.page.admin.plugins
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 

Classes in com.atlassian.jira.webtest.framework.core.query used by com.atlassian.jira.webtest.framework.page.issuenavigator
TimedQuery
           Represents a repeatable query over the state of the test that results in an object instance of a particular type T.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.