com.atlassian.pageobjects.elements
Class WebDriverLocatable.LocateTimeout.Builder

java.lang.Object
  extended by com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout.Builder
Enclosing class:
WebDriverLocatable.LocateTimeout

public static final class WebDriverLocatable.LocateTimeout.Builder
extends Object


Constructor Summary
WebDriverLocatable.LocateTimeout.Builder()
           
 
Method Summary
 WebDriverLocatable.LocateTimeout build()
           
 WebDriverLocatable.LocateTimeout.Builder pollInterval(long millis)
           
 WebDriverLocatable.LocateTimeout.Builder pollInterval(long amount, TimeUnit unit)
           
 WebDriverLocatable.LocateTimeout.Builder timeout(long millis)
           
 WebDriverLocatable.LocateTimeout.Builder timeout(long amount, TimeUnit unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDriverLocatable.LocateTimeout.Builder

public WebDriverLocatable.LocateTimeout.Builder()
Method Detail

timeout

public WebDriverLocatable.LocateTimeout.Builder timeout(long millis)

timeout

public WebDriverLocatable.LocateTimeout.Builder timeout(long amount,
                                                        TimeUnit unit)

pollInterval

public WebDriverLocatable.LocateTimeout.Builder pollInterval(long millis)

pollInterval

public WebDriverLocatable.LocateTimeout.Builder pollInterval(long amount,
                                                             TimeUnit unit)

build

public WebDriverLocatable.LocateTimeout build()


Copyright © 2014 Atlassian. All rights reserved.