REBELinBLUE\Deployer\Jobs\AbortDeployment::__construct PHP Method

__construct() public method

AbortDeployment constructor.
public __construct ( Deployment $deployment )
$deployment REBELinBLUE\Deployer\Deployment
    public function __construct(Deployment $deployment)
    {
        $this->deployment = $deployment;
    }
AbortDeployment