Liking cljdoc? Tell your friends :D

monkey.ci.events.builders

Common event builders

Common event builders
raw docstring

job->eventclj

(job->event job)

Converts job into something that can be converted to edn

Converts job into something that can be converted to edn
sourceraw docstring

job-end-evtclj

Event that indicates the job has been fully completed. The result should not change anymore.

Event that indicates the job has been fully completed.  The result should not change anymore.
sourceraw docstring

job-eventclj

(job-event type job-id build-sid)

Creates a skeleton job event with basic properties

Creates a skeleton job event with basic properties
sourceraw docstring

job-executed-evtclj

Creates an event that indicates the job has executed, but has not been completed yet. Extensions may need to be applied first.

Creates an event that indicates the job has executed, but has not been completed yet.
Extensions may need to be applied first.
sourceraw docstring

job-initializing-evtclj

(job-initializing-evt job-id build-sid cm)
source

job-pending-evtclj

(job-pending-evt job build-sid)
source

job-queued-evtclj

(job-queued-evt job build-sid)
source

job-skipped-evtclj

(job-skipped-evt job-id build-sid)
source

job-start-evtclj

source

job-status-evtclj

(job-status-evt type job-id build-sid {:keys [status] :as r})
source

script-eventclj

(script-event type build-sid)
source

script-init-evtclj

(script-init-evt build-sid script-dir)
source

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

× close