public class CreatePlanPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts| Constructor and Description |
|---|
CreatePlanPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan,
boolean publicAccess) |
void |
createPlanDetails(TestBuildDetails plan) |
List<String> |
getErrorMessages() |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
boolean |
isNoPermissionInfoPresent() |
boolean |
isSaveAndContinueButtonAvailable() |
CreatePlanPage |
populatePlanDetails(Consumer<CreatePlanDetailsComponent> planDetailsConsumer) |
CreatePlanPage |
populatePlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan,
boolean publicAccess) |
CreatePlanPage |
populatePlanDetails(@NotNull TestBuildDetails plan) |
CreatePlanTasksPage |
populatePlanDetailsAndSubmit(TestBuildDetails plan) |
CreatePlanRepositoryPage |
submit(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan,
boolean publicAccess) |
CreatePlanRepositoryPage |
submit(TestBuildDetails plan) |
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisiblepublic String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic void createPlanDetails(TestBuildDetails plan) throws Exception
Exceptionpublic void createPlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan,
boolean publicAccess)
throws Exception
Exceptionpublic CreatePlanPage populatePlanDetails(@NotNull @NotNull TestBuildDetails plan)
public CreatePlanPage populatePlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan, boolean publicAccess)
public CreatePlanPage populatePlanDetails(Consumer<CreatePlanDetailsComponent> planDetailsConsumer)
public CreatePlanTasksPage populatePlanDetailsAndSubmit(TestBuildDetails plan) throws Exception
Exceptionpublic boolean isNoPermissionInfoPresent()
public boolean isSaveAndContinueButtonAvailable()
public CreatePlanRepositoryPage submit(TestBuildDetails plan)
public CreatePlanRepositoryPage submit(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan, boolean publicAccess)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.