如何访问组件的特定版本?
How to access a specific version of a component?
我想在 SonarQube 中获取组件的不同版本的度量。
如何使用 Python 访问比最新分析版本更旧的版本?
启动 Sonarqube 6.3,您将能够使用 api/measures/search_history。
在此之前,您需要使用api/timemachine/index。
我想在 SonarQube 中获取组件的不同版本的度量。
如何使用 Python 访问比最新分析版本更旧的版本?
启动 Sonarqube 6.3,您将能够使用 api/measures/search_history。
在此之前,您需要使用api/timemachine/index。