com.atlassian.confluence.pageobjects
Class JavascriptTimedQueryFactory

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.JavascriptTimedQueryFactory

public class JavascriptTimedQueryFactory
extends java.lang.Object

Creates a TimedQuery for a javascript expression. For use with Poller.


Constructor Summary
JavascriptTimedQueryFactory()
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedCondition forBooleanJavascript(java.lang.String javascript)
           
 com.atlassian.pageobjects.elements.query.TimedCondition forBooleanJavascript(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, java.lang.String javascript)
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.String> forStringJavascript(java.lang.String javascript)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavascriptTimedQueryFactory

public JavascriptTimedQueryFactory()
Method Detail

forBooleanJavascript

public com.atlassian.pageobjects.elements.query.TimedCondition forBooleanJavascript(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts,
                                                                                    java.lang.String javascript)
Parameters:
javascript - must return a boolean value.

forBooleanJavascript

public com.atlassian.pageobjects.elements.query.TimedCondition forBooleanJavascript(java.lang.String javascript)
Parameters:
javascript - must return a boolean value.

forStringJavascript

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.String> forStringJavascript(java.lang.String javascript)
Parameters:
javascript - must return a value.


Copyright © 2003-2014 Atlassian. All Rights Reserved.