@Component public class JiraJQLPanel extends Object
| Constructor and Description |
|---|
JiraJQLPanel(com.atlassian.templaterenderer.TemplateRenderer templateRenderer,
AutoCompleteJsonGenerator autoCompleteJsonGenerator,
ApplicationProperties applicationProperties,
com.atlassian.sal.api.message.HelpPathResolver helpPathResolver,
JiraAuthenticationContext jiraAuthenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.sal.api.message.HelpPath |
getHelpPath(String path) |
String |
getHtml() |
String |
getJqlReservedWordsJson() |
String |
getVisibleFieldNamesJson() |
String |
getVisibleFunctionNamesJson() |
boolean |
isAutocompleteEnabled() |
@Autowired
public JiraJQLPanel(com.atlassian.templaterenderer.TemplateRenderer templateRenderer,
AutoCompleteJsonGenerator autoCompleteJsonGenerator,
ApplicationProperties applicationProperties,
com.atlassian.sal.api.message.HelpPathResolver helpPathResolver,
JiraAuthenticationContext jiraAuthenticationContext)
public String getHtml()
getHtml in interface com.atlassian.webhooks.spi.WebHooksHtmlPanelpublic String getVisibleFieldNamesJson() throws JSONException
JSONExceptionpublic String getVisibleFunctionNamesJson() throws JSONException
JSONExceptionpublic String getJqlReservedWordsJson() throws JSONException
JSONExceptionpublic boolean isAutocompleteEnabled()
public com.atlassian.sal.api.message.HelpPath getHelpPath(String path)
Copyright © 2002-2021 Atlassian. All Rights Reserved.