mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-05 12:39:05 +00:00
Wagon: Deploying site to repository
This commit is contained in:
parent
ed782f19c5
commit
93f7ca73d4
162 changed files with 5839 additions and 1778 deletions
16
jruby.html
16
jruby.html
|
@ -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>
|
||||
| <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("http://localhost:4440", "admin", "admin")
|
||||
|
||||
puts "RunDeck uptime : #{rundeck.systemInfo.uptime}"
|
||||
puts "All RunDeck projects : #{rundeck.projects}"
|
||||
puts "All RunDeck nodes : #{rundeck.nodes}"
|
||||
puts "All RunDeck jobs : #{rundeck.jobs}"
|
||||
|
@ -122,6 +126,7 @@ puts "All RunDeck running executions : #{rundeck.runningExecutions}"
|
|||
|
||||
rundeck = RundeckClient.new("http://localhost:4440", "admin", "admin")
|
||||
|
||||
puts "RunDeck uptime : #{rundeck.systemInfo.uptime}"
|
||||
puts "All RunDeck projects : #{rundeck.projects}"
|
||||
puts "All RunDeck nodes : #{rundeck.nodes}"
|
||||
puts "All RunDeck jobs : #{rundeck.jobs}"
|
||||
|
@ -163,6 +168,7 @@ execution = rundeck.runAdhocCommand("my-project", "uptime",
|
|||
rundeck = RundeckClient.new("http://localhost:4440", "admin", "admin")
|
||||
|
||||
rundeck.exportJobsToFile("/tmp/jobs.xml", "my-project")
|
||||
rundeck.exportJobToFile("/tmp/job.xml", "job-id")
|
||||
</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue