aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetScope.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-231-46/+0
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8354 Complete javadoc on deprecated class related to dashboardsJulien Lancelot2016-11-091-1/+1
|
* SONAR-8354 Deprecate API related to dashboardsJulien Lancelot2016-11-091-0/+3
|
* Fix javadoc errorsJulien HENRY2016-04-111-1/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* Quality flawsSimon Brandhof2015-06-291-1/+4
| | | | | - do not declare multiple variables on same line - fix imports
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Fix javadocSimon Brandhof2013-06-061-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Now there are PROJECT and GLOBAL constants in WidgetScopeDavid Gageot2012-05-211-1/+4
|
* Replace @WidgetGlobal by @WidgetScope.David Gageot2012-05-141-0/+37
A widget could be available for both project and global dashboards so we can't rely on a single flag. Using a scope identifier is better.