public class CreatePlanRepositoryPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
Constructor and Description |
---|
CreatePlanRepositoryPage() |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
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.
|
void |
linkRepositories(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan)
Create plan the manual way.
|
void |
linkRepositories(TestBuildDetails plan) |
CreatePlanRepositoryPage |
selectNoVcs() |
<P extends VcsComponent> |
selectVcs(Class<P> vcsRepositoryComponentClass) |
CreatePlanTasksPage |
submitNewPlan(PlanKey jobKey) |
CreatePlanRepositoryPage |
submitNewPlanExpectingErrors() |
CreatePlanTasksPage |
submitNewPlanWithNoRepo(PlanKey jobKey) |
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
public CreatePlanTasksPage submitNewPlan(@NotNull PlanKey jobKey)
public CreatePlanTasksPage submitNewPlanWithNoRepo(@NotNull PlanKey jobKey)
public CreatePlanRepositoryPage submitNewPlanExpectingErrors()
public void linkRepositories(TestBuildDetails plan) throws Exception
Exception
public void linkRepositories(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan) throws Exception
Exception
public CreatePlanRepositoryPage selectNoVcs()
public <P extends VcsComponent> P selectVcs(@NotNull Class<P> vcsRepositoryComponentClass)
public void cancel()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.