Liking cljdoc? Tell your friends :D

lambdacd.state.core

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.
raw docstring

all-build-numbersclj

(all-build-numbers ctx)

Returns all existing build numbers

Returns all existing build numbers
sourceraw docstring

consume-build-metadataclj

(consume-build-metadata ctx build-number metadata)

Update build metdata in the state

Update build metdata in the state
sourceraw docstring

consume-pipeline-structureclj

(consume-pipeline-structure ctx build-number pipeline-structure-representation)

Update the pipeline structure in the state

Update the pipeline structure in the state
sourceraw docstring

consume-step-result-updateclj

(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
sourceraw docstring

get-build-metadataclj

(get-build-metadata ctx build-number)

Returns a map describing metadata of a build

Returns a map describing metadata of a build
sourceraw docstring

get-pipeline-structureclj

(get-pipeline-structure ctx build-number)

Returns a map describing the structure of the pipeline

Returns a map describing the structure of the pipeline
sourceraw docstring

get-step-resultclj

(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
sourceraw docstring

get-step-resultsclj

(get-step-results ctx build-number)

Returns a map from step-ids to step-results

Returns a map from step-ids to step-results
sourceraw docstring

next-build-numberclj

(next-build-number ctx)

Returns the build number for the next build

Returns the build number for the next build
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close