Constructor and Description |
---|
AutoWatchService(com.atlassian.event.api.EventPublisher eventPublisher,
WatcherService watcherService,
UserPreferencesManager userPreferencesManager,
com.atlassian.plugin.PluginAccessor pluginAccessor) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAutoWatchEnabledForUser(ApplicationUser user) |
void |
onIssueEvent(IssueEvent event) |
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
public AutoWatchService(com.atlassian.event.api.EventPublisher eventPublisher, WatcherService watcherService, UserPreferencesManager userPreferencesManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
public void start() throws Exception
Startable
@EventListener public void onIssueEvent(IssueEvent event)
public boolean isAutoWatchEnabledForUser(ApplicationUser user)
Copyright © 2002-2024 Atlassian. All Rights Reserved.