Liking cljdoc? Tell your friends :D

clj-jenkins-api

Set of functions that can be used to communicate with Jenkins via the API.

Installation

Usually no manual installation is required. Just use Leiningen or Maven to integrate clj-jenkins-api into your project.

Manual installation

If you don't want to use Leiningen, you can manually download project snapshot from https://clojars.org/org.clojars.tisnik/clj-jenkins-api and integrate the source file into your project. Or simply clone the following GIT repository: https://github.com/tisnik/clj-jenkins-api

Clojars Project

Leiningen

[org.clojars.tisnik/clj-jenkins-api "0.4.0-SNAPSHOT"]

Gradle

compile "org.clojars.tisnik:clj-jenkins-api:clj-jenkins-api:0.4.0-SNAPSHOT"

Maven

<dependency>
    <groupId>org.clojars.tisnik</groupId>
    <artifactId>clj-jenkins-api</artifactId>
    <version>0.4.0-SNAPSHOT</version>
</dependency>

Usage

API Documentation

API documentation generated by Codox

Leiningen targets

The following Leiningen targets are supported by the current version of this module:

Run unit tests

lein test

Measure code coverage

lein cloverage

Generate or regenerate documentation

lein doc

Bugs

License

Copyright © 2015, 2016 Pavel Tisnovsky

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation? These fine people already did:
Pavel Tisnovsky & Pavel Tišnovský
Edit on GitHub

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

× close