com.atlassian.jira.webtest.framework.impl.selenium.query
Class AbstractLocatorConditionQuery<T>

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.core.AbstractPollingQuery
      extended by com.atlassian.jira.webtest.framework.core.query.AbstractTimedQuery<T>
          extended by com.atlassian.jira.webtest.framework.core.query.AbstractConditionBasedQuery<T>
              extended by com.atlassian.jira.webtest.framework.impl.selenium.query.AbstractSeleniumConditionBasedQuery<T>
                  extended by com.atlassian.jira.webtest.framework.impl.selenium.query.AbstractLocatorConditionQuery<T>
All Implemented Interfaces:
ClockAware, PollingQuery, TimedQuery<T>
Direct Known Subclasses:
AttributeQuery, TextQuery, ValueQuery

public abstract class AbstractLocatorConditionQuery<T>
extends AbstractSeleniumConditionBasedQuery<T>
implements TimedQuery<T>

Condition based query that uses locator. Got it?;P

Since:
v4.3

Field Summary
protected  String locator
           
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.query.AbstractSeleniumConditionBasedQuery
client, context
 
Fields inherited from class com.atlassian.jira.webtest.framework.core.AbstractPollingQuery
defaultTimeout, interval
 
Constructor Summary
protected AbstractLocatorConditionQuery(AbstractLocatorBasedConditionQueryBuilder<?,?,T> builder)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.webtest.framework.core.query.AbstractConditionBasedQuery
condition, currentValue, evaluateNow, shouldReturn, substituteValue
 
Methods inherited from class com.atlassian.jira.webtest.framework.core.query.AbstractTimedQuery
by, by, byDefaultTimeout, clock, expirationHandler, now, resetLastRun, toString
 
Methods inherited from class com.atlassian.jira.webtest.framework.core.AbstractPollingQuery
defaultTimeout, interval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.query.TimedQuery
by, by, byDefaultTimeout, now
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PollingQuery
defaultTimeout, interval
 

Field Detail

locator

protected final String locator
Constructor Detail

AbstractLocatorConditionQuery

protected AbstractLocatorConditionQuery(AbstractLocatorBasedConditionQueryBuilder<?,?,T> builder)


Copyright © 2002-2013 Atlassian. All Rights Reserved.