Search
Preparing search index...
The search index is not available
@dxdeveloperexperience/hygie
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
WebhookController
Class WebhookController
Hierarchy
WebhookController
Index
Constructors
constructor
Properties
data
Access
Service
env
Var
Service
github
Service
gitlab
Service
http
Service
rules
Service
schedule
Service
Methods
process
Webhook
Constructors
constructor
new
Webhook
Controller
(
httpService
:
HttpService
, rulesService
:
RulesService
, githubService
:
GithubService
, gitlabService
:
GitlabService
, dataAccessService
:
DataAccessService
, scheduleService
:
ScheduleService
, envVarService
:
EnvVarService
)
:
WebhookController
Parameters
httpService:
HttpService
rulesService:
RulesService
githubService:
GithubService
gitlabService:
GitlabService
dataAccessService:
DataAccessService
scheduleService:
ScheduleService
envVarService:
EnvVarService
Returns
WebhookController
Properties
Private
data
Access
Service
data
Access
Service
:
DataAccessService
Private
env
Var
Service
env
Var
Service
:
EnvVarService
Private
github
Service
github
Service
:
GithubService
Private
gitlab
Service
gitlab
Service
:
GitlabService
Private
http
Service
http
Service
:
HttpService
Private
rules
Service
rules
Service
:
RulesService
Private
schedule
Service
schedule
Service
:
ScheduleService
Methods
process
Webhook
process
Webhook
(
webhook
:
Webhook
, response
:
any
)
:
Promise
<
void
>
Parameters
webhook:
Webhook
response:
any
Returns
Promise
<
void
>
Globals
Webhook
Controller
constructor
data
Access
Service
env
Var
Service
github
Service
gitlab
Service
http
Service
rules
Service
schedule
Service
process
Webhook
Generated using
TypeDoc