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 Details

    • RunCustomisedDialog

      public RunCustomisedDialog()
  • Method Details

    • 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()