Class UserDeletedEventVariablesProvider
java.lang.Object
com.atlassian.jira.plugins.webhooks.url.UserDeletedEventVariablesProvider
- All Implemented Interfaces:
UriVariablesProvider<com.atlassian.crowd.event.user.UserDeletedEvent>
@Component
public final class UserDeletedEventVariablesProvider
extends Object
implements UriVariablesProvider<com.atlassian.crowd.event.user.UserDeletedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionUserDeletedEventVariablesProvider
(UserKeyService userKeyService, 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.UserDeletedEvent event) Defines which values from events should be passed to url path.
-
Constructor Details
-
UserDeletedEventVariablesProvider
public UserDeletedEventVariablesProvider(UserKeyService userKeyService, 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.UserDeletedEvent>
- 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.UserDeletedEvent>
- Returns:
-
supportedUriVariables
Description copied from interface:UriVariablesProvider
List of supported variables.- Specified by:
supportedUriVariables
in interfaceUriVariablesProvider<com.atlassian.crowd.event.user.UserDeletedEvent>
- Returns:
-