Wagon: Deploying site to repository

This commit is contained in:
Vincent Behar 2011-08-03 22:11:23 +02:00
parent da44f0d1db
commit 858ffde9e8
7 changed files with 89 additions and 89 deletions

View file

@ -191,7 +191,7 @@ rundeck = new RundeckClient("http://localhost:4440", "admin"
result = rundeck.importJobs("/tmp/jobs.xml", "xml")
println "${result.succeededJobs.size} jobs successfully imported, ${result.skippedJobs.size} jobs skipped, and ${result.failedJobs.size} jobs failed"
</pre></div><div class="section"><h3>And more...<a name="And_more..."></a></h3></div><p>See the API documentation of the <a href="./apidocs/org/rundeck/api/RundeckClient.html">RundeckClient</a> class for more interactions with your RunDeck instance...</p>
</pre></div><div class="section"><h3>And more...<a name="And_more..."></a></h3></div><p>See the API documentation of the <a href="./apidocs/reference/org/rundeck/api/RundeckClient.html">RundeckClient</a> class for more interactions with your RunDeck instance...</p>
</div>
</div>
<div class="clear">