PHP 클래스 REBELinBLUE\Deployer\Http\Webhooks\Beanstalkapp

상속: extends Webhook
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
handlePush ( ) : mixed Parses the request for a push webhook body.
isRequestOrigin ( ) : boolean Determines whether the request was from Beanstalkapp.

메소드 상세

handlePush() 공개 메소드

Parses the request for a push webhook body.
public handlePush ( ) : mixed
리턴 mixed Either an array of parameters for the deployment config, or false if it is invalid.

isRequestOrigin() 공개 메소드

Determines whether the request was from Beanstalkapp.
public isRequestOrigin ( ) : boolean
리턴 boolean