Wagon: Deploying site to repository

This commit is contained in:
Vincent Behar 2011-07-08 20:03:17 +02:00
parent ed782f19c5
commit 93f7ca73d4
162 changed files with 5839 additions and 1778 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia at Jul 7, 2011 -->
<!-- Generated by Apache Maven Doxia at Jul 8, 2011 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta name="Date-Revision-yyyymmdd" content="20110707" />
<meta name="Date-Revision-yyyymmdd" content="20110708" />
<meta http-equiv="Content-Language" content="en" />
<!-- Google Analytics -->
@ -49,7 +49,7 @@
</div>
<div class="xright">
<span id="publishDate">Last Published: 2011-07-07</span>
<span id="publishDate">Last Published: 2011-07-08</span>
&nbsp;| <span id="projectVersion">Version: 1.0-SNAPSHOT</span>
</div>
<div class="clear">
@ -66,10 +66,13 @@
<a href="index.html" title="Introduction">Introduction</a>
</li>
<li class="none">
<a href="download.html" title="Download">Download</a>
<a href="status.html" title="Status">Status</a>
</li>
<li class="none">
<a href="faq.html" title="FAQ">FAQ</a>
</li>
<li class="none">
<a href="download.html" title="Download">Download</a>
</li>
<li class="none">
<a href="apidocs/index.html" title="API Documentation">API Documentation</a>
@ -92,7 +95,7 @@
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="collapsed">
<li class="collapsed">
<a href="project-info.html" title="Project Information">Project Information</a>
</li>
<li class="collapsed">
@ -114,6 +117,7 @@ import org.rundeck.api.RundeckClient
rundeck = RundeckClient.new(&quot;http://localhost:4440&quot;, &quot;admin&quot;, &quot;admin&quot;)
puts &quot;RunDeck uptime : #{rundeck.systemInfo.uptime}&quot;
puts &quot;All RunDeck projects : #{rundeck.projects}&quot;
puts &quot;All RunDeck nodes : #{rundeck.nodes}&quot;
puts &quot;All RunDeck jobs : #{rundeck.jobs}&quot;
@ -122,6 +126,7 @@ puts &quot;All RunDeck running executions : #{rundeck.runningExecutions}&quot;
rundeck = RundeckClient.new(&quot;http://localhost:4440&quot;, &quot;admin&quot;, &quot;admin&quot;)
puts &quot;RunDeck uptime : #{rundeck.systemInfo.uptime}&quot;
puts &quot;All RunDeck projects : #{rundeck.projects}&quot;
puts &quot;All RunDeck nodes : #{rundeck.nodes}&quot;
puts &quot;All RunDeck jobs : #{rundeck.jobs}&quot;
@ -163,6 +168,7 @@ execution = rundeck.runAdhocCommand(&quot;my-project&quot;, &quot;uptime&quot;,
rundeck = RundeckClient.new(&quot;http://localhost:4440&quot;, &quot;admin&quot;, &quot;admin&quot;)
rundeck.exportJobsToFile(&quot;/tmp/jobs.xml&quot;, &quot;my-project&quot;)
rundeck.exportJobToFile(&quot;/tmp/job.xml&quot;, &quot;job-id&quot;)
</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>
</div>
</div>