org.sonar.server.webhook.ws.example-deliveries.json Maven / Gradle / Ivy
{
"deliveries": [
{
"id": "d1",
"componentKey": "my-project",
"ceTaskId": "task-1",
"name": "Jenkins",
"url": "http://jenkins",
"at": "2017-07-14T04:40:00+0200",
"success": true,
"httpStatus": 200,
"durationMs": 10
}
]
}