TileExecutorResponse

TileExecutorResponse
TileExecutorResponse
JSON Example
{
    "duration": 0,
    "status": "COMPLETED",
    "statusMessage": "Failed to connect to jenkins server endpoint"
}
integer As int64 As int64
duration
Optional

time taken for the Tile execution to finish.

object
output
Optional

Output properties from the Tile execution.

string
status
Optional

Status of the Tile execution.

Possible values are : CREATED, STARTED, PAUSED, CANCELED, COMPLETED, FAILED,
string
statusMessage
Optional

Status message of the Tile execution.