com.atlassian.pageobjects.elements.util
Class Timeout

java.lang.Object
  extended by com.atlassian.pageobjects.elements.util.Timeout

public final class Timeout
extends Object

Utility for quick timeout specification.


Nested Class Summary
static class Timeout.TimeoutBuilder
           
static class Timeout.WaitTimeBuilder
           
 
Method Summary
static Timeout.TimeoutBuilder of(long count)
           
static Timeout.WaitTimeBuilder waitFor(long count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static Timeout.TimeoutBuilder of(long count)

waitFor

public static Timeout.WaitTimeBuilder waitFor(long count)


Copyright © 2014 Atlassian. All rights reserved.