Interface AutoWatchOverride
public interface AutoWatchOverride
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionisAutoWatchAllowed(Issue issue, ApplicationUser remoteUser, ApplicationUser potentialWatcher)
-
Method Details
-
isAutoWatchAllowed
AutoWatchOverride.Decision isAutoWatchAllowed(Issue issue, ApplicationUser remoteUser, ApplicationUser potentialWatcher) - Parameters:
issue- the issue in playremoteUser- the remote user on behalf of which the operation is performedpotentialWatcher- the watcher to add- Returns:
- DENY if the user should not be added as a watcher, ABSTAIN otherwise
-