PHP Class Scalr_UI_Controller_Webhooks_Configs

Inheritance: extends Scalr_UI_Controller
Datei anzeigen Open project: scalr/scalr

Public Methods

Method Description
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 = '' )

Private Methods

Method Description
canManageWebhook ( Scalr\Model\Entity\WebhookConfig $webhook ) : boolean
getEndpoints ( )
getEventsList ( )
getList ( string $scope = '' ) : array

Method Details

defaultAction() public method

public defaultAction ( )

hasAccess() public method

public hasAccess ( )

xGroupActionHandlerAction() public method

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

xListAction() public method

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

xRemoveAction() public method

public xRemoveAction ( string $webhookId )
$webhookId string

xSaveAction() public method

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