class Payload
- Payload
- Reference
- Object
Overview
Payload
content is what the remote hook server gives us.
It describes data we could use to find which command we should use.
Properties:
- kind: payload type. For an example: gitea, github or gitlab
- project: project name(space).
- secret: shared secret to check you're allowed to launch the command/script
Defined in:
payload.crConstructors
Instance Method Summary
-
#content : String
payload content (body)
-
#kind : String
kind of payload.
-
#project : String
namespace of given project.
-
#secret : String
special secret from project