Wagon: Deploying site to repository

This commit is contained in:
Vincent Behar 2011-12-03 18:05:34 +01:00
parent cc36f89fab
commit 6c8e359891
87 changed files with 3056 additions and 3750 deletions

View file

@ -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"