| 1 | <?php |
||
| 9 | class GetDeploymentLogCommand extends SiteResourceCommand |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Site resource path. |
||
| 13 | * |
||
| 14 | * @return string |
||
| 15 | */ |
||
| 16 | public function siteResourcePath() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * HTTP request method. |
||
| 23 | * |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function requestMethod() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Handle command response. |
||
| 33 | * |
||
| 34 | * @param \Psr\Http\Message\ResponseInterface $response |
||
| 35 | * @param \Laravel\Forge\Server $server |
||
| 36 | * |
||
| 37 | * @return string |
||
| 38 | */ |
||
| 39 | public function handleResponse(ResponseInterface $response, Server $server) |
||
| 43 | } |
||
| 44 |