Update documentation/site links

This commit is contained in:
Greg Schueler 2012-12-31 16:54:22 -08:00
parent c69459134d
commit be9a77edc1
8 changed files with 59 additions and 11 deletions

View file

@ -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

5
README
View file

@ -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 <http://vbehar.github.com>

20
pom.xml
View file

@ -32,16 +32,16 @@
<name>RunDeck API - Java Client</name>
<description>Java client for the RunDeck REST API</description>
<inceptionYear>2011</inceptionYear>
<url>http://vbehar.github.com/rundeck-api-java-client</url>
<url>http://rundeck.github.com/rundeck-api-java-client</url>
<scm>
<url>https://github.com/vbehar/rundeck-api-java-client</url>
<connection>scm:git:git://github.com/vbehar/rundeck-api-java-client.git</connection>
<developerConnection>scm:git:git@github.com:vbehar/rundeck-api-java-client.git</developerConnection>
<url>https://github.com/rundeck/rundeck-api-java-client</url>
<connection>scm:git:git://github.com/rundeck/rundeck-api-java-client.git</connection>
<developerConnection>scm:git:git@github.com:rundeck/rundeck-api-java-client.git</developerConnection>
</scm>
<distributionManagement>
<site>
<id>github-site</id>
<url>gitsite:git@github.com/vbehar/rundeck-api-java-client.git</url>
<url>gitsite:git@github.com/rundeck/rundeck-api-java-client.git</url>
</site>
</distributionManagement>
<ciManagement>
@ -50,7 +50,7 @@
</ciManagement>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/vbehar/rundeck-api-java-client/issues</url>
<url>https://github.com/rundeck/rundeck-api-java-client/issues</url>
</issueManagement>
<mailingLists>
<mailingList>
@ -73,6 +73,14 @@
<id>vbehar</id>
<name>Vincent Behar</name>
</developer>
<developer>
<id>gschueler</id>
<name>Greg Schueler</name>
</developer>
<developer>
<id>connaryscott</id>
<name>Chuck Scott</name>
</developer>
</developers>
<properties>

View file

@ -22,6 +22,18 @@
<author>Vincent Behar</author>
</properties>
<body>
<release version="5.0" date="2012-12-30" description="Use RunDeck REST API version 5 (RunDeck 1.4.4)">
<action dev="gschueler" type="add">Job Execution result contains average duration (v5)</action>
<action dev="gschueler" type="fix">Issue #1: execution results don't contain argstring</action>
<action dev="gschueler" type="add">Bulk Job delete (v5)</action>
<action dev="gschueler" type="add">Executions query (v5)</action>
<action dev="gschueler" type="add">History query (v5)</action>
<action dev="gschueler" type="add">Support Rundeck API version 5</action>
<action dev="gschueler" type="add">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</action>
<action dev="connaryscott" type="add">Add output download, profile page, API token generation</action>
<action dev="connaryscott" type="add">Support Cookie-based user session authentication</action>
</release>
<release version="2.0" date="2011-08-01" description="Use RunDeck REST API version 2 (RunDeck 1.3+)">
<action dev="vbehar" type="add">Token-based authentication</action>
</release>

View file

@ -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

View file

@ -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!

View file

@ -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

View file

@ -45,9 +45,9 @@
<item name="JRuby" href="jruby.html" />
<item name="Jython" href="jython.html" />
</menu>
<menu name="Older versions">
<!-- <menu name="Older versions">
<item name="1.x (RunDeck 1.2)" href="1.x/index.html" />
</menu>
</menu> -->
<menu ref="reports" />
</body>
</project>