@Component public final class

JiraTransitionsPanel

extends Object
implements WebHooksHtmlPanel
java.lang.Object
   ↳ com.atlassian.jira.plugins.webhooks.ui.JiraTransitionsPanel

Summary

Public Constructors
@Autowired JiraTransitionsPanel(TemplateRenderer templateRenderer, AutoCompleteJsonGenerator autoCompleteJsonGenerator, ApplicationProperties applicationProperties, HelpPathResolver helpPathResolver, JiraAuthenticationContext jiraAuthenticationContext)
Public Methods
HelpPath getHelpPath(String path)
String getHtml()
String getJqlReservedWordsJson()
String getVisibleFieldNamesJson()
String getVisibleFunctionNamesJson()
boolean isAutocompleteEnabled()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.webhooks.spi.WebHooksHtmlPanel

Public Constructors

@Autowired public JiraTransitionsPanel (TemplateRenderer templateRenderer, AutoCompleteJsonGenerator autoCompleteJsonGenerator, ApplicationProperties applicationProperties, HelpPathResolver helpPathResolver, JiraAuthenticationContext jiraAuthenticationContext)

Public Methods

public HelpPath getHelpPath (String path)

public String getHtml ()

public String getJqlReservedWordsJson ()

Throws
JSONException

public String getVisibleFieldNamesJson ()

Throws
JSONException

public String getVisibleFunctionNamesJson ()

Throws
JSONException

public boolean isAutocompleteEnabled ()