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

NameDescription
FLX_MESSAGE_IDMessage id as shown on Webhook Messages screen
FLX_PRISTINE_PAYLOADPayload from webhook event
FLX_REMOTE_ADDR
FLX_REMOTE_HOST
HTTP_HEADERS
PAYLOAD
QUERY_PARAMS

Methods

FLEXDEPLOY

Method/ParametersDescription
addFilesToPackageAdd files to a given project package
     projectIdId of project package is in
     packageNameName of package to add files to
     filesFilepaths of files to add
addPackagesToReleaseAdd package(s) to an existing release
     releaseNameName of release to add packages to
     releaseProjectsA list of release project pojos to add. ****describe pojo*****
addProjectsToReleaseAdd project(s) to an existing release
     releaseNameRelease name to use
     projectIdsList of ids for projects to add
approveTaskSubmits approval for an existing approval task ****should we even document this one???
     usernameThe username to request the approval as
     taskIdId of the task to approve
     notesComment to include with approval
buildPackageBuild a package for a project. Returns the workflow request id
     streamIdThe stream to build, see findStreamId
     projectPackagePojo containing package information ****pojo description
buildPackageBuild a package for a project. Returns the workflow request id
     streamIdThe stream to build, see findStreamId
     projectPackagePojo containing package information ****pojo description
     pollingResultPollingResult object to pass to build
MethodDescription
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

MethodParametersDescription



LOG

MethodParametersDescription



GITHUB

MethodParametersDescription



BITBUCKET

MethodParametersDescription



JIRA

MethodParametersDescription



SLACK

MethodParametersDescription



  • No labels