public class StageConfigurationPage extends AbstractBranchNavigatorPage
pageBinder, planBranchLozenge, planBranchNavigator
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() |
StageConfigurationPage |
changePlanBranchToDivBranch(String planBranch,
PlanKey planBranchKey) |
List<String> |
getStagesFromSidebar() |
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) |
changePlanBranchToLightBranch, getPlanBranchLozenge, waitForAvailableBranches
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
public 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()
AbstractBambooPage
indicator
in class AbstractBambooPage
public StageConfigurationPage changePlanBranchToDivBranch(String planBranch, PlanKey planBranchKey)
public StageConfigurationPage addStage(String newName, String newDescription)
public StageConfigurationPage removeStage(String stageName)
public List<StageElement> allStages()
public boolean canAddStage()
public boolean canCreateDeploymentProject()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.