Class AbstractWebHookPanel

java.lang.Object
com.atlassian.jira.pageobjects.pages.webhooks.AbstractWebHookPanel
Direct Known Subclasses:
EditWebHookListenerPanel, ViewWebHookListenerPanel

public abstract class AbstractWebHookPanel extends Object
  • Field Details

    • webHookName

      protected com.atlassian.pageobjects.elements.PageElement webHookName
    • webHookUrl

      protected com.atlassian.pageobjects.elements.PageElement webHookUrl
    • webHookDescription

      protected com.atlassian.pageobjects.elements.PageElement webHookDescription
    • excludeDetails

      protected com.atlassian.aui.auipageobjects.AuiCheckbox excludeDetails
    • jql

      protected com.atlassian.pageobjects.elements.PageElement jql
    • webhookNav

      protected com.atlassian.pageobjects.elements.PageElement webhookNav
    • finder

      @Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
    • binder

      @Inject protected com.atlassian.pageobjects.PageBinder binder
  • Constructor Details

    • AbstractWebHookPanel

      public AbstractWebHookPanel()
  • Method Details