(build->out b)
Converts build to output format. This means converting legacy builds with pipelines, jobs and regular builds with jobs.
Converts build to output format. This means converting legacy builds with pipelines, jobs and regular builds with jobs.
(create-email-registration req)
Custom creation endpoint that ensures emails are not registered twice.
Custom creation endpoint that ensures emails are not registered twice.
(download-artifact req)
Downloads the artifact contents. Returns a stream that contains the raw zipped files directly from the blob store. It is up to the caller to unzip the archive.
Downloads the artifact contents. Returns a stream that contains the raw zipped files directly from the blob store. It is up to the caller to unzip the archive.
(event-stream req)
Sets up an event stream for the specified filter.
Sets up an event stream for the specified filter.
(get-artifact req)
Returns details about a single artifact
Returns details about a single artifact
(get-build-artifacts req)
Lists all artifacts produced by the given build
Lists all artifacts produced by the given build
(get-builds req)
Lists all builds for the repository
Lists all builds for the repository
(get-latest-build req)
Retrieves the latest build for the repository.
Retrieves the latest build for the repository.
(get-user-customers req)
Retrieves all users linked to the customer in the request path
Retrieves all users linked to the customer in the request path
(make-build-ctx {p :parameters :as req} repo)
Creates a build object from the request for the repo
Creates a build object from the request for the repo
Creates a git ref from the query parameters (either branch or tag)
Creates a git ref from the query parameters (either branch or tag)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close