Liking cljdoc? Tell your friends :D

monkey.ci.agent.runtime

Sets up the runtime that is used by a build agent.

Sets up the runtime that is used by a build agent.
raw docstring

global-to-local-eventsclj

source

make-container-routescljmultimethod

source

make-container-systemclj

(make-container-system conf)

Creates a component system to be used by container agents

Creates a component system to be used by container agents
sourceraw docstring

make-systemclj

(make-system conf)
source

new-agent-routesclj

(new-agent-routes config)
source

new-api-serverclj

(new-api-server config)
source

new-build-key-decrypterclj

(new-build-key-decrypter config)

Build key decrypter, to decrypt the build data encryption key, which is then used to encrypt container job env vars. Returns the decrypted DEK, base64 encoded.

Build key decrypter, to decrypt the build data encryption key, which is then
used to encrypt container job env vars.  Returns the decrypted DEK, base64
encoded.
sourceraw docstring

new-container-key-decrypterclj

(new-container-key-decrypter config)

Key decrypter used by container agent to decrypt job env vars.

Key decrypter used by container agent to decrypt job env vars.
sourceraw docstring

new-container-poll-loopclj

(new-container-poll-loop conf)
source

new-container-routesclj

(new-container-routes config)
source

new-paramsclj

(new-params config)
source

new-poll-loopclj

(new-poll-loop conf)
source

new-poll-mailmanclj

(new-poll-mailman conf)

Sets up a mailman component that will be used by the poll loop. It should only provide events for the poll loop, since the loop will stop polling as long as its capacity is reached.

Sets up a mailman component that will be used by the poll loop.  It should only
provide events for the poll loop, since the loop will stop polling as long as
its capacity is reached.
sourceraw docstring

new-ssh-keys-fetcherclj

(new-ssh-keys-fetcher config)
source

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

× close