aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/notifications/NotificationManager.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-221-78/+0
| | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status)
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-201-2/+2
|
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-111-3/+7
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Rename version 4.0 to 3.7.1Simon Brandhof2013-09-091-1/+1
|
* SONAR-4524 Create notifications using batch insertJulien HENRY2013-08-271-5/+15
| | | | to improve performances
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-271-0/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* SONAR-3959 Update NotifDispatchers to use new NotifManager method Fabrice Bellingard2013-01-291-2/+2
|
* SONAR-3959 Enhance NotifManager to help finding subscribed users Fabrice Bellingard2013-01-291-0/+18
|
* Sonar API - Try to improve documentation of notificationsFabrice Bellingard2012-02-031-0/+13
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2596,SONAR-2600 Improve notification mechanismEvgeny Mandrikov2011-07-201-0/+32
* Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email.