Facade for all functions related to dealing with LambdaCDs state. Wraps the related interfaces to simplify compatibility and API.
Facade for all functions related to dealing with LambdaCDs state. Wraps the related interfaces to simplify compatibility and API.
(all-build-numbers ctx)
Returns all existing build numbers
Returns all existing build numbers
(consume-build-metadata ctx build-number metadata)
Update build metdata in the state
Update build metdata in the state
(consume-pipeline-structure ctx build-number pipeline-structure-representation)
Update the pipeline structure in the state
Update the pipeline structure in the state
(consume-step-result-update ctx build-number step-id step-result)
Update a step-result in the state
Update a step-result in the state
(get-build-metadata ctx build-number)
Returns a map describing metadata of a build
Returns a map describing metadata of a build
(get-pipeline-structure ctx build-number)
Returns a map describing the structure of the pipeline
Returns a map describing the structure of the pipeline
(get-step-result ctx build-number step-id)
Returns a map containing the result of one step
Returns a map containing the result of one step
(get-step-results ctx build-number)
Returns a map from step-ids to step-results
Returns a map from step-ids to step-results
(next-build-number ctx)
Returns the build number for the next build
Returns the build number for the next build
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close