aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/tasks
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-102-153/+0
|
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-112-2/+2
|
* Update copyright headersSimon Brandhof2013-04-222-8/+8
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-212-6/+6
|
* SONAR-4069 fix task extension pointSimon Brandhof2013-03-142-110/+41
|
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-052-0/+3
| | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327.
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-052-3/+0
| | | | Feature is postponed to version 3.6.
* Add unit test to ListTasksTaskSimon Brandhof2013-02-131-0/+44
|
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-131-9/+10
|
* SONAR-4069 Minor improvements and fixes for tasksJulien HENRY2013-01-171-0/+94
| | | | | * Try to break package cycle * Add validation on TaskDefinition
* SONAR-4069 Small improvements on new task featureJulien HENRY2013-01-161-0/+83
* Simon feedback * Add additional JUnit tests