Method |
Description |
|
__construct ( REBELinBLUE\Deployer\Contracts\Repositories\CommandRepositoryInterface $commandRepository, REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) |
CommandController constructor. |
|
listing ( integer $target_id, integer $action ) : Illuminate\View\View |
Display a listing of before/after commands for the supplied stage. |
|
reorder ( Illuminate\Http\Request $request ) : array |
Re-generates the order for the supplied commands. |
|
store ( StoreCommandRequest $request ) : Model |
Store a newly created command in storage. |
|
update ( integer $command_id, StoreCommandRequest $request ) : Model |
Update the specified command in storage. |
|