Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Trying to do something more standard, like groovy docs - http://docs.groovy-lang.org/latest/html/api/groovy/time/TimeCategory.html

Context Variables

NameDescription
FLX_MESSAGE_IDUnique id for the incoming webhook message
FLX_PRISTINE_PAYLOADPristine (untouched) payload from the sender. Use this payload when generating hmac strings
FLX_REMOTE_ADDRRemote address of the incoming request
FLX_REMOTE_HOSTRemote host of the incoming request
HTTP_HEADERSHeaders of the incoming request
PAYLOADHash map of incoming payload. Nodes can be referenced with dot notation. PAYLOAD.field2.field3
QUERY_PARAMSQuery parameters of the incoming request

Function Classes

ClassDescription
FLEXDEPLOYFunctions to perform actions in FlexDeploy
HMACFunctions for generating an hmac string
LOGFunctions used to print log messages
GITHUBFunctions used to get information from a GitHub payload
BITBUCKETFunctions used to get information from a Bitbucket payload
SLACKFunctions used to get information from a Slack payload
  • No labels