Uses of Class
com.atlassian.jira.webtest.framework.core.Timeouts

Packages that use Timeouts
com.atlassian.jira.webtest.framework.core   
com.atlassian.jira.webtest.framework.impl.selenium.condition   
com.atlassian.jira.webtest.framework.impl.selenium.core   
com.atlassian.jira.webtest.framework.impl.selenium.core.component   
com.atlassian.jira.webtest.framework.impl.selenium.locator   
com.atlassian.jira.webtest.framework.impl.selenium.query   
com.atlassian.jira.webtest.framework.impl.selenium.util   
 

Uses of Timeouts in com.atlassian.jira.webtest.framework.core
 

Methods in com.atlassian.jira.webtest.framework.core that return Timeouts
static Timeouts Timeouts.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Timeouts[] Timeouts.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Fields in com.atlassian.jira.webtest.framework.impl.selenium.condition declared as Timeouts
static Timeouts AbstractSeleniumTimedCondition.DEFAULT_TIMEOUT
          A global default timeout for conditions is UI_ACTION, as most of the conditions is run to evaluate results of such.
 

Constructors in com.atlassian.jira.webtest.framework.impl.selenium.condition with parameters of type Timeouts
AbstractSeleniumTimedCondition(SeleniumContext context, Timeouts defaultTimeout)
          Creates a new AbstractSeleniumTimedCondition with defaultTimeout customized for given condition instance.
 

Uses of Timeouts in com.atlassian.jira.webtest.framework.impl.selenium.core
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.core with parameters of type Timeouts
 void SeleniumWaits.pageLoad(Timeouts timeout)
          Wait for page load with custom timeout.
 void SeleniumWaits.popup(String windowId, Timeouts timeout)
          Wait for popup with custom timeout.
 long DefaultTimeouts.timeoutFor(Timeouts timeoutType)
           
 long SeleniumContext.timeoutFor(Timeouts timeoutType)
           
 

Uses of Timeouts in com.atlassian.jira.webtest.framework.impl.selenium.core.component
 

Constructors in com.atlassian.jira.webtest.framework.impl.selenium.core.component with parameters of type Timeouts
SeleniumCheckbox(SeleniumLocator locator, SeleniumContext ctx, Timeouts defaultTimeout)
           
 

Uses of Timeouts in com.atlassian.jira.webtest.framework.impl.selenium.locator
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.locator that return Timeouts
 Timeouts AbstractSeleniumLocator.defaultTimeout()
           
 Timeouts SeleniumLocator.defaultTimeout()
          Default timeout for the timed conditions of this locator's element.
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.locator with parameters of type Timeouts
 SeleniumLocator SeleniumLocator.withDefaultTimeout(Timeouts defTimeout)
          Create new locator with this locator's data and a custom default timeout for the timed conditions of this locator's element.
 

Constructors in com.atlassian.jira.webtest.framework.impl.selenium.locator with parameters of type Timeouts
AbstractSeleniumLocator(SeleniumContext ctx, LocatorData locatorData, Timeouts defTimeout)
           
AbstractSeleniumLocator(SeleniumContext ctx, LocatorType locatorType, String value, Timeouts defTimeout)
           
 

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

Constructors in com.atlassian.jira.webtest.framework.impl.selenium.query with parameters of type Timeouts
AbstractSeleniumTimedQuery(SeleniumContext ctx, ExpirationHandler handler, Timeouts defTimeout)
           
 

Uses of Timeouts in com.atlassian.jira.webtest.framework.impl.selenium.util
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.util with parameters of type Timeouts
 B AbstractSeleniumTimedObjectBuilder.defaultTimeout(Timeouts defaultTimeout)
           
 B AbstractTimedObjectBuilder.defaultTimeout(Timeouts defaultTimeout)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.