Java client for the RunDeck REST API http://rundeck.github.com/rundeck-api-java-client
Find a file
2014-11-25 11:04:29 -08:00
src text fix naming RunDeck to Rundeck 2014-11-25 10:59:27 -08:00
.gitignore add gitignore (eclipse files) 2011-07-01 17:56:53 +02:00
.travis.yml add .travis.yml 2014-04-17 17:40:24 -07:00
CHANGELOG Update documentation/site links 2012-12-31 16:54:22 -08:00
dependencies-check-rules.xml Spell correction 2014-11-24 22:28:06 +01:00
LICENSE add license and changelog files 2011-07-06 12:03:50 +02:00
mvn.sh Add script to run maven with more memory 2014-01-23 12:09:52 -08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-11-25 11:04:29 -08:00
README Update documentation/site links 2012-12-31 16:54:22 -08:00

Java client for the RunDeck REST API

Documentation : http://rundeck.github.com/rundeck-api-java-client/
RunDeck Home : http://rundeck.org/

LICENSE : The Apache Software License, Version 2.0
See the LICENSE file, or http://www.apache.org/licenses/LICENSE-2.0

How to build :
- prerequisites : Apache Maven 2.2.1 or 3.x http://maven.apache.org/
- run "mvn package"
- either use the jar file in target/rundeck-api-java-client-VERSION.jar, or the jar file with all dependencies included in target/rundeck-api-java-client-VERSION-jar-with-dependencies.jar

Credit : 

Original rundeck-api-java-client project was created by Vincent Behar <http://vbehar.github.com>