| Constructor and Description |
|---|
AutoWatchService(com.atlassian.event.api.EventPublisher eventPublisher,
WatcherService watcherService,
UserPreferencesManager userPreferencesManager) |
| 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)
public void start()
throws Exception
Startable@EventListener public void onIssueEvent(IssueEvent event)
public boolean isAutoWatchEnabledForUser(ApplicationUser user)
Copyright © 2002-2017 Atlassian. All Rights Reserved.