mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-08 05:58:39 +00:00
Wagon: Deploying site to repository
This commit is contained in:
parent
a3d960255a
commit
366077254c
96 changed files with 7212 additions and 4882 deletions
|
@ -94,6 +94,7 @@ METHOD: parseAdhocExecution
|
|||
METHOD: parseMinimalistExecution
|
||||
METHOD: parseRunningExecution
|
||||
METHOD: parseSucceededExecution
|
||||
METHOD: parseV9Execution
|
||||
|
||||
|
||||
=== org/rundeck/api/parser/EventParserTest.html ===
|
||||
|
@ -142,6 +143,8 @@ FIELD: TEST_TOKEN_1
|
|||
FIELD: TEST_TOKEN_2
|
||||
FIELD: TEST_TOKEN_3
|
||||
FIELD: TEST_TOKEN_4
|
||||
FIELD: TEST_TOKEN_5
|
||||
FIELD: TEST_TOKEN_6
|
||||
FIELD: recorder
|
||||
CONSTRUCTOR: RundeckClientTest
|
||||
METHOD: abortExecution
|
||||
|
@ -168,6 +171,15 @@ METHOD: importJobsProjectParamOverride
|
|||
Import jobs, project parameter overrides xml
|
||||
METHOD: importJobsProjectParamV7
|
||||
Import jobs, project parameter v7 doesn' use parameter
|
||||
METHOD: importJobsUUIDParamPreserveV9
|
||||
Import jobs, project parameter v7 doesn' use parameter
|
||||
METHOD: importJobsUUIDParamRemoveV9
|
||||
Import jobs, project parameter v7 doesn' use parameter
|
||||
METHOD: runningExecutionsV8
|
||||
Running executions for all projects using API v8, which queries for project list and then individually
|
||||
queries each project's now running
|
||||
METHOD: runningExecutionsV9
|
||||
Running executions for all projects using API v9
|
||||
METHOD: setUp
|
||||
METHOD: triggerAdhocCommand
|
||||
METHOD: triggerAdhocCommandAsUser
|
||||
|
|
|
@ -251,6 +251,58 @@
|
|||
<exception name="Exception" type="java.lang.Exception">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="importJobsUUIDParamPreserveV9"
|
||||
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="importJobsUUIDParamRemoveV9"
|
||||
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="runningExecutionsV8"
|
||||
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="runningExecutionsV9"
|
||||
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"
|
||||
|
@ -566,6 +618,28 @@
|
|||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="TEST_TOKEN_5"
|
||||
type="java.lang.String"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value=""C3O6d5O98Kr6Dpv71sdE4ERdCuU12P6d""
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="TEST_TOKEN_6"
|
||||
type="java.lang.String"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value=""Do4d3NUD5DKk21DR4sNK755RcPk618vn""
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="recorder"
|
||||
type="betamax.Recorder"
|
||||
transient="false"
|
||||
|
@ -846,6 +920,19 @@
|
|||
<exception name="Exception" type="java.lang.Exception">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="parseV9Execution"
|
||||
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>
|
||||
</class>
|
||||
<class name="HistoryParserTest"
|
||||
extends="java.lang.Object"
|
||||
|
|
|
@ -394,6 +394,20 @@ Summary:
|
|||
</tr>
|
||||
|
||||
|
||||
<tr class=" api apilevel-" >
|
||||
<td class="jd-typecol"><a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html">String</a></td>
|
||||
<td class="jd-linkcol"><a href="../../../org/rundeck/api/RundeckClientTest.html#TEST_TOKEN_5">TEST_TOKEN_5</a></td>
|
||||
<td class="jd-descrcol" width="100%"></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html">String</a></td>
|
||||
<td class="jd-linkcol"><a href="../../../org/rundeck/api/RundeckClientTest.html#TEST_TOKEN_6">TEST_TOKEN_6</a></td>
|
||||
<td class="jd-descrcol" width="100%"></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
@ -771,6 +785,79 @@ Summary:
|
|||
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
<span class="sympad"><a href="../../../org/rundeck/api/RundeckClientTest.html#importJobsUUIDParamPreserveV9()">importJobsUUIDParamPreserveV9</a></span>()</nobr>
|
||||
|
||||
<div class="jd-descrdiv">Import jobs, project parameter v7 doesn' use parameter</div>
|
||||
|
||||
</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#importJobsUUIDParamRemoveV9()">importJobsUUIDParamRemoveV9</a></span>()</nobr>
|
||||
|
||||
<div class="jd-descrdiv">Import jobs, project parameter v7 doesn' use parameter</div>
|
||||
|
||||
</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"><a href="../../../org/rundeck/api/RundeckClientTest.html#runningExecutionsV8()">runningExecutionsV8</a></span>()</nobr>
|
||||
|
||||
<div class="jd-descrdiv">Running executions for all projects using API v8, which queries for project list and then individually
|
||||
queries each project's now running</div>
|
||||
|
||||
</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#runningExecutionsV9()">runningExecutionsV9</a></span>()</nobr>
|
||||
|
||||
<div class="jd-descrdiv">Running executions for all projects using API v9</div>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr class="alt-color api apilevel-" >
|
||||
<td class="jd-typecol"><nobr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void</nobr>
|
||||
</td>
|
||||
<td class="jd-linkcol" width="100%"><nobr>
|
||||
|
@ -1532,6 +1619,84 @@ From class
|
|||
|
||||
|
||||
|
||||
<A NAME="TEST_TOKEN_5"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
static
|
||||
final
|
||||
<a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html">String</a>
|
||||
</span>
|
||||
TEST_TOKEN_5
|
||||
</h4>
|
||||
<div class="api-level">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="jd-details-descr">
|
||||
|
||||
<div class="jd-tagdata jd-tagdescr"><p></p></div>
|
||||
|
||||
|
||||
<div class="jd-tagdata">
|
||||
<span class="jd-tagtitle">Constant Value: </span>
|
||||
<span>
|
||||
|
||||
"C3O6d5O98Kr6Dpv71sdE4ERdCuU12P6d"
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<A NAME="TEST_TOKEN_6"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
static
|
||||
final
|
||||
<a href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html">String</a>
|
||||
</span>
|
||||
TEST_TOKEN_6
|
||||
</h4>
|
||||
<div class="api-level">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="jd-details-descr">
|
||||
|
||||
<div class="jd-tagdata jd-tagdescr"><p></p></div>
|
||||
|
||||
|
||||
<div class="jd-tagdata">
|
||||
<span class="jd-tagtitle">Constant Value: </span>
|
||||
<span>
|
||||
|
||||
"Do4d3NUD5DKk21DR4sNK755RcPk618vn"
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Fields -->
|
||||
|
||||
|
@ -2348,6 +2513,167 @@ From class
|
|||
</div>
|
||||
|
||||
|
||||
<A NAME="importJobsUUIDParamPreserveV9()"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
</span>
|
||||
<span class="sympad">importJobsUUIDParamPreserveV9</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>Import jobs, project parameter v7 doesn' use parameter</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="importJobsUUIDParamRemoveV9()"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
</span>
|
||||
<span class="sympad">importJobsUUIDParamRemoveV9</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>Import jobs, project parameter v7 doesn' use parameter</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="runningExecutionsV8()"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
</span>
|
||||
<span class="sympad">runningExecutionsV8</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>Running executions for all projects using API v8, which queries for project list and then individually
|
||||
queries each project's now running</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="runningExecutionsV9()"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
</span>
|
||||
<span class="sympad">runningExecutionsV9</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>Running executions for all projects using API v9</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-">
|
||||
|
|
|
@ -465,6 +465,22 @@ Summary:
|
|||
</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"><a href="../../../../org/rundeck/api/parser/ExecutionParserTest.html#parseV9Execution()">parseV9Execution</a></span>()</nobr>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
@ -921,6 +937,46 @@ From class
|
|||
</div>
|
||||
|
||||
|
||||
<A NAME="parseV9Execution()"></A>
|
||||
|
||||
<div class="jd-details api apilevel-">
|
||||
<h4 class="jd-details-title">
|
||||
<span class="normal">
|
||||
public
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
</span>
|
||||
<span class="sympad">parseV9Execution</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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue