mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-12 07:58:56 +00:00
269 lines
11 KiB
HTML
269 lines
11 KiB
HTML
<!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 Oct 18, 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" />
|
|
<title>Frequently Asked Questions</title>
|
|
<link rel="stylesheet" href="./css/bootstrap-1.3.0.min.css" />
|
|
<link rel="stylesheet" href="./css/maven-base.css" />
|
|
<link rel="stylesheet" href="./css/maven-theme.css" />
|
|
|
|
|
|
<script type="text/javascript" src="./js/jquery-1.6.4.min.js"></script>
|
|
<script type="text/javascript" src="./js/bootstrap-1.3.0-dropdown.js"></script>
|
|
<script type="text/javascript">
|
|
jQuery( document ).ready( function()
|
|
{
|
|
// initialize the dropdown menu
|
|
$( '.topbar' ).dropdown();
|
|
|
|
// improve table layout
|
|
jQuery( 'table.bodyTable' ).each( function()
|
|
{
|
|
jQuery( this ).removeClass( 'bodyTable' );
|
|
jQuery( this ).addClass( 'zebra-striped' );
|
|
} );
|
|
|
|
// add prettyprint class to all 'pre' element child of 'div' whit class="source"
|
|
var prettify = false;
|
|
|
|
jQuery( 'div.source > pre' ).each( function()
|
|
{
|
|
jQuery( this ).addClass( 'prettyprint' );
|
|
prettify = true;
|
|
} );
|
|
|
|
// if code blocks were found, bring in the prettifier ...
|
|
if ( prettify )
|
|
{
|
|
var link = jQuery( document.createElement( 'link' ) );
|
|
link.attr(
|
|
{
|
|
type: 'text/css',
|
|
rel: 'stylesheet',
|
|
href: './css/prettify.css'
|
|
} );
|
|
jQuery( 'head' ).append( link );
|
|
jQuery.getScript( './js/prettify.js', function() { prettyPrint(); } );
|
|
}
|
|
|
|
} );
|
|
</script>
|
|
<meta name="Date-Revision-yyyymmdd" content="20111018" />
|
|
<meta http-equiv="Content-Language" content="en" />
|
|
|
|
<!-- Google Analytics -->
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-23435653-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="topbar" class="topbar" data-dropdown="dropdown">
|
|
<div class="topbar-inner">
|
|
<div class="container-fluid">
|
|
<ul>
|
|
<li class="dropdown" data-dropdown="dropdown" >
|
|
<a href="#" class="dropdown-toggle">RunDeck API - Java Client</a>
|
|
<ul class="dropdown-menu">
|
|
<li> <a href="index.html" title="Introduction">Introduction</a>
|
|
</li>
|
|
<li> <a href="status.html" title="Status">Status</a>
|
|
</li>
|
|
<li> <a href="faq.html" title="FAQ">FAQ</a>
|
|
</li>
|
|
<li> <a href="download.html" title="Download">Download</a>
|
|
</li>
|
|
<li> <a href="changes-report.html" title="Changelog">Changelog</a>
|
|
</li>
|
|
<li> <a href="apidocs/index.html" title="API Documentation">API Documentation</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown" data-dropdown="dropdown" >
|
|
<a href="#" class="dropdown-toggle">Scripting examples</a>
|
|
<ul class="dropdown-menu">
|
|
<li> <a href="scripting.html" title="Introduction">Introduction</a>
|
|
</li>
|
|
<li> <a href="groovy.html" title="Groovy">Groovy</a>
|
|
</li>
|
|
<li> <a href="jruby.html" title="JRuby">JRuby</a>
|
|
</li>
|
|
<li> <a href="jython.html" title="Jython">Jython</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown" data-dropdown="dropdown" >
|
|
<a href="#" class="dropdown-toggle">Older versions</a>
|
|
<ul class="dropdown-menu">
|
|
<li> <a href="1.x/index.html" title="1.x (RunDeck 1.2)">1.x (RunDeck 1.2)</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown" data-dropdown="dropdown" >
|
|
<a href="#" class="dropdown-toggle">Project Documentation</a>
|
|
<ul class="dropdown-menu">
|
|
<li> <a href="project-info.html" title="Project Information">Project Information</a>
|
|
</li>
|
|
<li> <a href="project-reports.html" title="Project Reports">Project Reports</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div id="breadcrumbs">
|
|
<ul class="breadcrumb">
|
|
|
|
|
|
|
|
<li class="">
|
|
<a href="http://rundeck.org" class="externalLink" title="RunDeck">RunDeck</a>
|
|
<li class="divider ">></li>
|
|
</li>
|
|
<li class="">
|
|
<a href="./" title="RunDeck API - Java Client">RunDeck API - Java Client</a>
|
|
<li class="divider ">></li>
|
|
</li>
|
|
<li class="">Frequently Asked Questions</li>
|
|
|
|
|
|
|
|
<li class="divider pull-right">|</li><li id="publishDate" class="pull-right">Last Published: 2011-10-18</li>
|
|
<li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="leftColumn" class="sidebar">
|
|
<div class="well">
|
|
|
|
|
|
|
|
<h5>RunDeck API - Java Client</h5>
|
|
<ul>
|
|
<li class="none">
|
|
<a href="index.html" title="Introduction">Introduction</a>
|
|
</li>
|
|
<li class="none">
|
|
<a href="status.html" title="Status">Status</a>
|
|
</li>
|
|
<li class="none">
|
|
<strong>FAQ</strong>
|
|
</li>
|
|
<li class="none">
|
|
<a href="download.html" title="Download">Download</a>
|
|
</li>
|
|
<li class="none">
|
|
<a href="changes-report.html" title="Changelog">Changelog</a>
|
|
</li>
|
|
<li class="none">
|
|
<a href="apidocs/index.html" title="API Documentation">API Documentation</a>
|
|
</li>
|
|
</ul>
|
|
<h5>Scripting examples</h5>
|
|
<ul>
|
|
<li class="none">
|
|
<a href="scripting.html" title="Introduction">Introduction</a>
|
|
</li>
|
|
<li class="none">
|
|
<a href="groovy.html" title="Groovy">Groovy</a>
|
|
</li>
|
|
<li class="none">
|
|
<a href="jruby.html" title="JRuby">JRuby</a>
|
|
</li>
|
|
<li class="none">
|
|
<a href="jython.html" title="Jython">Jython</a>
|
|
</li>
|
|
</ul>
|
|
<h5>Older versions</h5>
|
|
<ul>
|
|
<li class="none">
|
|
<a href="1.x/index.html" title="1.x (RunDeck 1.2)">1.x (RunDeck 1.2)</a>
|
|
</li>
|
|
</ul>
|
|
<h5>Project Documentation</h5>
|
|
<ul>
|
|
<li class="collapsed">
|
|
<a href="project-info.html" title="Project Information">Project Information</a>
|
|
</li>
|
|
<li class="collapsed">
|
|
<a href="project-reports.html" title="Project Reports">Project Reports</a>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
<div id="poweredBy">
|
|
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
|
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="bodyColumn" class="content">
|
|
<div id="contentBox">
|
|
<!-- Copyright 2011 Vincent Behar
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
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>
|
|
<p>The versions of the library are aligned with the versions of the API :</p>
|
|
<ul>
|
|
<li>Versions 1.x are for RunDeck API version 1 (RunDeck 1.2+)</li>
|
|
<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>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<div class="container-fluid">
|
|
<p>Copyright © 2011.
|
|
All Rights Reserved.
|
|
|
|
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|