RunApi
interface RunApi
Defines actions related to the API for managing runs.
Functions
Link copied to clipboard
@POST(value = "complete")
Marks a run as completed.
Link copied to clipboard
Marks a run as failed.
Link copied to clipboard
@POST(value = "start")
Marks a run as running.
Link copied to clipboard
Marks a run as aborted.