Class AbstractWebHookPanel
java.lang.Object
com.atlassian.jira.pageobjects.pages.webhooks.AbstractWebHookPanel
- Direct Known Subclasses:
EditWebHookListenerPanel
,ViewWebHookListenerPanel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.PageBinder
protected com.atlassian.aui.auipageobjects.AuiCheckbox
protected com.atlassian.pageobjects.elements.PageElementFinder
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
-
Constructor Summary
Constructors -
Method Summary
-
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 -
finder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder -
binder
@Inject protected com.atlassian.pageobjects.PageBinder binder
-
-
Constructor Details
-
AbstractWebHookPanel
public AbstractWebHookPanel()
-
-
Method Details