Class RunCustomisedDialog
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.RunCustomisedDialog
-
public class RunCustomisedDialog extends Object
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
Constructors Constructor Description RunCustomisedDialog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
confirm()
TextElement
getCustomRevisionSelector()
com.atlassian.pageobjects.elements.PageElement
getOverrideVariableLink()
com.atlassian.pageobjects.elements.PageElement
getOverrideVariableTable()
RunCustomisedDialog
setVerboseMode(boolean enabled)
void
waitUntilOpen()
-
-
-
Method Detail
-
waitUntilOpen
public void waitUntilOpen()
-
getCustomRevisionSelector
public TextElement getCustomRevisionSelector()
-
getOverrideVariableLink
public com.atlassian.pageobjects.elements.PageElement getOverrideVariableLink()
-
getOverrideVariableTable
public com.atlassian.pageobjects.elements.PageElement getOverrideVariableTable()
-
setVerboseMode
public RunCustomisedDialog setVerboseMode(boolean enabled)
-
confirm
public void confirm()
-
-