class JobController

Methods

array
list($build_key_id)

No description

array|int
find($job_id)

GET.

void
cancel($job_id)

POST.

void
handleCancel(int $job_id)

No description

void
restart($job_id)

POST.

Details

at line 24
array list($build_key_id)

Parameters

$build_key_id

Return Value

array

Exceptions

Exception

at line 40
array|int find($job_id)

GET.

/job/{job.id}

Parameters

$job_id

Return Value

array|int

Exceptions

Exception

at line 113
void cancel($job_id)

POST.

/job/{job.id}/cancel

Parameters

$job_id

Return Value

void

Exceptions

Exception

at line 129
void handleCancel(int $job_id)

Parameters

int $job_id

Return Value

void

Exceptions

Exception

at line 149
void restart($job_id)

POST.

/job/{job.id}/restart

Parameters

$job_id

Return Value

void

Exceptions

Exception