Class RunCustomisedDialog
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.RunCustomisedDialog
Dialog displayed before a customisable build is to be run.
This component represents multiple types of dialogs which share similar UI and behaviour, for example:
- run customised build dialog
- run manual stage dialog
- re-run build dialog
Because of that, and because of user permissions, not all configuration options may always be displayed. Be sure
to check PageElement.isPresent()
on sub-components before using them.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
confirm()
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
setVerboseMode
(boolean enabled) void
-
Constructor Details
-
RunCustomisedDialog
public RunCustomisedDialog()
-
-
Method Details
-
waitUntilOpen
public void waitUntilOpen() -
getCustomRevisionSelector
-
getOverrideVariableLink
public com.atlassian.pageobjects.elements.PageElement getOverrideVariableLink() -
getOverrideVariableTable
public com.atlassian.pageobjects.elements.PageElement getOverrideVariableTable() -
setVerboseMode
-
confirm
public void confirm()
-