aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/IssueQuery.java
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-ws-client to sub-dir server/Simon Brandhof2014-07-101-161/+0
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-221-0/+3
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Add a parameter 'hideRules' on the Issues search search in order to not retur...Julien Lancelot2014-02-071-0/+8
* SONAR-4563 complete web service clientSimon Brandhof2013-08-121-0/+9
* Improve error handling of ws-clientSimon Brandhof2013-06-131-2/+4
* SONAR-3755 remove unused methods in issue ws clientSimon Brandhof2013-05-171-7/+0
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-141-1/+8
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-141-0/+5
* SONAR-4323 add missing unit testSimon Brandhof2013-05-131-2/+0
* SONAR-4323 add Java client to WS /api/users/searchSimon Brandhof2013-05-131-0/+2
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-071-0/+4
* SONAR-3755 Add planned parameter on IssueQuery for Issues code viewerJulien Lancelot2013-05-061-0/+5
* SONAR-3755 Add assigned parameter to IssueQueryJulien Lancelot2013-04-301-0/+5
* SONAR-3755 Rename key by issueKey in IssueQueryJulien Lancelot2013-04-291-2/+2
* SONAR-3755 Add sort in IssueQueryJulien Lancelot2013-04-241-0/+10
* SONAR-3755 Add pagination on Issues WSJulien Lancelot2013-04-241-4/+4
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3755 new sonar-ws-client API for issuesSimon Brandhof2013-04-191-0/+110