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