Liking cljdoc? Tell your friends :D

cljdoc.analysis.service


circle-ciclj

(circle-ci {:keys [api-token builder-project analyzer-version] :as args})
source

circle-ci?clj

(circle-ci? x)
source

IAnalysisServicecljprotocol

Services that can run analysis of Clojure code for us

Services that implement this interface will receive all relevant information via their trigger-build method. The result of trigger-build can then be passed to wait-for-build which will block until the the build finished.

Services that can run analysis of Clojure code for us

Services that implement this interface will receive all relevant information
via their `trigger-build` method. The result of `trigger-build` can then be
passed to `wait-for-build` which will block until the the build finished.

trigger-buildclj

(trigger-build _ {:keys [build-id project version jarpath pompath]})

wait-for-buildclj

(wait-for-build _ build-info)
sourceraw docstring

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

× close