PHP Class App\Services\Deployment\StorageDeployCommander

Inheritance: implements App\Services\Deployment\DeployCommanderInterface
Afficher le fichier Open project: ngmy/webloyer Class Usage Examples

Méthodes publiques

Méthode Description
deploy ( mixed $deployment ) : boolean Give the command to deploy
rollback ( mixed $deployment ) : boolean Give the command to rollback

Method Details

deploy() public méthode

Give the command to deploy
public deploy ( mixed $deployment ) : boolean
$deployment mixed
Résultat boolean

rollback() public méthode

Give the command to rollback
public rollback ( mixed $deployment ) : boolean
$deployment mixed
Résultat boolean