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 Details

  • Method Details

    • uriVariables

      public Map<String,Object> uriVariables(com.atlassian.crowd.event.user.UserCreatedEvent event)
      Description copied from interface: UriVariablesProvider
      Defines which values from events should be passed to url path.
      Specified by:
      uriVariables in interface UriVariablesProvider<com.atlassian.crowd.event.user.UserCreatedEvent>
      Parameters:
      event - event type
      Returns:
    • supportedWebhookEvents

      public List<com.atlassian.webhooks.WebhookEvent> supportedWebhookEvents()
      Description copied from interface: UriVariablesProvider
      Events which have possibility of passing variables from provider.
      Specified by:
      supportedWebhookEvents in interface UriVariablesProvider<com.atlassian.crowd.event.user.UserCreatedEvent>
      Returns:
    • supportedUriVariables

      public List<String> supportedUriVariables()
      Description copied from interface: UriVariablesProvider
      List of supported variables.
      Specified by:
      supportedUriVariables in interface UriVariablesProvider<com.atlassian.crowd.event.user.UserCreatedEvent>
      Returns: