Uses of Class
com.atlassian.bamboo.pageobjects.pages.deployment.execute.ExecuteDeploymentPage
-
Packages that use ExecuteDeploymentPage Package Description com.atlassian.bamboo.pageobjects.pages.deployment com.atlassian.bamboo.pageobjects.pages.deployment.execute -
-
Uses of ExecuteDeploymentPage in com.atlassian.bamboo.pageobjects.pages.deployment
Methods in com.atlassian.bamboo.pageobjects.pages.deployment that return ExecuteDeploymentPage Modifier and Type Method Description ExecuteDeploymentPage
ConfigureEnvironmentComponent. deploy()
ExecuteDeploymentPage
EnvironmentSummaryPage. deploy()
-
Uses of ExecuteDeploymentPage in com.atlassian.bamboo.pageobjects.pages.deployment.execute
Methods in com.atlassian.bamboo.pageobjects.pages.deployment.execute that return ExecuteDeploymentPage Modifier and Type Method Description ExecuteDeploymentPage
NewReleaseComponent. done()
ExecuteDeploymentPage
PromoteReleaseComponent. done()
Constructors in com.atlassian.bamboo.pageobjects.pages.deployment.execute with parameters of type ExecuteDeploymentPage Constructor Description NewReleaseComponent(@NotNull ExecuteDeploymentPage parent)
PromoteReleaseComponent(@NotNull ExecuteDeploymentPage parent)
-