You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 5
Next »
Trying to do something more standard, like groovy docs - http://docs.groovy-lang.org/latest/html/api/groovy/time/TimeCategory.html
Context Variables
Name | Description |
---|
FLX_MESSAGE_ID | Unique id for the incoming webhook message |
FLX_PRISTINE_PAYLOAD | Pristine (untouched) payload from the sender. Use this payload when generating hmac strings |
FLX_REMOTE_ADDR | Remote address of the incoming request |
FLX_REMOTE_HOST | Remote host of the incoming request |
HTTP_HEADERS | Headers of the incoming request |
PAYLOAD | Hash map of incoming payload. Nodes can be referenced with dot notation. PAYLOAD.field2.field3 |
QUERY_PARAMS | Query parameters of the incoming request |
Function Classes
Class | Description |
---|
FLEXDEPLOY | Functions to perform actions in FlexDeploy |
HMAC | Functions for generating an hmac string |
LOG | Functions used to print log messages |
GITHUB | Functions used to get information from a GitHub payload |
BITBUCKET | Functions used to get information from a Bitbucket payload |
SLACK | Functions used to get information from a Slack payload |