PHP 클래스 Scalr_UI_Controller_Webhooks_Configs

상속: extends Scalr_UI_Controller
파일 보기 프로젝트 열기: scalr/scalr

공개 메소드들

메소드 설명
defaultAction ( )
hasAccess ( )
xGroupActionHandlerAction ( JsonData $webhookIds )
xListAction ( string $scope = '' )
xRemoveAction ( string $webhookId )
xSaveAction ( string $webhookId, string $name, JsonData $endpoints, JsonData $events, JsonData $farms, integer $timeout = 3, integer $attempts = 3, boolean $skipPrivateGv, string $postData = '' )

비공개 메소드들

메소드 설명
canManageWebhook ( Scalr\Model\Entity\WebhookConfig $webhook ) : boolean
getEndpoints ( )
getEventsList ( )
getList ( string $scope = '' ) : array

메소드 상세

defaultAction() 공개 메소드

public defaultAction ( )

hasAccess() 공개 메소드

public hasAccess ( )

xGroupActionHandlerAction() 공개 메소드

public xGroupActionHandlerAction ( JsonData $webhookIds )
$webhookIds Scalr\UI\Request\JsonData

xListAction() 공개 메소드

public xListAction ( string $scope = '' )
$scope string

xRemoveAction() 공개 메소드

public xRemoveAction ( string $webhookId )
$webhookId string

xSaveAction() 공개 메소드

public xSaveAction ( string $webhookId, string $name, JsonData $endpoints, JsonData $events, JsonData $farms, integer $timeout = 3, integer $attempts = 3, boolean $skipPrivateGv, string $postData = '' )
$webhookId string
$name string
$endpoints Scalr\UI\Request\JsonData
$events Scalr\UI\Request\JsonData
$farms Scalr\UI\Request\JsonData
$timeout integer
$attempts integer
$skipPrivateGv boolean
$postData string