public class DependenciesConfigurationPage extends AbstractBambooPage
Modifier and Type | Class and Description |
---|---|
static class |
DependenciesConfigurationPage.PlanDependencyElement |
driver, elementFinder, testedProduct
Constructor and Description |
---|
DependenciesConfigurationPage(PlanKey planKey) |
Modifier and Type | Method and Description |
---|---|
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(TestBuildDetails childPlan) |
DependenciesConfigurationPage |
save() |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded
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 removeChildPlan(@NotNull TestBuildDetails childPlan)
public DependenciesConfigurationPage save()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.