Class AllowlistPage

java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.admin.AllowlistPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class AllowlistPage extends AbstractJiraPage
  • Constructor Details

    • AllowlistPage

      public AllowlistPage()
  • Method Details

    • getUrl

      public String getUrl()
    • isAt

      public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
      Description copied from class: AbstractJiraPage
      Timed condition checking if we're at given page.
      Specified by:
      isAt in class AbstractJiraPage
      Returns:
      timed condition checking, if the test is at given page
    • getPanelTitle

      public String getPanelTitle()
    • isEnabled

      public boolean isEnabled()
    • toggleEnabled

      public AllowlistPage toggleEnabled()
    • getEnableToggleButtonText

      public String getEnableToggleButtonText()
    • checkUrl

      public AllowlistPage checkUrl(String url)
    • getOutboundStatus

      public String getOutboundStatus()
    • getInboundStatus

      public String getInboundStatus()
    • getAllowAnonymousStatus

      public String getAllowAnonymousStatus()
    • getAllowlistEntries

      public List<AllowlistPage.AllowlistEntryElement> getAllowlistEntries()
    • getMessageBarText

      public String getMessageBarText()
    • clickOnConfirmDisableAllowList

      public AllowlistPage clickOnConfirmDisableAllowList()
    • openSettingDialog

      public AllowlistSettingsDialog openSettingDialog()
    • addAllowlistEntry

      public AllowlistPage addAllowlistEntry(String url)