aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test/resources/resources/single-resource-with-trends.json
blob: a29048a2fd5cdace085a6480697c7be373250891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
  {
    "id":48569,
    "key":"org.codehaus.sonar:sonar",
    "name":"Sonar",
    "scope":"PRJ",
    "qualifier":"TRK",
    "date":"2010-01-01T22:27:25+0000",
    "creationDate":"2009-01-01T22:27:25+0000",
    "lang":"java",
    "version":"1.13-SNAPSHOT",
    "description":"Embrace Quality",
    "msr":[
      {
        "key":"lines",
        "val":47798.0,
        "frmt_val":"47,798",
        "trend":0,
        "var":2
      },
      {
        "key":"ncloc",
        "val":27066.0,
        "frmt_val":"27,066",
        "trend":1,
        "var":1
      }
    ]
  }
]