@Component public class

UserCreatedEventVariablesProvider

extends Object
implements DocumentedUriVariablesProvider<T>
java.lang.Object
   ↳ com.atlassian.jira.plugins.webhooks.url.UserCreatedEventVariablesProvider

Summary

Public Constructors
@Autowired UserCreatedEventVariablesProvider(UserBeanFactory userBeanFactory)
Public Methods
final Collection<String> providedVariables()
final Map<StringObject> uriVariables(T extends DirectoryEvent event)
Protected Methods
UserEventVariablesProvider.UserVariables getUserVariables(UserCreatedEvent event)
abstract UserEventVariablesProvider.UserVariables getUserVariables(T extends DirectoryEvent event)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.webhooks.spi.DocumentedUriVariablesProvider
From interface com.atlassian.webhooks.spi.UriVariablesProvider

Public Constructors

@Autowired public UserCreatedEventVariablesProvider (UserBeanFactory userBeanFactory)

Public Methods

public final Collection<String> providedVariables ()

public final Map<StringObject> uriVariables (T extends DirectoryEvent event)

Protected Methods

protected UserEventVariablesProvider.UserVariables getUserVariables (UserCreatedEvent event)

protected abstract UserEventVariablesProvider.UserVariables getUserVariables (T extends DirectoryEvent event)