public class StageConfigurationPage extends AbstractBambooPage
driver, elementFinder, poller, testedProduct| Constructor and Description |
|---|
StageConfigurationPage(PlanKey planKey) |
StageConfigurationPage(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan) |
StageConfigurationPage(TestBuildDetails plan) |
| Modifier and Type | Method and Description |
|---|---|
StageConfigurationPage |
addStage(String newName,
String newDescription) |
List<StageElement> |
allStages() |
boolean |
canAddStage() |
boolean |
canCreateDeploymentProject() |
String |
getUrl() |
List<String> |
getVisibleTabs() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
StageConfigurationPage |
removeStage(String stageName) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKeypublic StageConfigurationPage(TestBuildDetails plan)
public StageConfigurationPage(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan)
public StageConfigurationPage(PlanKey planKey)
public String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic StageConfigurationPage addStage(String newName, String newDescription)
public StageConfigurationPage removeStage(String stageName)
public List<StageElement> allStages()
public boolean canAddStage()
public boolean canCreateDeploymentProject()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.