com.atlassian.pageobjects.elements.timeout
Class DefaultTimeouts
java.lang.Object
com.atlassian.pageobjects.elements.timeout.DefaultTimeouts
- All Implemented Interfaces:
- Timeouts
public class DefaultTimeouts
- extends Object
- implements Timeouts
Timeouts implementation that reads values from a default properties file or loads default timeouts if file
is not found.
|
Method Summary |
long |
timeoutFor(TimeoutType timeoutType)
Provide timeout (in milliseconds) for a given timeoutType. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final long DEFAULT
- See Also:
- Constant Field Values
DEFAULT_PAGE_LOAD
public static final long DEFAULT_PAGE_LOAD
- See Also:
- Constant Field Values
DEFAULT_AJAX_ACTION
public static final long DEFAULT_AJAX_ACTION
- See Also:
- Constant Field Values
DEFAULT_DIALOG_LOAD
public static final long DEFAULT_DIALOG_LOAD
- See Also:
- Constant Field Values
DefaultTimeouts
public DefaultTimeouts()
timeoutFor
public long timeoutFor(TimeoutType timeoutType)
- Description copied from interface:
Timeouts
- Provide timeout (in milliseconds) for a given timeoutType.
- Specified by:
timeoutFor in interface Timeouts
- Parameters:
timeoutType - type of the timeout
- Returns:
- timeout value in milliseconds
Copyright © 2014 Atlassian. All rights reserved.