mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-09 22:49:08 +00:00
Wagon: Deploying site to repository
This commit is contained in:
parent
ec8c21a35b
commit
25c6f6f977
185 changed files with 8541 additions and 3542 deletions
20
faq.html
20
faq.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 12, 2011 -->
|
||||
<!-- Generated by Apache Maven Doxia at Jul 28, 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="20110712" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20110728" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
@ -49,8 +49,8 @@
|
|||
</div>
|
||||
<div class="xright">
|
||||
|
||||
<span id="publishDate">Last Published: 2011-07-12</span>
|
||||
| <span id="projectVersion">Version: 1.1-SNAPSHOT</span>
|
||||
<span id="publishDate">Last Published: 2011-07-28</span>
|
||||
| <span id="projectVersion">Version: 1.1</span>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
|
@ -125,6 +125,10 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License. --><div class="section"><h2><a name="top">Frequently Asked Questions</a><a name="Frequently_Asked_Questions"></a></h2><p><b>General</b></p><ol style="list-style-type: decimal"><li><a href="#version">
|
||||
Which version should I use ?
|
||||
</a></li></ol><p><b>HTTP connections to RunDeck</b></p><ol style="list-style-type: decimal"><li><a href="#ssl">
|
||||
What about SSL (HTTPS) ?
|
||||
</a></li><li><a href="#proxy">
|
||||
How do I use a proxy ?
|
||||
</a></li></ol></div><div class="section"><h2>General<a name="General"></a></h2><dl><dt><a name="version">
|
||||
Which version should I use ?
|
||||
</a></dt><dd>
|
||||
|
@ -134,6 +138,14 @@
|
|||
<li>Versions 2.x are for RunDeck API version 2 (RunDeck 1.3+)</li>
|
||||
<li>and so on...</li>
|
||||
</ul>
|
||||
</dd></dl></div><div class="section"><h2>HTTP connections to RunDeck<a name="HTTP_connections_to_RunDeck"></a></h2><dl><dt><a name="ssl">
|
||||
What about SSL (HTTPS) ?
|
||||
</a></dt><dd>
|
||||
<p>The lib will trust any certificate when connecting to a RunDeck instance running on HTTPS (even self-signed certificates).</p>
|
||||
<hr /></dd><dt><a name="proxy">
|
||||
How do I use a proxy ?
|
||||
</a></dt><dd>
|
||||
<p>See <a class="externalLink" href="http://download.oracle.com/javase/6/docs/technotes/guides/net/proxies.html">the Java doc on proxies</a>. You will need a JAVA_OPTS env variable with a value like "-Dhttp.proxyHost=localhost -Dhttp.proxyPort=8888".</p>
|
||||
</dd></dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue