public class CreatePlanTasksPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
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) |
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
public CreatePlanTasksPage(PlanKey planKey)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public PlanSummaryPage create()
public StageConfigurationPage saveAndContinue()
public void cancel()
public CreatePlanTasksPage createPlanExpectingErrors() throws Exception
Exception
public CreatePlanTasksPage selectAgentIsolationType()
public CreatePlanTasksPage selectDockerIsolationType()
public CreatePlanTasksPage updateDockerImage(@NotNull String newDockerImage)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.