mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-06 21:18:18 +00:00
Update project status
This commit is contained in:
parent
7409d30d93
commit
bf13167363
2 changed files with 18 additions and 1 deletions
|
@ -22,6 +22,23 @@
|
|||
<author>Vincent Behar</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release date='TBD' description='Rundeck API version 10' version='10.0-SNAPSHOT'>
|
||||
<action type='add' dev='gschueler'>
|
||||
Execution State - Retrieve workflow step and node state information
|
||||
</action>
|
||||
<action type='add' dev='gschueler'>
|
||||
Execution Output with State - Retrieve log output with state change information
|
||||
</action>
|
||||
<action type='add' dev='gschueler'>
|
||||
Execution Output - Retrieve log output for a particular node or step.
|
||||
</action>
|
||||
<action type='add' dev='gschueler'>
|
||||
Execution Info - added successfulNodes and failedNodes detail.
|
||||
</action>
|
||||
<action type='remove' dev='gschueler'>
|
||||
Remove deprecated RundeckClient methods.
|
||||
</action>
|
||||
</release>
|
||||
<release date='2014-01-24' description='Bugfix' version='9.3'>
|
||||
<action type='fix' dev='gschueler'>
|
||||
Issue #7: Fix authentication to Tomcat container (thanks @katanafleet)
|
||||
|
|
|
@ -92,4 +92,4 @@ h2. RunDeck API version 10
|
|||
* Execution Output with State - Retrieve log output with state change information - OK
|
||||
* Execution Output - Retrieve log output for a particular node or step - OK
|
||||
* Execution Info - added successfulNodes and failedNodes detail. - OK
|
||||
* Deprecation: Remove methods deprecated until version 10. - *TODO*
|
||||
* Deprecation: Remove methods deprecated until version 10. - OK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue