diff --git a/CHANGELOG b/CHANGELOG index ffcc3ad..ab78cad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ See the src/changes/changes.xml file -or http://vbehar.github.com/rundeck-api-java-client/changes-report.html +or http://rundeck.github.com/rundeck-api-java-client/changes-report.html diff --git a/README b/README index 62e5b23..73d0b0a 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Java client for the RunDeck REST API -Documentation : http://vbehar.github.com/rundeck-api-java-client/ +Documentation : http://rundeck.github.com/rundeck-api-java-client/ RunDeck Home : http://rundeck.org/ LICENSE : The Apache Software License, Version 2.0 @@ -12,3 +12,6 @@ How to build : - 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 diff --git a/pom.xml b/pom.xml index 1a8f434..44a4fb5 100644 --- a/pom.xml +++ b/pom.xml @@ -32,16 +32,16 @@ RunDeck API - Java Client Java client for the RunDeck REST API 2011 - http://vbehar.github.com/rundeck-api-java-client + http://rundeck.github.com/rundeck-api-java-client - https://github.com/vbehar/rundeck-api-java-client - scm:git:git://github.com/vbehar/rundeck-api-java-client.git - scm:git:git@github.com:vbehar/rundeck-api-java-client.git + https://github.com/rundeck/rundeck-api-java-client + scm:git:git://github.com/rundeck/rundeck-api-java-client.git + scm:git:git@github.com:rundeck/rundeck-api-java-client.git github-site - gitsite:git@github.com/vbehar/rundeck-api-java-client.git + gitsite:git@github.com/rundeck/rundeck-api-java-client.git @@ -50,7 +50,7 @@ GitHub - https://github.com/vbehar/rundeck-api-java-client/issues + https://github.com/rundeck/rundeck-api-java-client/issues @@ -73,6 +73,14 @@ vbehar Vincent Behar + + gschueler + Greg Schueler + + + connaryscott + Chuck Scott + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f70e1aa..0574bc4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,18 @@ Vincent Behar + + + Job Execution result contains average duration (v5) + Issue #1: execution results don't contain argstring + Bulk Job delete (v5) + Executions query (v5) + History query (v5) + Support Rundeck API version 5 + Maintenance and support of rundeck-api-java-client now primarily provided by the Rundeck project, and is now available at https://rundeck.github.com/rundeck-api-java-client + Add output download, profile page, API token generation + Support Cookie-based user session authentication + Token-based authentication diff --git a/src/site/confluence/download.confluence b/src/site/confluence/download.confluence index 7a760ab..5929431 100644 --- a/src/site/confluence/download.confluence +++ b/src/site/confluence/download.confluence @@ -7,7 +7,7 @@ The library is hosted on the [Maven Central Repository|http://search.maven.org/] You can see all versions and download the files with this query : [g:"org.rundeck" AND a:"rundeck-api-java-client"|http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.rundeck%22%20AND%20a%3A%22rundeck-api-java-client%22]. -Alternatively, you can download [releases|https://oss.sonatype.org/content/repositories/releases/org/rundeck/rundeck-api-java-client/] or [snapshots|https://oss.sonatype.org/content/repositories/snapshots/org/rundeck/rundeck-api-java-client/] from [Sonatype Nexus OSS instance|https://oss.sonatype.org/] (which is then synchronized to Macen Central). +Alternatively, you can download [releases|https://oss.sonatype.org/content/repositories/releases/org/rundeck/rundeck-api-java-client/] or [snapshots|https://oss.sonatype.org/content/repositories/snapshots/org/rundeck/rundeck-api-java-client/] from [Sonatype Nexus OSS instance|https://oss.sonatype.org/] (which is then synchronized to Maven Central). h2. Manual download diff --git a/src/site/confluence/index.confluence b/src/site/confluence/index.confluence index 4459596..42e0bd9 100644 --- a/src/site/confluence/index.confluence +++ b/src/site/confluence/index.confluence @@ -30,3 +30,7 @@ h2. Thanks to... !images/cloudbees.png! + +h2. Credit + +* Many thanks to [Vincent Behar|https://vbehar.github.com] for initial creation and development of this project! \ No newline at end of file diff --git a/src/site/confluence/status.confluence b/src/site/confluence/status.confluence index c6b7492..aa5a309 100644 --- a/src/site/confluence/status.confluence +++ b/src/site/confluence/status.confluence @@ -35,3 +35,24 @@ h2. RunDeck API version 2 * Updating and Listing Resources for a Project - *TODO* * Refreshing Resources for a Project - *TODO* +h2. RunDeck API version 3 + +[Documentation of the RunDeck API version 3|http://rundeck.org/1.4.2/api/index.html] + +* (only updates to Resource endpoints) - *TODO* + +h2. RunDeck API version 4 + +[Documentation of the RunDeck API version 4|http://rundeck.org/1.4.3/api/index.html] + +* Running Adhoc Script URLs - *TODO* + +h2. RunDeck API version 5 + +[Documentation of the RunDeck API version 5|http://rundeck.org/1.4.4/api/index.html] + +* Bulk Job Delete - OK +* Execution Output - OK +* Execution Query - OK +* History list query - OK + diff --git a/src/site/site.xml b/src/site/site.xml index 83bea9e..2e2843a 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -45,9 +45,9 @@ - +