Class ProjectEventVariablesProvider
java.lang.Object
com.atlassian.jira.plugins.webhooks.url.ProjectEventVariablesProvider
- All Implemented Interfaces:
UriVariablesProvider<AbstractProjectEvent>
@Component
public class ProjectEventVariablesProvider
extends Object
implements UriVariablesProvider<AbstractProjectEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList of supported variables.List<com.atlassian.webhooks.WebhookEvent>Events which have possibility of passing variables from provider.uriVariables(AbstractProjectEvent projectEvent) Defines which values from events should be passed to url path.
-
Constructor Details
-
ProjectEventVariablesProvider
-
-
Method Details
-
uriVariables
Description copied from interface:UriVariablesProviderDefines which values from events should be passed to url path.- Specified by:
uriVariablesin interfaceUriVariablesProvider<AbstractProjectEvent>- Parameters:
projectEvent- event type- Returns:
-
supportedUriVariables
Description copied from interface:UriVariablesProviderList of supported variables.- Specified by:
supportedUriVariablesin interfaceUriVariablesProvider<AbstractProjectEvent>- Returns:
-
supportedWebhookEvents
Description copied from interface:UriVariablesProviderEvents which have possibility of passing variables from provider.- Specified by:
supportedWebhookEventsin interfaceUriVariablesProvider<AbstractProjectEvent>- Returns:
-