| AbstractFeedGenerator |
Implementations of the abstract feed generator component are responsible for generating activity feed entries
|
| AbstractUserNotifier |
|
| DefaultActivitiesFeedModelBuilder |
|
| EmailUserNotifier |
Notifies the given user by sending activity feed information to their registered email address.
|
| ErrorProneActionExecutor |
|
| ErrorProneUserNotifier |
|
| FeedGeneratorJob |
Executes scheduled feed generator quartz-job - refer to scheduled-jobs-context.xml
|
| FeedNotifierImpl |
Implementation of the Activity Feed Notifier component
Note: currently implemented to email activities stored in JSON format
|
| FeedNotifierJob |
Executes scheduled feed email notifier quartz-job - refer to scheduled-jobs-context.xml
|
| FeedTaskProcessor |
Responsible for processing the individual task
|
| FeedTaskSplit |
Responsible for splitting the feed task into feed jobs (to be executed locally or on a grid)
|
| JobSettings |
Job settings passed from grid task to grid job
|
| MockUserNotifier |
A test user notifier.
|
| RepoCtx |
Repository context passed from grid task to grid job
|