Liking cljdoc? Tell your friends :D

monkey.ci.listeners


build-update-handlerclj

(build-update-handler storage events)

Handles a build update event. Because many events may come in close proximity, we need to queue them to avoid losing data.

Handles a build update event.  Because many events may come in close proximity,
we need to queue them to avoid losing data.
sourceraw docstring

end-buildclj

(end-build storage {:keys [sid time status message]})
source

end-jobclj

(end-job storage {:keys [time] :as evt})
source

end-scriptclj

(end-script storage {:keys [sid status]})
source

handle-eventclj

(handle-event evt storage events)
source

init-buildclj

(init-build storage {:keys [sid build] :as evt})
source

init-jobclj

(init-job storage {:keys [credit-multiplier] :as evt})
source

init-scriptclj

(init-script storage {:keys [sid script-dir]})
source

patch-buildclj

(patch-build storage sid patch)

Patches the existing build, by merging it with patch, which is either a map, or a function that takes the existing build and returns the patch map. Returns the updated build, or nil if the build was not found.

Patches the existing build, by merging it with `patch`, which is either
a map, or a function that takes the existing build and returns the patch map.
Returns the updated build, or `nil` if the build was not found.
sourceraw docstring

pending-buildclj

(pending-build storage {:keys [sid build] :as evt})
source

skip-jobclj

(skip-job storage {:keys [time] :as evt})
source

start-buildclj

(start-build storage {:keys [sid time credit-multiplier]})
source

start-jobclj

(start-job storage {:keys [time] :as evt})
source

start-scriptclj

(start-script storage {:keys [sid jobs]})
source

update-handlersclj

source

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

× close