Class 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 Detail

      • RunCustomisedDialog

        public RunCustomisedDialog()
    • 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()
      • confirm

        public void confirm()