public class CreatePlanTasksPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct| Constructor and Description |
|---|
CreatePlanTasksPage(PlanKey planKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
PlanSummaryPage |
create() |
CreatePlanTasksPage |
createPlanExpectingErrors() |
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.
|
StageConfigurationPage |
saveAndContinue() |
CreatePlanTasksPage |
selectAgentIsolationType() |
CreatePlanTasksPage |
selectDockerIsolationType() |
CreatePlanTasksPage |
updateDockerImage(String newDockerImage) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKeypublic CreatePlanTasksPage(PlanKey planKey)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic String getUrl()
public PlanSummaryPage create()
public StageConfigurationPage saveAndContinue()
public void cancel()
public CreatePlanTasksPage createPlanExpectingErrors() throws Exception
Exceptionpublic CreatePlanTasksPage selectAgentIsolationType()
public CreatePlanTasksPage selectDockerIsolationType()
public CreatePlanTasksPage updateDockerImage(@NotNull String newDockerImage)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.