|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.pageobjects.core.ServerStateBanner
public class ServerStateBanner
Banner on the top of the page tracking the state of Bamboo.
Constructor Summary | |
---|---|
ServerStateBanner()
|
Method Summary | |
---|---|
boolean |
hasResumeServerButton()
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isPaused()
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isVisible()
The banner is visible when Bamboo is in any state other than running. |
void |
resumeServer()
Resume the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerStateBanner()
Method Detail |
---|
public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isPaused()
public boolean hasResumeServerButton()
public void resumeServer()
Resume the server.
Can only be called if isVisible()
and hasResumeServerButton()
both return true
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |