All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.server.ce.ws.component-example.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "queue": [
    {
      "organization": "my-org-1",
      "id": "AU_w84A6gAS1Hm6h4_ih",
      "type": "REPORT",
      "componentId": "AU_w74XMgAS1Hm6h4-Y-",
      "componentKey": "com.github.kevinsawicki:http-request-parent",
      "componentName": "HttpRequest",
      "componentQualifier": "TRK",
      "status": "PENDING",
      "submittedAt": "2015-09-21T19:28:54+0200",
      "logs": false
    }
  ],
  "current": {
    "organization": "my-org-1",
    "id": "AU_w8LDjgAS1Hm6h4-aY",
    "type": "REPORT",
    "componentId": "AU_w74XMgAS1Hm6h4-Y-",
    "componentKey": "com.github.kevinsawicki:http-request-parent",
    "componentName": "HttpRequest",
    "componentQualifier": "TRK",
    "analysisId": "123456",
    "status": "FAILED",
    "submittedAt": "2015-09-21T19:25:49+0200",
    "startedAt": "2015-09-21T19:25:57+0200",
    "finishedAt": "2015-09-21T19:25:58+0200",
    "executionTimeMs": 1371,
    "logs": false,
    "errorMessage": "the error message",
    "errorType": "the optional error type",
    "hasErrorStacktrace": false,
    "hasScannerContext": true
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy