com.atlassian.bamboo.pageobjects.pages.setup
Class BambooSetupWait

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.pages.setup.BambooSetupWait

public class BambooSetupWait
extends java.lang.Object

The setup wait page in Bamboo.

This is really a page but for convenience we represent it as a component and just expose the condition that allows us to wait until it's gone.

Since:
v3.3

Constructor Summary
BambooSetupWait()
           
BambooSetupWait(com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isDisplayed()
           
 void setTimeouts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooSetupWait

public BambooSetupWait()

BambooSetupWait

public BambooSetupWait(com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
Method Detail

setTimeouts

public void setTimeouts()

isDisplayed

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isDisplayed()


Copyright © 2012 Atlassian. All Rights Reserved.