PHP Class Scalr_UI_Controller_Webhooks_Configs

Inheritance: extends Scalr_UI_Controller
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Méthode 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

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

Method Details

defaultAction() public méthode

public defaultAction ( )

hasAccess() public méthode

public hasAccess ( )

xGroupActionHandlerAction() public méthode

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

xListAction() public méthode

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

xRemoveAction() public méthode

public xRemoveAction ( string $webhookId )
$webhookId string

xSaveAction() public méthode

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