PHP 클래스 REBELinBLUE\Deployer\Jobs\UpdateGitReferences

상속: extends Job, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
__construct ( Project $project ) UpdateGitReferences constructor.
handle ( ) Execute the job.

메소드 상세

__construct() 공개 메소드

UpdateGitReferences constructor.
public __construct ( Project $project )
$project REBELinBLUE\Deployer\Project

handle() 공개 메소드

Execute the job.
public handle ( )