Liking cljdoc? Tell your friends :D

monkey.ci.runners.controller

Functions for running the application as a controller.

Functions for running the application as a controller.
raw docstring

abort-pathclj

source

app-hashcljmacro

(app-hash)

Calculates the md5 hash for deps.edn at compile time.

Calculates the md5 hash for deps.edn at compile time.
sourceraw docstring

download-srcclj

(download-src build rt)

Downloads the code from the remote source, if there is one. If the source is already local, does nothing. Returns an updated context.

Downloads the code from the remote source, if there is one.  If the source
is already local, does nothing.  Returns an updated context.
sourceraw docstring

exit-pathclj

source

get-resultclj

source

m2-cache-dirclj

source

make-routesclj

(make-routes r)
source

run-controllerclj

(run-controller rt)
source

run-pathclj

source

script-exitclj

(script-exit r ctx)

Event handler that stores the received event in the deferred, indicating that the script has actually terminated.

Event handler that stores the received event in the deferred, indicating that the
script has actually terminated.
sourceraw docstring

store-srcclj

(store-src build rt)

If a workspace configuration is present, uses it to store the source in the workspace. This can then be used by other processes to download the cached files as needed.

If a workspace configuration is present, uses it to store the source in
the workspace.  This can then be used by other processes to download the
cached files as needed.
sourceraw docstring

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

× close