SonarQube API result limit

牧云@^-^@ 提交于 2019-12-11 13:13:22

问题


I have a question about the limit restriction of results in the web api.

There was a restriction to max. 500 results in prior versions. See this open bug (https://jira.codehaus.org/browse/SONAR-2920) and an old documentation entry ( http://docs.codehaus.org/pages/viewpage.action?pageId=229743280).

This part is not included in the current documentation ( http://nemo.sonarqube.org/api_documentation#api/resources) and my tests have shown that the api of version 5.1 as well as 4.5.4 is able to deliver more than 500 results.

So, can the bug be closed and there is no more restriction or do you have a bug that there is no limitation?

Cheers,

Stefan


回答1:


There's indeed a bug in this WS, the result should always be limited to 500 : http://jira.sonarsource.com/browse/SONAR-6584

Regards



来源:https://stackoverflow.com/questions/30512888/sonarqube-api-result-limit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!