public class ServerStateBanner extends Object
| Constructor and Description |
|---|
ServerStateBanner() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.