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:UriVariablesProvider
Defines which values from events should be passed to url path.- Specified by:
uriVariables
in interfaceUriVariablesProvider<com.atlassian.crowd.event.user.UserCreatedEvent>
- Parameters:
event
- event type- Returns:
-
supportedWebhookEvents
Description copied from interface:UriVariablesProvider
Events which have possibility of passing variables from provider.- Specified by:
supportedWebhookEvents
in interfaceUriVariablesProvider<com.atlassian.crowd.event.user.UserCreatedEvent>
- Returns:
-
supportedUriVariables
Description copied from interface:UriVariablesProvider
List of supported variables.- Specified by:
supportedUriVariables
in interfaceUriVariablesProvider<com.atlassian.crowd.event.user.UserCreatedEvent>
- Returns:
-