public class CreateEnvironmentPage extends AbstractBambooPage implements GlobalPage
driver, elementFinder, pageBinder, poller, testedProduct
Constructor and Description |
---|
CreateEnvironmentPage() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentPage |
enterDetails(String name,
String description) |
com.atlassian.pageobjects.elements.PageElement |
getForm() |
String |
getUrl() |
String |
globalLinkId()
ID of the link in the main navigation menu.
|
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
CreateEnvironmentPage |
selectAgentIsolationType() |
CreateEnvironmentPage |
selectDockerIsolationType() |
ConfigureDeploymentProjectPage |
submitAndBack() |
CreateEnvironmentPage |
submitWithValidationFailure() |
CreateEnvironmentPage |
updateDockerImage(String newDockerImage) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
public CreateEnvironmentPage enterDetails(String name, String description)
public CreateEnvironmentPage selectAgentIsolationType()
public CreateEnvironmentPage selectDockerIsolationType()
public CreateEnvironmentPage updateDockerImage(@NotNull String newDockerImage)
public ConfigureDeploymentProjectPage submitAndBack()
public CreateEnvironmentPage submitWithValidationFailure()
public com.atlassian.pageobjects.elements.PageElement getForm()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String globalLinkId()
GlobalPage
globalLinkId
in interface GlobalPage
public String getUrl()
getUrl
in interface com.atlassian.pageobjects.Page
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.