com.atlassian.bamboo.pageobjects.pages.admin
Class UpmPage.ServerRunningWarning

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.pages.admin.UpmPage.ServerRunningWarning
Enclosing class:
UpmPage

public static class UpmPage.ServerRunningWarning
extends java.lang.Object


Constructor Summary
UpmPage.ServerRunningWarning(com.atlassian.pageobjects.elements.PageElement container)
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedCondition isDisplayed()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isPauseButtonEnabled()
           
 UpmPage pauseServer()
          Can only do this if isDisplayed() and isPauseButtonEnabled() return true conditions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpmPage.ServerRunningWarning

public UpmPage.ServerRunningWarning(com.atlassian.pageobjects.elements.PageElement container)
Method Detail

isDisplayed

public com.atlassian.pageobjects.elements.query.TimedCondition isDisplayed()

isPauseButtonEnabled

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

pauseServer

public UpmPage pauseServer()
Can only do this if isDisplayed() and isPauseButtonEnabled() return true conditions.

Returns:
UPM page


Copyright © 2011 Atlassian. All Rights Reserved.