mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-08 05:58:39 +00:00
next version will be 2.0 (for RunDeck 1.3 - API 2)
This commit is contained in:
parent
c77dc9f7a9
commit
3ad214d498
4 changed files with 15 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
|||
<!-- Project informations -->
|
||||
<groupId>org.rundeck</groupId>
|
||||
<artifactId>rundeck-api-java-client</artifactId>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>RunDeck API - Java Client</name>
|
||||
<description>Java client for the RunDeck REST API</description>
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
<author>Vincent Behar</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.0" date="Not Yet Released" description="API 2">
|
||||
</release>
|
||||
<release version="1.2" date="2011-07-31" description="Ad-hoc scripts + history events">
|
||||
<action dev="vbehar" type="add">Run ad-hoc scripts</action>
|
||||
<action dev="vbehar" type="add">List history events</action>
|
||||
|
|
|
@ -26,3 +26,12 @@ h2. RunDeck API version 1
|
|||
* Listing Resources - OK
|
||||
* Getting Resource Info - OK
|
||||
|
||||
h2. RunDeck API version 2
|
||||
|
||||
[Documentation of the RunDeck API version 2|http://rundeck.org/1.3/api/index.html]
|
||||
|
||||
* Token-based authentication - *TODO*
|
||||
* Listing Jobs for a Project - *TODO*
|
||||
* Updating and Listing Resources for a Project - *TODO*
|
||||
* Refreshing Resources for a Project - *TODO*
|
||||
|
||||
|
|
|
@ -40,6 +40,9 @@
|
|||
<item name="JRuby" href="jruby.html" />
|
||||
<item name="Jython" href="jython.html" />
|
||||
</menu>
|
||||
<menu name="Older versions">
|
||||
<item name="1.x (RunDedeck 1.2)" href="1.x/index.html" />
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue