public class ViewDeploymentProjectEnvironments extends AbstractBambooPage
driver, elementFinder, pageBinder, testedProduct
Constructor and Description |
---|
ViewDeploymentProjectEnvironments(String deploymentProjectId) |
Modifier and Type | Method and Description |
---|---|
ViewDeploymentProjectEnvironments |
assertNeverDeployed(String environmentId)
Deprecated.
since 5.10, use
EnvironmentsControl.assertNeverDeployedOn(String) |
ViewDeploymentProjectEnvironments |
assertReleaseSuccessfullyDeployed(String environmentId,
String versionName)
Deprecated.
|
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
ViewDeploymentProjectEnvironments |
waitForSuccessfulDeployment(String environmentId) |
ViewDeploymentProjectEnvironments |
waitForSuccessfulDeployment(String environmentId,
String versionName)
Deprecated.
since 5.10, use
EnvironmentsControl.waitForSuccessfulDeployment(String, String) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded
public ViewDeploymentProjectEnvironments(@NotNull String deploymentProjectId)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public ViewDeploymentProjectEnvironments waitForSuccessfulDeployment(@NotNull String environmentId)
@Deprecated public ViewDeploymentProjectEnvironments waitForSuccessfulDeployment(@NotNull String environmentId, @NotNull String versionName)
EnvironmentsControl.waitForSuccessfulDeployment(String, String)
@Deprecated public ViewDeploymentProjectEnvironments assertNeverDeployed(@NotNull String environmentId)
EnvironmentsControl.assertNeverDeployedOn(String)
@Deprecated public ViewDeploymentProjectEnvironments assertReleaseSuccessfullyDeployed(@NotNull String environmentId, @NotNull String versionName)
EnvironmentsControl.assertVersionSuccessfullyDeployed(String, String)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.