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 3
Next »
Context Variables
Name | Description |
---|
FLX_MESSAGE_ID | Message id as shown on Webhook Messages screen |
FLX_PRISTINE_PAYLOAD | Payload from webhook event |
FLX_REMOTE_ADDR |
|
FLX_REMOTE_HOST |
|
HTTP_HEADERS |
|
PAYLOAD |
|
QUERY_PARAMS |
|
Methods
FLEXDEPLOY
Method/Parameters | Description |
---|
addFilesToPackage | Add files to a given project package |
projectId | Id of project package is in |
packageName | Name of package to add files to |
files | Filepaths of files to add |
addPackagesToRelease | Add package(s) to an existing release |
releaseName | Name of release to add packages to |
releaseProjects | A list of release project pojos to add. ****describe pojo***** |
addProjectsToRelease | Add project(s) to an existing release |
releaseName | Release name to use |
projectIds | List of ids for projects to add |
approveTask | Submits approval for an existing approval task ****should we even document this one??? |
username | The username to request the approval as |
taskId | Id of the task to approve |
notes | Comment to include with approval |
buildPackage | Build a package for a project. Returns the workflow request id |
streamId | The stream to build, see findStreamId |
projectPackage | Pojo containing package information ****pojo description |
buildPackage | Build a package for a project. Returns the workflow request id |
streamId | The stream to build, see findStreamId |
projectPackage | Pojo containing package information ****pojo description |
pollingResult | PollingResult object to pass to build |
Method | Description |
---|
addFilesToPackage(projectId, packageName, files) | Add files to a package given the project id, package name, and a list of filepaths of files to add |
addPackagesToRelease(releaseName, releaseProjects) |
|
HMAC
Method | Parameters | Description |
---|
|
|
|
LOG
Method | Parameters | Description |
---|
|
|
|
GITHUB
Method | Parameters | Description |
---|
|
|
|
BITBUCKET
Method | Parameters | Description |
---|
|
|
|
JIRA
Method | Parameters | Description |
---|
|
|
|
SLACK
Method | Parameters | Description |
---|
|
|
|