public class ExecuteDeploymentPage extends AbstractBambooPage implements GlobalPage
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
driver, elementFinder, poller, testedProduct| Constructor and Description |
|---|
ExecuteDeploymentPage(String environmentId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canChooseExistingRelease() |
boolean |
canCreateNewRelease() |
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.
|
DeploymentResultPage |
submit()
If we are submitting with default state of the page then we might need for controls to get populated
|
NewReleaseComponent |
withCreateNewRelease() |
PromoteReleaseComponent |
withPromoteRelease() |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKeypublic ExecuteDeploymentPage(String environmentId)
public PromoteReleaseComponent withPromoteRelease()
public NewReleaseComponent withCreateNewRelease()
public DeploymentResultPage submit()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic String globalLinkId()
GlobalPageglobalLinkId in interface GlobalPagepublic String getUrl()
getUrl in interface com.atlassian.pageobjects.Pagepublic boolean canCreateNewRelease()
public boolean canChooseExistingRelease()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.