aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/ExtensionUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-181-48/+0
* SONAR-7234 Remove @SupportedEnvironmentJulien HENRY2016-01-201-21/+0
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-021-5/+0
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-201-1/+1
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-111-3/+3
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-271-3/+3
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.modeJulien HENRY2013-10-141-1/+1
* Fix quality flawsSimon Brandhof2013-08-161-1/+1
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-4069 new task extension pointSimon Brandhof2013-03-141-17/+7
* SONAR-4069 Removed TaskDefinitionExtension interface.Julien HENRY2013-01-181-11/+3
* SONAR-4069 Refactoring of Task extensionJulien HENRY2013-01-181-1/+2
* SONAR-4069 Move task related interface in task packageJulien HENRY2013-01-171-2/+3
* SONAR-4069 Small improvements on new task featureJulien HENRY2013-01-161-4/+3
* SONAR-4069 Fix issue with ProjectBuilder extensionJulien HENRY2013-01-141-0/+6
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-2/+12
* SONAR-3895 allow to exclude plugins during dry run modeSimon Brandhof2012-11-061-1/+1
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-311-3/+3
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-261-13/+10
* Revert change that broke the APIDavid Gageot2012-05-281-4/+4
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Fix violationsEvgeny Mandrikov2011-11-071-1/+0
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-151-0/+6
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-0/+6
* SONAR-2469 fix typo in name of InstantiationStrategy classsimonbrandhof2011-05-261-3/+3
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-0/+67