HTTP status code
Data payload received from HTTP GET request
instance of the ApiResponse
subclass that indicates success or failure of the HTTP request
HTTP status code
(Optional) Data payload received from HTTP PUT/POST request
instance of the ApiResponse
subclass that indicates success or failure of the HTTP request
Environment variables should be retrieved with one of these helper functions so an appropriate error is thrown if the variable is missing from the environment.
Uses information from Merge Request webhook event to invoke Bot Actions. Uses Bot Action response data to post user-facing comment and emoji on GitLab Merge Request that generated webhook event.
an instance of the GitLabApi
class that wraps HTTP requests to and responses from the GitLab API
defines threshold values for each of the Bot Actions
GitLab webhook body
the state of the incoming Merge Request event from GitLab
object that implements LambdaResponse
interface which uses specific types to indicate success or failure of posting comment on GitLab Merge Request
Generated using TypeDoc