com.atlassian.selenium
Class ByTimeoutConfiguration

java.lang.Object
  extended by com.atlassian.selenium.ByTimeoutConfiguration

public class ByTimeoutConfiguration
extends Object


Method Summary
 String getAssertMessage()
           
 boolean getAutoGeneratedKey()
           
 Condition getCondition()
           
 long getConditionCheckInterval()
           
 String getKey()
           
 long getMaxWaitTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCondition

public Condition getCondition()

getKey

public String getKey()

getMaxWaitTime

public long getMaxWaitTime()

getConditionCheckInterval

public long getConditionCheckInterval()

getAssertMessage

public String getAssertMessage()

getAutoGeneratedKey

public boolean getAutoGeneratedKey()


Copyright © 2014 Atlassian. All rights reserved.