public class DependenciesConfigurationPage extends AbstractBambooPage
Modifier and Type | Class and Description |
---|---|
static class |
DependenciesConfigurationPage.PlanDependencyElement |
driver, elementFinder, poller, testedProduct
Constructor and Description |
---|
DependenciesConfigurationPage(PlanKey planKey) |
Modifier and Type | Method and Description |
---|---|
DependenciesConfigurationPage |
addChildPlan(com.atlassian.bamboo.specs.api.model.plan.PlanProperties childPlan) |
DependenciesConfigurationPage |
addChildPlan(TestBuildDetails childPlan) |
Iterable<PlanKey> |
getChildPlanKeys() |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
DependenciesConfigurationPage |
removeChildPlan(com.atlassian.bamboo.specs.api.model.plan.PlanProperties childPlan) |
DependenciesConfigurationPage |
removeChildPlan(TestBuildDetails childPlan) |
DependenciesConfigurationPage |
save() |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
public DependenciesConfigurationPage(@NotNull PlanKey planKey)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public DependenciesConfigurationPage addChildPlan(@NotNull TestBuildDetails childPlan)
public DependenciesConfigurationPage addChildPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties childPlan)
public DependenciesConfigurationPage removeChildPlan(@NotNull TestBuildDetails childPlan)
public DependenciesConfigurationPage removeChildPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties childPlan)
public DependenciesConfigurationPage save()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.