Liking cljdoc? Tell your friends :D

cljdoc.server.api


analyze-and-import-api!clj

(analyze-and-import-api! {:keys [analysis-service storage build-tracker]}
                         {:keys [project version jar pom build-id]})
source

kick-off-build!clj

(kick-off-build! {:keys [storage build-tracker analysis-service] :as deps}
                 {:keys [project version jar pom scm-url scm-rev] :as coords})

Run the Git analysis for the provided project and kick of an analysis build for project using the provided analysis-service.

Optional :jar and :pom keys can be provided via the coords map to supply non-default paths like local files.

Run the Git analysis for the provided `project` and kick of an
analysis build for `project` using the provided `analysis-service`.

Optional `:jar` and `:pom` keys can be provided via the `coords` map
to supply non-default paths like local files.
sourceraw docstring

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

× close