Method | Description | |
---|---|---|
abort ( integer $model_id ) | ||
abortQueued ( integer $project_id ) | ||
create ( array $fields ) : |
||
getById ( integer $model_id ) : |
||
getLastWeekCount ( integer $project_id ) : integer | ||
getLatest ( integer $project_id, integer $paginate = 15 ) : Illuminate\Database\Eloquent\Collection | ||
getLatestSuccessful ( integer $project_id ) : |
||
getPending ( ) : Illuminate\Database\Eloquent\Collection | ||
getRunning ( ) : Illuminate\Database\Eloquent\Collection | ||
getTimeline ( ) : Illuminate\Database\Eloquent\Collection | ||
getTodayCount ( integer $project_id ) : integer | ||
rollback ( integer $model_id, string $reason = '', array $optional = [] ) : |
public getLastWeekCount ( integer $project_id ) : integer | ||
$project_id | integer | |
return | integer |
public getLatestSuccessful ( integer $project_id ) : |
||
$project_id | integer | |
return |
public getPending ( ) : Illuminate\Database\Eloquent\Collection | ||
return | Illuminate\Database\Eloquent\Collection |
public getRunning ( ) : Illuminate\Database\Eloquent\Collection | ||
return | Illuminate\Database\Eloquent\Collection |
public getTimeline ( ) : Illuminate\Database\Eloquent\Collection | ||
return | Illuminate\Database\Eloquent\Collection |
public getTodayCount ( integer $project_id ) : integer | ||
$project_id | integer | |
return | integer |