Search
Preparing search index...
The search index is not available
GitRDoneBot
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
CommentSuccessResponse
Class CommentSuccessResponse
Instances of this class indicate that Comment POST request succeeded.
Hierarchy
CommentSuccessResponse
Implements
LambdaResponse
Index
Constructors
constructor
Properties
body
status
Code
Constructors
constructor
new
Comment
Success
Response
(
mrEvent
:
MergeRequestEvent
, customConfig
:
CustomConfig
, botActionResponses
:
BotActionResponse
[]
, emoji
:
{
apiResponse
:
PostORPutResponse
;
emoji
:
string
}
, comment
:
string
)
:
CommentSuccessResponse
Parameters
mrEvent:
MergeRequestEvent
customConfig:
CustomConfig
botActionResponses:
BotActionResponse
[]
emoji:
{
apiResponse
:
PostORPutResponse
;
emoji
:
string
}
api
Response
:
PostORPutResponse
emoji
:
string
comment:
string
Returns
CommentSuccessResponse
Properties
Readonly
body
body
:
string
Readonly
status
Code
status
Code
:
201
= HttpStatus.CREATED
Globals
Comment
Success
Response
constructor
body
status
Code
Generated using
TypeDoc
Instances of this class indicate that Comment POST request succeeded.