mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-09 14:39:09 +00:00
Wagon: Deploying site to repository
This commit is contained in:
parent
cc36f89fab
commit
6c8e359891
87 changed files with 3056 additions and 3750 deletions
|
@ -1,5 +1,7 @@
|
|||
var NAVTREE_DATA =
|
||||
[ [ "org.rundeck.api.parser", "org/rundeck/api/parser/package-summary.html", [ [ "Description", "org/rundeck/api/parser/package-descr.html", null, "" ], [ "Classes", null, [ [ "AbortParserTest", "org/rundeck/api/parser/AbortParserTest.html", null, "" ], [ "EventParserTest", "org/rundeck/api/parser/EventParserTest.html", null, "" ], [ "ExecutionParserTest", "org/rundeck/api/parser/ExecutionParserTest.html", null, "" ], [ "HistoryParserTest", "org/rundeck/api/parser/HistoryParserTest.html", null, "" ], [ "JobParserTest", "org/rundeck/api/parser/JobParserTest.html", null, "" ], [ "JobsImportResultParserTest", "org/rundeck/api/parser/JobsImportResultParserTest.html", null, "" ], [ "ListParserTest", "org/rundeck/api/parser/ListParserTest.html", null, "" ], [ "NodeParserTest", "org/rundeck/api/parser/NodeParserTest.html", null, "" ], [ "ParserHelperTest", "org/rundeck/api/parser/ParserHelperTest.html", null, "" ], [ "ProjectParserTest", "org/rundeck/api/parser/ProjectParserTest.html", null, "" ], [ "StringParserTest", "org/rundeck/api/parser/StringParserTest.html", null, "" ], [ "SystemInfoParserTest", "org/rundeck/api/parser/SystemInfoParserTest.html", null, "" ] ]
|
||||
[ [ "org.rundeck.api", "org/rundeck/api/package-summary.html", [ [ "Description", "org/rundeck/api/package-descr.html", null, "" ], [ "Classes", null, [ [ "RundeckClientTest", "org/rundeck/api/RundeckClientTest.html", null, "" ] ]
|
||||
, "" ] ]
|
||||
, "" ], [ "org.rundeck.api.parser", "org/rundeck/api/parser/package-summary.html", [ [ "Description", "org/rundeck/api/parser/package-descr.html", null, "" ], [ "Classes", null, [ [ "AbortParserTest", "org/rundeck/api/parser/AbortParserTest.html", null, "" ], [ "EventParserTest", "org/rundeck/api/parser/EventParserTest.html", null, "" ], [ "ExecutionParserTest", "org/rundeck/api/parser/ExecutionParserTest.html", null, "" ], [ "HistoryParserTest", "org/rundeck/api/parser/HistoryParserTest.html", null, "" ], [ "JobParserTest", "org/rundeck/api/parser/JobParserTest.html", null, "" ], [ "JobsImportResultParserTest", "org/rundeck/api/parser/JobsImportResultParserTest.html", null, "" ], [ "ListParserTest", "org/rundeck/api/parser/ListParserTest.html", null, "" ], [ "NodeParserTest", "org/rundeck/api/parser/NodeParserTest.html", null, "" ], [ "ParserHelperTest", "org/rundeck/api/parser/ParserHelperTest.html", null, "" ], [ "ProjectParserTest", "org/rundeck/api/parser/ProjectParserTest.html", null, "" ], [ "StringParserTest", "org/rundeck/api/parser/StringParserTest.html", null, "" ], [ "SystemInfoParserTest", "org/rundeck/api/parser/SystemInfoParserTest.html", null, "" ] ]
|
||||
, "" ] ]
|
||||
, "" ], [ "org.rundeck.api.util", "org/rundeck/api/util/package-summary.html", [ [ "Description", "org/rundeck/api/util/package-descr.html", null, "" ], [ "Classes", null, [ [ "ParametersUtilTest", "org/rundeck/api/util/ParametersUtilTest.html", null, "" ] ]
|
||||
, "" ] ]
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
javadoc proofread file: ./proof-read.txt
|
||||
|
||||
|
||||
=== reference/org/rundeck/api/package-descr.html ===
|
||||
|
||||
|
||||
=== reference/org/rundeck/api/parser/package-descr.html ===
|
||||
|
||||
|
||||
|
@ -113,3 +116,13 @@ METHOD: loadSuccessDocument
|
|||
CONSTRUCTOR: ParametersUtilTest
|
||||
METHOD: generateArgString
|
||||
METHOD: generateNodeFiltersString
|
||||
|
||||
|
||||
=== org/rundeck/api/RundeckClientTest.html ===
|
||||
Test the
|
||||
{@link/RundeckClient}
|
||||
. Uses betamax to unit-test HTTP requests without a live RunDeck instance.
|
||||
FIELD: recorder
|
||||
CONSTRUCTOR: RundeckClientTest
|
||||
METHOD: getProjects
|
||||
METHOD: setUp
|
||||
|
|
|
@ -141,6 +141,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="./org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="./org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
@ -199,6 +201,7 @@
|
|||
<a href="#letter_L">L</a>
|
||||
<a href="#letter_N">N</a>
|
||||
<a href="#letter_P">P</a>
|
||||
<a href="#letter_R">R</a>
|
||||
<a href="#letter_S">S</a>
|
||||
</div>
|
||||
|
||||
|
@ -319,6 +322,19 @@
|
|||
</table>
|
||||
|
||||
|
||||
<h2 id="letter_R">R</h2>
|
||||
<table class="jd-sumtable">
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-linkcol"><a href="./org/rundeck/api/RundeckClientTest.html">RundeckClientTest</a></td>
|
||||
<td class="jd-descrcol" width="100%">Test the RundeckClient. </td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<h2 id="letter_S">S</h2>
|
||||
<table class="jd-sumtable">
|
||||
|
||||
|
|
|
@ -1,4 +1,60 @@
|
|||
<api>
|
||||
<package name="org.rundeck.api"
|
||||
>
|
||||
<class name="RundeckClientTest"
|
||||
extends="java.lang.Object"
|
||||
abstract="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<constructor name="RundeckClientTest"
|
||||
type="org.rundeck.api.RundeckClientTest"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</constructor>
|
||||
<method name="getProjects"
|
||||
return="void"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="Exception" type="java.lang.Exception">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="setUp"
|
||||
return="void"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="Exception" type="java.lang.Exception">
|
||||
</exception>
|
||||
</method>
|
||||
<field name="recorder"
|
||||
type="betamax.Recorder"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
</class>
|
||||
</package>
|
||||
<package name="org.rundeck.api.parser"
|
||||
>
|
||||
<class name="AbortParserTest"
|
||||
|
|
|
@ -149,6 +149,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="./org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="./org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
@ -223,6 +225,22 @@
|
|||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="jd-hierarchy-spacer"></td>
|
||||
<td class="jd-hierarchy-data" colspan="1">
|
||||
|
||||
<a href="./org/rundeck/api/RundeckClientTest.html">RundeckClientTest</a>
|
||||
|
||||
</td>
|
||||
<td class="jd-hierarchy-data">
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="jd-hierarchy-spacer"></td>
|
||||
<td class="jd-hierarchy-data" colspan="1">
|
||||
|
|
|
@ -1,18 +1,20 @@
|
|||
var DATA = [
|
||||
{ id:0, label:"org.rundeck.api.parser", link:"org/rundeck/api/parser/package-summary.html", type:"package" },
|
||||
{ id:1, label:"org.rundeck.api.parser.AbortParserTest", link:"org/rundeck/api/parser/AbortParserTest.html", type:"class" },
|
||||
{ id:2, label:"org.rundeck.api.parser.EventParserTest", link:"org/rundeck/api/parser/EventParserTest.html", type:"class" },
|
||||
{ id:3, label:"org.rundeck.api.parser.ExecutionParserTest", link:"org/rundeck/api/parser/ExecutionParserTest.html", type:"class" },
|
||||
{ id:4, label:"org.rundeck.api.parser.HistoryParserTest", link:"org/rundeck/api/parser/HistoryParserTest.html", type:"class" },
|
||||
{ id:5, label:"org.rundeck.api.parser.JobParserTest", link:"org/rundeck/api/parser/JobParserTest.html", type:"class" },
|
||||
{ id:6, label:"org.rundeck.api.parser.JobsImportResultParserTest", link:"org/rundeck/api/parser/JobsImportResultParserTest.html", type:"class" },
|
||||
{ id:7, label:"org.rundeck.api.parser.ListParserTest", link:"org/rundeck/api/parser/ListParserTest.html", type:"class" },
|
||||
{ id:8, label:"org.rundeck.api.parser.NodeParserTest", link:"org/rundeck/api/parser/NodeParserTest.html", type:"class" },
|
||||
{ id:9, label:"org.rundeck.api.parser.ParserHelperTest", link:"org/rundeck/api/parser/ParserHelperTest.html", type:"class" },
|
||||
{ id:10, label:"org.rundeck.api.parser.ProjectParserTest", link:"org/rundeck/api/parser/ProjectParserTest.html", type:"class" },
|
||||
{ id:11, label:"org.rundeck.api.parser.StringParserTest", link:"org/rundeck/api/parser/StringParserTest.html", type:"class" },
|
||||
{ id:12, label:"org.rundeck.api.parser.SystemInfoParserTest", link:"org/rundeck/api/parser/SystemInfoParserTest.html", type:"class" },
|
||||
{ id:13, label:"org.rundeck.api.util", link:"org/rundeck/api/util/package-summary.html", type:"package" },
|
||||
{ id:14, label:"org.rundeck.api.util.ParametersUtilTest", link:"org/rundeck/api/util/ParametersUtilTest.html", type:"class" }
|
||||
{ id:0, label:"org.rundeck.api", link:"org/rundeck/api/package-summary.html", type:"package" },
|
||||
{ id:1, label:"org.rundeck.api.RundeckClientTest", link:"org/rundeck/api/RundeckClientTest.html", type:"class" },
|
||||
{ id:2, label:"org.rundeck.api.parser", link:"org/rundeck/api/parser/package-summary.html", type:"package" },
|
||||
{ id:3, label:"org.rundeck.api.parser.AbortParserTest", link:"org/rundeck/api/parser/AbortParserTest.html", type:"class" },
|
||||
{ id:4, label:"org.rundeck.api.parser.EventParserTest", link:"org/rundeck/api/parser/EventParserTest.html", type:"class" },
|
||||
{ id:5, label:"org.rundeck.api.parser.ExecutionParserTest", link:"org/rundeck/api/parser/ExecutionParserTest.html", type:"class" },
|
||||
{ id:6, label:"org.rundeck.api.parser.HistoryParserTest", link:"org/rundeck/api/parser/HistoryParserTest.html", type:"class" },
|
||||
{ id:7, label:"org.rundeck.api.parser.JobParserTest", link:"org/rundeck/api/parser/JobParserTest.html", type:"class" },
|
||||
{ id:8, label:"org.rundeck.api.parser.JobsImportResultParserTest", link:"org/rundeck/api/parser/JobsImportResultParserTest.html", type:"class" },
|
||||
{ id:9, label:"org.rundeck.api.parser.ListParserTest", link:"org/rundeck/api/parser/ListParserTest.html", type:"class" },
|
||||
{ id:10, label:"org.rundeck.api.parser.NodeParserTest", link:"org/rundeck/api/parser/NodeParserTest.html", type:"class" },
|
||||
{ id:11, label:"org.rundeck.api.parser.ParserHelperTest", link:"org/rundeck/api/parser/ParserHelperTest.html", type:"class" },
|
||||
{ id:12, label:"org.rundeck.api.parser.ProjectParserTest", link:"org/rundeck/api/parser/ProjectParserTest.html", type:"class" },
|
||||
{ id:13, label:"org.rundeck.api.parser.StringParserTest", link:"org/rundeck/api/parser/StringParserTest.html", type:"class" },
|
||||
{ id:14, label:"org.rundeck.api.parser.SystemInfoParserTest", link:"org/rundeck/api/parser/SystemInfoParserTest.html", type:"class" },
|
||||
{ id:15, label:"org.rundeck.api.util", link:"org/rundeck/api/util/package-summary.html", type:"package" },
|
||||
{ id:16, label:"org.rundeck.api.util.ParametersUtilTest", link:"org/rundeck/api/util/ParametersUtilTest.html", type:"class" }
|
||||
|
||||
];
|
||||
|
|
884
testapidocs/reference/org/rundeck/api/RundeckClientTest.html
Normal file
884
testapidocs/reference/org/rundeck/api/RundeckClientTest.html
Normal file
|
@ -0,0 +1,884 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" />
|
||||
<title>
|
||||
|
||||
RundeckClientTest
|
||||
|
||||
|
||||
| RunDeck API - Java Client
|
||||
|
||||
</title>
|
||||
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../../../assets/customizations.css" rel="stylesheet" type="text/css" />
|
||||
<script src="../../../../assets/search_autocomplete.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/jquery-resizable.min.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/android-developer-docs.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/prettify.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
setToRoot("../../../", "../../../../assets/");
|
||||
</script>
|
||||
<script src="../../../../assets/android-developer-reference.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/navtree_data.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/customizations.js" type="text/javascript"></script>
|
||||
<noscript>
|
||||
<style type="text/css">
|
||||
html,body{overflow:auto;}
|
||||
#body-content{position:relative; top:0;}
|
||||
#doc-content{overflow:visible;border-left:3px solid #666;}
|
||||
#side-nav{padding:0;}
|
||||
#side-nav .toggle-list ul {display:block;}
|
||||
#resize-packages-nav{border-bottom:3px solid #666;}
|
||||
</style>
|
||||
</noscript>
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
|
||||
<div id="header">
|
||||
<div id="headerLeft">
|
||||
|
||||
<span id="masthead-title">RunDeck API - Java Client</span>
|
||||
|
||||
</div>
|
||||
<div id="headerRight">
|
||||
|
||||
<div id="search" >
|
||||
<div id="searchForm">
|
||||
<form accept-charset="utf-8" class="gsc-search-box"
|
||||
onsubmit="return submit_search()">
|
||||
<table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody>
|
||||
<tr>
|
||||
<td class="gsc-input">
|
||||
<input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off"
|
||||
title="search developer docs" name="q"
|
||||
value="search developer docs"
|
||||
onFocus="search_focus_changed(this, true)"
|
||||
onBlur="search_focus_changed(this, false)"
|
||||
onkeydown="return search_changed(event, true, '../../../')"
|
||||
onkeyup="return search_changed(event, false, '../../../')" />
|
||||
<div id="search_filtered_div" class="no-display">
|
||||
<table id="search_filtered" cellspacing=0>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
<td class="gsc-search-button">
|
||||
<input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />
|
||||
</td>
|
||||
<td class="gsc-clear-button">
|
||||
<div title="clear results" class="gsc-clear-button"> </div>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div><!-- searchForm -->
|
||||
</div><!-- search -->
|
||||
|
||||
</div>
|
||||
</div><!-- header -->
|
||||
|
||||
|
||||
<div class="g-section g-tpl-240" id="body-content">
|
||||
<div class="g-unit g-first side-nav-resizable" id="side-nav">
|
||||
<div id="swapper">
|
||||
<div id="nav-panels">
|
||||
<div id="resize-packages-nav">
|
||||
<div id="packages-nav">
|
||||
<div id="index-links"><nobr>
|
||||
<a href="../../../packages.html" >Package Index</a> |
|
||||
<a href="../../../classes.html" >Class Index</a></nobr>
|
||||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../org/rundeck/api/util/package-summary.html">org.rundeck.api.util</a></li>
|
||||
</ul><br/>
|
||||
</div> <!-- end packages -->
|
||||
</div> <!-- end resize-packages -->
|
||||
<div id="classes-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li><h2>Classes</h2>
|
||||
<ul>
|
||||
<li class="selected api apilevel-"><a href="../../../org/rundeck/api/RundeckClientTest.html">RundeckClientTest</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul><br/>
|
||||
</div><!-- end classes -->
|
||||
</div><!-- end nav-panels -->
|
||||
<div id="nav-tree" style="display:none">
|
||||
<div id="index-links"><nobr>
|
||||
<a href="../../../packages.html" >Package Index</a> |
|
||||
<a href="../../../classes.html" >Class Index</a></nobr>
|
||||
</div>
|
||||
</div><!-- end nav-tree -->
|
||||
</div><!-- end swapper -->
|
||||
</div> <!-- end side-nav -->
|
||||
<script>
|
||||
if (!isMobile) {
|
||||
$("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav");
|
||||
chooseDefaultNav();
|
||||
if ($("#nav-tree").is(':visible')) {
|
||||
init_default_navtree("../../../");
|
||||
} else {
|
||||
addLoadEvent(function() {
|
||||
scrollIntoView("packages-nav");
|
||||
scrollIntoView("classes-nav");
|
||||
});
|
||||
}
|
||||
$("#swapper").css({borderBottom:"2px solid #aaa"});
|
||||
} else {
|
||||
swapNav(); // tree view should be used on mobile
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<div class="g-unit" id="doc-content">
|
||||
|
||||
<div id="api-info-block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="sum-details-links">
|
||||
|
||||
Summary:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="#lfields">Fields</a>
|
||||
|
||||
|
||||
|
||||
|
||||
| <a href="#pubctors">Ctors</a>
|
||||
|
||||
|
||||
|
||||
|
||||
| <a href="#pubmethods">Methods</a>
|
||||
|
||||
|
||||
|
||||
|
||||
| <a href="#inhmethods">Inherited Methods</a>
|
||||
|
||||
| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
|
||||
|
||||
</div><!-- end sum-details-links -->
|
||||
<div class="api-level">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div><!-- end api-info-block -->
|
||||
|
||||
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
|
||||
<div id="jd-header">
|
||||
public
|
||||
|
||||
|
||||
|
||||
class
|
||||
<h1>RundeckClientTest</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
extends <a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Object.html">Object</a><br/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div><!-- end header -->
|
||||
|
||||
<div id="naMessage"></div>
|
||||
|
||||
<div id="jd-content" class="api apilevel-">
|
||||
<table class="jd-inheritance-table">
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td colspan="2" class="jd-inheritance-class-cell"><a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Object.html">java.lang.Object</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="jd-inheritance-space"> ↳</td>
|
||||
|
||||
<td colspan="1" class="jd-inheritance-class-cell">org.rundeck.api.RundeckClientTest</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="jd-descr">
|
||||
|
||||
|
||||
<h2>Class Overview</h2>
|
||||
<p>Test the RundeckClient. Uses betamax to unit-test HTTP requests without a live RunDeck instance.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div><!-- jd-descr -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="jd-descr">
|
||||
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr>
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
public
|
||||
|
||||
|
||||
Recorder</nobr></td>
|
||||
<td class="jd-linkcol"><a href="../../../org/rundeck/api/RundeckClientTest.html#recorder">recorder</a></td>
|
||||
<td class="jd-descrcol" width="100%"></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad"><a href="../../../org/rundeck/api/RundeckClientTest.html#RundeckClientTest()">RundeckClientTest</a></span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad"><a href="../../../org/rundeck/api/RundeckClientTest.html#getProjects()">getProjects</a></span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class=" api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad"><a href="../../../org/rundeck/api/RundeckClientTest.html#setUp()">setUp</a></span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<table id="inhmethods" class="jd-sumtable"><tr><th>
|
||||
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
|
||||
<div style="clear:left;">Inherited Methods</div></th></tr>
|
||||
|
||||
|
||||
<tr class="api apilevel-" >
|
||||
<td colspan="12">
|
||||
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
|
||||
><img id="inherited-methods-java.lang.Object-trigger"
|
||||
src="../../../../assets/images/triangle-closed.png"
|
||||
class="jd-expando-trigger-img" /></a>
|
||||
From class
|
||||
|
||||
<a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Object.html">java.lang.Object</a>
|
||||
|
||||
<div id="inherited-methods-java.lang.Object">
|
||||
<div id="inherited-methods-java.lang.Object-list"
|
||||
class="jd-inheritedlinks">
|
||||
</div>
|
||||
<div id="inherited-methods-java.lang.Object-summary" style="display: none;">
|
||||
<table class="jd-sumtable-expando">
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Object.html">Object</a></nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">clone</span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class=" api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
boolean</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">equals</span>(<a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Object.html">Object</a> arg0)</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">finalize</span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class=" api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
final
|
||||
|
||||
|
||||
<a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Class.html">Class</a><?></nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">getClass</span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
int</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">hashCode</span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class=" api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
final
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">notify</span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
final
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">notifyAll</span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class=" api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html">String</a></nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">toString</span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
final
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">wait</span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class=" api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
final
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">wait</span>(long arg0)</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
final
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad">wait</span>(long arg0, int arg1)</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
</div><!-- jd-descr (summary) -->
|
||||
|
||||
<!-- Details -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- XML Attributes -->
|
||||
|
||||
|
||||
<!-- Enum Values -->
|
||||
|
||||
|
||||
<!-- Constants -->
|
||||
|
||||
|
||||
<!-- Fields -->
|
||||
|
||||
|
||||
<!-- ========= FIELD DETAIL ======== -->
|
||||
<h2>Fields</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
<A NAME="recorder"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
Recorder
|
||||
</span>
|
||||
recorder
|
||||
</h4>
|
||||
<div class="api-level">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="jd-details-descr">
|
||||
|
||||
<div class="jd-tagdata jd-tagdescr"><p></p></div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Public ctors -->
|
||||
|
||||
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<h2>Public Constructors</h2>
|
||||
|
||||
|
||||
|
||||
<A NAME="RundeckClientTest()"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
<span class="sympad">RundeckClientTest</span>
|
||||
<span class="normal">()</span>
|
||||
</h4>
|
||||
<div class="api-level">
|
||||
<div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="jd-details-descr">
|
||||
|
||||
<div class="jd-tagdata jd-tagdescr"><p></p></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<!-- Protected ctors -->
|
||||
|
||||
|
||||
|
||||
<!-- ========= METHOD DETAIL ======== -->
|
||||
<!-- Public methdos -->
|
||||
|
||||
<h2>Public Methods</h2>
|
||||
|
||||
|
||||
|
||||
<A NAME="getProjects()"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
</span>
|
||||
<span class="sympad">getProjects</span>
|
||||
<span class="normal">()</span>
|
||||
</h4>
|
||||
<div class="api-level">
|
||||
<div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="jd-details-descr">
|
||||
|
||||
<div class="jd-tagdata jd-tagdescr"><p></p></div>
|
||||
<div class="jd-tagdata">
|
||||
<h5 class="jd-tagtitle">Throws</h5>
|
||||
<table class="jd-tagtable">
|
||||
<tr>
|
||||
<th><a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Exception.html">Exception</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<A NAME="setUp()"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
</span>
|
||||
<span class="sympad">setUp</span>
|
||||
<span class="normal">()</span>
|
||||
</h4>
|
||||
<div class="api-level">
|
||||
<div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="jd-details-descr">
|
||||
|
||||
<div class="jd-tagdata jd-tagdescr"><p></p></div>
|
||||
<div class="jd-tagdata">
|
||||
<h5 class="jd-tagtitle">Throws</h5>
|
||||
<table class="jd-tagtable">
|
||||
<tr>
|
||||
<th><a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Exception.html">Exception</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ========= METHOD DETAIL ======== -->
|
||||
|
||||
|
||||
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<A NAME="navbar_top"></A>
|
||||
|
||||
<div id="footer">
|
||||
Generated by <a href="http://code.google.com/p/doclava/">Doclava</a>.
|
||||
</div> <!-- end footer -->
|
||||
|
||||
</div> <!-- jd-content -->
|
||||
|
||||
</div><!-- end doc-content -->
|
||||
|
||||
</div> <!-- end body-content -->
|
||||
|
||||
<script type="text/javascript">
|
||||
init(); /* initialize android-developer-docs.js */
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
240
testapidocs/reference/org/rundeck/api/package-descr.html
Normal file
240
testapidocs/reference/org/rundeck/api/package-descr.html
Normal file
|
@ -0,0 +1,240 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" />
|
||||
<title>
|
||||
|
||||
org.rundeck.api Details
|
||||
|
||||
|
||||
| RunDeck API - Java Client
|
||||
|
||||
</title>
|
||||
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../../../assets/customizations.css" rel="stylesheet" type="text/css" />
|
||||
<script src="../../../../assets/search_autocomplete.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/jquery-resizable.min.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/android-developer-docs.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/prettify.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
setToRoot("../../../", "../../../../assets/");
|
||||
</script>
|
||||
<script src="../../../../assets/android-developer-reference.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/navtree_data.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/customizations.js" type="text/javascript"></script>
|
||||
<noscript>
|
||||
<style type="text/css">
|
||||
html,body{overflow:auto;}
|
||||
#body-content{position:relative; top:0;}
|
||||
#doc-content{overflow:visible;border-left:3px solid #666;}
|
||||
#side-nav{padding:0;}
|
||||
#side-nav .toggle-list ul {display:block;}
|
||||
#resize-packages-nav{border-bottom:3px solid #666;}
|
||||
</style>
|
||||
</noscript>
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
|
||||
<div id="header">
|
||||
<div id="headerLeft">
|
||||
|
||||
<span id="masthead-title">RunDeck API - Java Client</span>
|
||||
|
||||
</div>
|
||||
<div id="headerRight">
|
||||
|
||||
<div id="search" >
|
||||
<div id="searchForm">
|
||||
<form accept-charset="utf-8" class="gsc-search-box"
|
||||
onsubmit="return submit_search()">
|
||||
<table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody>
|
||||
<tr>
|
||||
<td class="gsc-input">
|
||||
<input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off"
|
||||
title="search developer docs" name="q"
|
||||
value="search developer docs"
|
||||
onFocus="search_focus_changed(this, true)"
|
||||
onBlur="search_focus_changed(this, false)"
|
||||
onkeydown="return search_changed(event, true, '../../../')"
|
||||
onkeyup="return search_changed(event, false, '../../../')" />
|
||||
<div id="search_filtered_div" class="no-display">
|
||||
<table id="search_filtered" cellspacing=0>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
<td class="gsc-search-button">
|
||||
<input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />
|
||||
</td>
|
||||
<td class="gsc-clear-button">
|
||||
<div title="clear results" class="gsc-clear-button"> </div>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div><!-- searchForm -->
|
||||
</div><!-- search -->
|
||||
|
||||
</div>
|
||||
</div><!-- header -->
|
||||
|
||||
|
||||
<div class="g-section g-tpl-240" id="body-content">
|
||||
<div class="g-unit g-first side-nav-resizable" id="side-nav">
|
||||
<div id="swapper">
|
||||
<div id="nav-panels">
|
||||
<div id="resize-packages-nav">
|
||||
<div id="packages-nav">
|
||||
<div id="index-links"><nobr>
|
||||
<a href="../../../packages.html" >Package Index</a> |
|
||||
<a href="../../../classes.html" >Class Index</a></nobr>
|
||||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../org/rundeck/api/util/package-summary.html">org.rundeck.api.util</a></li>
|
||||
</ul><br/>
|
||||
</div> <!-- end packages -->
|
||||
</div> <!-- end resize-packages -->
|
||||
<div id="classes-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li><h2>Classes</h2>
|
||||
<ul>
|
||||
<li class="api apilevel-"><a href="../../../org/rundeck/api/RundeckClientTest.html">RundeckClientTest</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul><br/>
|
||||
</div><!-- end classes -->
|
||||
</div><!-- end nav-panels -->
|
||||
<div id="nav-tree" style="display:none">
|
||||
<div id="index-links"><nobr>
|
||||
<a href="../../../packages.html" >Package Index</a> |
|
||||
<a href="../../../classes.html" >Class Index</a></nobr>
|
||||
</div>
|
||||
</div><!-- end nav-tree -->
|
||||
</div><!-- end swapper -->
|
||||
</div> <!-- end side-nav -->
|
||||
<script>
|
||||
if (!isMobile) {
|
||||
$("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav");
|
||||
chooseDefaultNav();
|
||||
if ($("#nav-tree").is(':visible')) {
|
||||
init_default_navtree("../../../");
|
||||
} else {
|
||||
addLoadEvent(function() {
|
||||
scrollIntoView("packages-nav");
|
||||
scrollIntoView("classes-nav");
|
||||
});
|
||||
}
|
||||
$("#swapper").css({borderBottom:"2px solid #aaa"});
|
||||
} else {
|
||||
swapNav(); // tree view should be used on mobile
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<div class="g-unit" id="doc-content">
|
||||
|
||||
<div id="api-info-block">
|
||||
<div class="api-level">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="jd-header">
|
||||
package
|
||||
<h1>org.rundeck.api</b></h1>
|
||||
<div class="jd-nav">
|
||||
<a class="jd-navlink" href="package-summary.html">Classes</a> | Description
|
||||
</div>
|
||||
</div><!-- end header -->
|
||||
|
||||
<div id="naMessage"></div>
|
||||
|
||||
<div id="jd-content" class="api apilevel-">
|
||||
<div class="jd-descr">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated by <a href="http://code.google.com/p/doclava/">Doclava</a>.
|
||||
</div> <!-- end footer -->
|
||||
|
||||
</div><!-- end jd-content -->
|
||||
</div> <!-- end doc-content -->
|
||||
|
||||
</div> <!-- end body-content -->
|
||||
|
||||
<script type="text/javascript">
|
||||
init(); /* initialize android-developer-docs.js */
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
268
testapidocs/reference/org/rundeck/api/package-summary.html
Normal file
268
testapidocs/reference/org/rundeck/api/package-summary.html
Normal file
|
@ -0,0 +1,268 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" />
|
||||
<title>
|
||||
|
||||
org.rundeck.api
|
||||
|
||||
|
||||
| RunDeck API - Java Client
|
||||
|
||||
</title>
|
||||
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../../../assets/customizations.css" rel="stylesheet" type="text/css" />
|
||||
<script src="../../../../assets/search_autocomplete.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/jquery-resizable.min.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/android-developer-docs.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/prettify.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
setToRoot("../../../", "../../../../assets/");
|
||||
</script>
|
||||
<script src="../../../../assets/android-developer-reference.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/navtree_data.js" type="text/javascript"></script>
|
||||
<script src="../../../../assets/customizations.js" type="text/javascript"></script>
|
||||
<noscript>
|
||||
<style type="text/css">
|
||||
html,body{overflow:auto;}
|
||||
#body-content{position:relative; top:0;}
|
||||
#doc-content{overflow:visible;border-left:3px solid #666;}
|
||||
#side-nav{padding:0;}
|
||||
#side-nav .toggle-list ul {display:block;}
|
||||
#resize-packages-nav{border-bottom:3px solid #666;}
|
||||
</style>
|
||||
</noscript>
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
|
||||
<div id="header">
|
||||
<div id="headerLeft">
|
||||
|
||||
<span id="masthead-title">RunDeck API - Java Client</span>
|
||||
|
||||
</div>
|
||||
<div id="headerRight">
|
||||
|
||||
<div id="search" >
|
||||
<div id="searchForm">
|
||||
<form accept-charset="utf-8" class="gsc-search-box"
|
||||
onsubmit="return submit_search()">
|
||||
<table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody>
|
||||
<tr>
|
||||
<td class="gsc-input">
|
||||
<input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off"
|
||||
title="search developer docs" name="q"
|
||||
value="search developer docs"
|
||||
onFocus="search_focus_changed(this, true)"
|
||||
onBlur="search_focus_changed(this, false)"
|
||||
onkeydown="return search_changed(event, true, '../../../')"
|
||||
onkeyup="return search_changed(event, false, '../../../')" />
|
||||
<div id="search_filtered_div" class="no-display">
|
||||
<table id="search_filtered" cellspacing=0>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
<td class="gsc-search-button">
|
||||
<input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />
|
||||
</td>
|
||||
<td class="gsc-clear-button">
|
||||
<div title="clear results" class="gsc-clear-button"> </div>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div><!-- searchForm -->
|
||||
</div><!-- search -->
|
||||
|
||||
</div>
|
||||
</div><!-- header -->
|
||||
|
||||
|
||||
<div class="g-section g-tpl-240" id="body-content">
|
||||
<div class="g-unit g-first side-nav-resizable" id="side-nav">
|
||||
<div id="swapper">
|
||||
<div id="nav-panels">
|
||||
<div id="resize-packages-nav">
|
||||
<div id="packages-nav">
|
||||
<div id="index-links"><nobr>
|
||||
<a href="../../../packages.html" >Package Index</a> |
|
||||
<a href="../../../classes.html" >Class Index</a></nobr>
|
||||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../org/rundeck/api/util/package-summary.html">org.rundeck.api.util</a></li>
|
||||
</ul><br/>
|
||||
</div> <!-- end packages -->
|
||||
</div> <!-- end resize-packages -->
|
||||
<div id="classes-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li><h2>Classes</h2>
|
||||
<ul>
|
||||
<li class="api apilevel-"><a href="../../../org/rundeck/api/RundeckClientTest.html">RundeckClientTest</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul><br/>
|
||||
</div><!-- end classes -->
|
||||
</div><!-- end nav-panels -->
|
||||
<div id="nav-tree" style="display:none">
|
||||
<div id="index-links"><nobr>
|
||||
<a href="../../../packages.html" >Package Index</a> |
|
||||
<a href="../../../classes.html" >Class Index</a></nobr>
|
||||
</div>
|
||||
</div><!-- end nav-tree -->
|
||||
</div><!-- end swapper -->
|
||||
</div> <!-- end side-nav -->
|
||||
<script>
|
||||
if (!isMobile) {
|
||||
$("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav");
|
||||
chooseDefaultNav();
|
||||
if ($("#nav-tree").is(':visible')) {
|
||||
init_default_navtree("../../../");
|
||||
} else {
|
||||
addLoadEvent(function() {
|
||||
scrollIntoView("packages-nav");
|
||||
scrollIntoView("classes-nav");
|
||||
});
|
||||
}
|
||||
$("#swapper").css({borderBottom:"2px solid #aaa"});
|
||||
} else {
|
||||
swapNav(); // tree view should be used on mobile
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<div class="g-unit" id="doc-content">
|
||||
|
||||
<div id="api-info-block">
|
||||
<div class="api-level">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="jd-header">
|
||||
package
|
||||
<h1>org.rundeck.api</h1>
|
||||
<div class="jd-nav">
|
||||
|
||||
</div>
|
||||
</div><!-- end header -->
|
||||
|
||||
<div id="naMessage"></div>
|
||||
|
||||
<div id="jd-content" class="api apilevel-">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Classes</h3>
|
||||
<div class="jd-sumtable">
|
||||
|
||||
<table class="jd-sumtable-expando">
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-linkcol"><a href="../../../org/rundeck/api/RundeckClientTest.html">RundeckClientTest</a></td>
|
||||
<td class="jd-descrcol" width="100%">Test the RundeckClient. </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="footer">
|
||||
Generated by <a href="http://code.google.com/p/doclava/">Doclava</a>.
|
||||
</div> <!-- end footer -->
|
||||
|
||||
</div><!-- end jd-content -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
</div> <!-- end body-content -->
|
||||
|
||||
<script type="text/javascript">
|
||||
init(); /* initialize android-developer-docs.js */
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="../../../../org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="selected api apilevel-">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
org.rundeck.api
|
||||
org.rundeck.api.parser
|
||||
org.rundeck.api.util
|
||||
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="api apilevel-">
|
||||
<a href="./org/rundeck/api/package-summary.html">org.rundeck.api</a></li>
|
||||
<li class="api apilevel-">
|
||||
<a href="./org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></li>
|
||||
<li class="api apilevel-">
|
||||
|
@ -201,13 +203,20 @@
|
|||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-linkcol">
|
||||
<a href="./org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></td>
|
||||
<a href="./org/rundeck/api/package-summary.html">org.rundeck.api</a></td>
|
||||
<td class="jd-descrcol" width="100%"> </td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr class=" api apilevel-" >
|
||||
<td class="jd-linkcol">
|
||||
<a href="./org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</a></td>
|
||||
<td class="jd-descrcol" width="100%"> </td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-linkcol">
|
||||
<a href="./org/rundeck/api/util/package-summary.html">org.rundeck.api.util</a></td>
|
||||
<td class="jd-descrcol" width="100%"> </td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue