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

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

공개 메소드들

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

메소드 상세

handlePush() 공개 메소드

Parses the request for a 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 for the Custom webhook.
public isRequestOrigin ( ) : boolean
리턴 boolean