Class ConfigureEnvironmentMiscellaneousPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.deployment.environments.ConfigureEnvironmentMiscellaneousPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class ConfigureEnvironmentMiscellaneousPage extends AbstractBambooPage
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description ConfigureEnvironmentMiscellaneousPage(String environmentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
getInputElement(@NotNull String name)
com.atlassian.pageobjects.elements.PageElement
getInputElement(@NotNull String name, @NotNull Class<? extends com.atlassian.pageobjects.elements.PageElement> clazz)
String
getUrl()
com.atlassian.pageobjects.elements.PageElement
indicator()
This must return an element whose presence indicates that we're on given page.ConfigureDeploymentProjectPage
saveConfiguration()
ConfigureEnvironmentMiscellaneousPage
setTextfieldText(@NotNull String name, @NotNull String text)
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-
-
-
Constructor Detail
-
ConfigureEnvironmentMiscellaneousPage
public ConfigureEnvironmentMiscellaneousPage(String environmentId)
-
-
Method Detail
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()
Description copied from class:AbstractBambooPage
This must return an element whose presence indicates that we're on given page.- Specified by:
indicator
in classAbstractBambooPage
- Returns:
- element uniquely identifying given page
-
getUrl
public String getUrl()
-
saveConfiguration
public ConfigureDeploymentProjectPage saveConfiguration()
-
setTextfieldText
public ConfigureEnvironmentMiscellaneousPage setTextfieldText(@NotNull @NotNull String name, @NotNull @NotNull String text)
-
getInputElement
public com.atlassian.pageobjects.elements.PageElement getInputElement(@NotNull @NotNull String name)
-
-