aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/utils/command/Command.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-174/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-121-6/+4
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* Remove some usages of Guava in APISimon Brandhof2017-06-191-12/+14
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-3/+3
* SONAR-5643 Hide SVN password and rework loggingJulien HENRY2014-10-021-4/+14
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Fix some quality flawsSimon Brandhof2014-01-071-7/+7
* New class System2 to increase testability of classes that call low-level syst...Simon Brandhof2013-12-171-13/+16
* Fix some 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
* SONAR-3698 correctly propagate exit code on WindowsSimon Brandhof2012-09-131-1/+1
* SONAR-3698 Improve documentation, code coverage and add a salt of GuavaDavid Gageot2012-07-261-17/+23
* SONAR-3698 API : ability to execute scripts without enough permissionsSimon Brandhof2012-07-251-0/+26
* Command env variables are initialized with System.getenv()Simon Brandhof2012-07-111-2/+2
* Improve javadoc of org.sonar.api.utils.command.CommandSimon Brandhof2012-07-101-3/+6
* Minor improvements on org.sonar.api.utils.commandSimon Brandhof2012-07-101-0/+3
* SONAR-3626 CommandExecutor: should be possible to specify environment variablesEvgeny Mandrikov2012-07-061-0/+21
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-2574 API: configure the working directory used by org.sonar.api.utils.c...Simon Brandhof2011-07-051-0/+11
* SONAR-2274 API: add utility class to execute command-linessimonbrandhof2011-03-131-0/+91