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