Class ManualEncryptionPage

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.specs.ManualEncryptionPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ManualEncryptionPage extends AbstractBambooPage
  • Field Details

  • Constructor Details

    • ManualEncryptionPage

      public ManualEncryptionPage()
  • Method Details

    • indicator

      public com.atlassian.pageobjects.elements.PageElement indicator()
      Description copied from class: AbstractBambooPage
      This must return an element whose presence indicates that we're on given page.
      Specified by:
      indicator in class AbstractBambooPage
      Returns:
      element uniquely identifying given page
    • getUrl

      public String getUrl()
    • setText

      public ManualEncryptionPage setText(String text)
    • submit

      public ManualEncryptionPage submit()
    • isSuccessful

      public boolean isSuccessful()
    • getFormErrors

      public List<String> getFormErrors()
    • getOutput

      public String getOutput()
    • hasErrorDialog

      public boolean hasErrorDialog()
    • getErrorDialogMessage

      public String getErrorDialogMessage()
    • back

      public BambooDashboardPage back()