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.
(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.
(cancel run)
Cancels a RUN started with (build ...).
Cancels a RUN started with (build ...).
(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.
(collecting-listener db)
A progress listener that collects all events into an atom.
A progress listener that collects all events into an atom.
(connect dir)
Connects to a Gradle project in DIR. Returns a ProjectConnection.
Connects to a Gradle project in DIR. Returns a ProjectConnection.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close