public class ClonePlanPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
Constructor and Description |
---|
ClonePlanPage() |
Modifier and Type | Method and Description |
---|---|
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 |
isSubmitButtonAvailable() |
ClonePlanPage |
populatePlanDetails(Consumer<CreatePlanDetailsComponent> planDetailsConsumer) |
ClonePlanPage |
populatePlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan) |
ClonePlanPage |
populatePlanDetails(TestBuildDetails plan)
Deprecated.
|
StageConfigurationPage |
saveAndContinue() |
PlanSummaryPage |
submit() |
ClonePlanPage |
submitExpectingErrors() |
ClonePlanPage |
withPlanToClone(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan) |
ClonePlanPage |
withPlanToClone(TestBuildDetails plan)
Deprecated.
|
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
public String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
@Deprecated public ClonePlanPage withPlanToClone(TestBuildDetails plan)
withPlanToClone(PlanProperties)
public ClonePlanPage withPlanToClone(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan)
@Deprecated public ClonePlanPage populatePlanDetails(TestBuildDetails plan)
populatePlanDetails(PlanProperties)
public ClonePlanPage populatePlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan)
public ClonePlanPage populatePlanDetails(Consumer<CreatePlanDetailsComponent> planDetailsConsumer)
public PlanSummaryPage submit() throws Exception
Exception
public StageConfigurationPage saveAndContinue()
public ClonePlanPage submitExpectingErrors() throws Exception
Exception
public boolean isNoPermissionInfoPresent()
public boolean isSubmitButtonAvailable()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.