Liking cljdoc? Tell your friends :D

dev.clojurephant.tooling.core

The core interaction with Gradle's tooling API is all in this namespace. Generally, this shouldn't be used directly by users.

The core interaction with Gradle's tooling API is all in
this namespace. Generally, this shouldn't be used directly
by users.
raw docstring

buildclj

(build con & tasks)

Runs TASKS against the project CON. Returns a map that can be used to either wait for the build to finish or cancel it.

Runs TASKS against the project CON. Returns a map that can
be used to either wait for the build to finish or cancel it.
raw docstring

cancelclj

(cancel run)

Cancels a RUN started with (build ...).

Cancels a RUN started with (build ...).
raw docstring

clojurephant-modelclj

(clojurephant-model con)

Gets the Clojurephant model. Returns a map that can be used to either wiat for the operation to finish or cancel it.

Gets the Clojurephant model. Returns a map that can be
used to either wiat for the operation to finish or cancel it.
raw docstring

collecting-listenerclj

(collecting-listener db)

A progress listener that collects all events into an atom.

A progress listener that collects all events
into an atom.
raw docstring

connectclj

(connect dir)

Connects to a Gradle project in DIR. Returns a ProjectConnection.

Connects to a Gradle project in DIR.
Returns a ProjectConnection.
raw docstring

handlerclj

(handler done db)

A result handler that sends the result to DONE (a promise) including DB of events.

A result handler that sends the result to
DONE (a promise) including DB of events.
raw docstring

modelclj

(model con type)

Gets a model of TYPE from project CON. Returns a map that can be used to either wait for the operation to finish or cancel it.

Gets a model of TYPE from project CON. Returns a map that
can be used to either wait for the operation to finish or
cancel it.
raw docstring

tap-listenerclj

(tap-listener)

A progress listener that sends all events to Clojure's tap facility.

A progress listener that sends all events
to Clojure's tap facility.
raw docstring

task-resultsclj

(task-results run)
(task-results run state-filter)

Returns the RUN's task results. If STATE-FILTER is provided you can filter on the task's :state field.

Returns the RUN's task results. If STATE-FILTER is
provided you can filter on the task's :state field.
raw docstring

waitclj

(wait run)

Waits for a RUN started with (build ...) to finish and returns the build result.

Waits for a RUN started with (build ...) to finish and
returns the build result.
raw docstring

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

× close