Class ConfigureJobDockerPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.docker.AbstractDockerPage<ConfigureJobDockerPage>
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.ConfigureJobDockerPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class ConfigureJobDockerPage extends AbstractDockerPage<ConfigureJobDockerPage>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.docker.AbstractDockerPage
additionalArgs, cancelLink, saveButton
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description ConfigureJobDockerPage(PlanKey planKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureJobDockerPage
cancel()
String
getUrl()
ConfigureJobDockerPage
saveExpectingErrors()
ConfigureJobDockerPage
saveExpectingSuccess()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.docker.AbstractDockerPage
canEdit, getDockerImage, getErrorMessages, indicator, isDockerEnabled, withAdditionalArgs, withDockerEnabled, withDockerImage, withDockerVolumeMapping
-
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
-
ConfigureJobDockerPage
public ConfigureJobDockerPage(PlanKey planKey)
-
-
Method Detail
-
getUrl
public String getUrl()
-
saveExpectingErrors
public ConfigureJobDockerPage saveExpectingErrors()
-
saveExpectingSuccess
public ConfigureJobDockerPage saveExpectingSuccess()
-
cancel
public ConfigureJobDockerPage cancel()
-
-