Wagon: Deploying site to repository

This commit is contained in:
Greg Schueler 2013-08-06 12:37:45 -07:00
parent 94284049e0
commit a3d960255a
102 changed files with 22297 additions and 3454 deletions

View file

@ -133,10 +133,20 @@ METHOD: parsePendingAbort
{@link/RundeckClient}
. Uses betamax to unit-test HTTP requests without a live RunDeck instance.
FIELD: TEST_TOKEN_0
Note: to add a new test, do the following:
1) start a rundeck server, available at hostname "rundeck.local"
2) login as test or admin user, and generate a token
3) add the test token as a new TEST_TOKEN_X, and use that in your test
4) run 'mvn test', and commit the new yml file generated at src/test/resources/betamax/tapes
FIELD: TEST_TOKEN_1
FIELD: TEST_TOKEN_2
FIELD: TEST_TOKEN_3
FIELD: TEST_TOKEN_4
FIELD: recorder
CONSTRUCTOR: RundeckClientTest
METHOD: abortExecution
METHOD: abortExecutionAsUser
METHOD: abortExecutionAsUserUnauthorized
METHOD: bulkDelete
METHOD: bulkDeleteFailDNE
METHOD: bulkDeleteFailUnauthorized
@ -148,7 +158,36 @@ METHOD: getHistoryExcludeJoblist
METHOD: getHistoryJoblist
METHOD: getHistoryUser
METHOD: getProjects
METHOD: importJobsContextProject
Import jobs, xml contains project context
METHOD: importJobsNoProject
Import jobs, xml no project defined
METHOD: importJobsProjectParam
Import jobs, using project parameter
METHOD: importJobsProjectParamOverride
Import jobs, project parameter overrides xml
METHOD: importJobsProjectParamV7
Import jobs, project parameter v7 doesn' use parameter
METHOD: setUp
METHOD: triggerAdhocCommand
METHOD: triggerAdhocCommandAsUser
METHOD: triggerAdhocCommandAsUserUnauthorized
METHOD: triggerAdhocCommandDeprecated
METHOD: triggerAdhocCommandDeprecatedAsUser
METHOD: triggerAdhocCommandDeprecatedAsUserUnauthorized
METHOD: triggerAdhocScript
METHOD: triggerAdhocScriptAsUser
METHOD: triggerAdhocScriptAsUserUnauthorized
METHOD: triggerAdhocScriptDeprecated
METHOD: triggerAdhocScriptDeprecatedAsUser
METHOD: triggerAdhocScriptDeprecatedAsUserUnauthorized
METHOD: triggerAdhocScriptInpterpreter
METHOD: triggerJobAsUser
METHOD: triggerJobAsUserUnauthorized
METHOD: triggerJobBasic
METHOD: triggerJobDeprecatedAsUser
METHOD: triggerJobDeprecatedAsUserUnauthorized
METHOD: triggerJobDeprecatedBasic
=== org/rundeck/api/util/ParametersUtilTest.html ===

View file

@ -17,6 +17,45 @@
visibility="public"
>
</constructor>
<method name="abortExecution"
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="abortExecutionAsUser"
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="abortExecutionAsUserUnauthorized"
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="bulkDelete"
return="void"
abstract="false"
@ -147,6 +186,71 @@
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="importJobsContextProject"
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="importJobsNoProject"
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="importJobsProjectParam"
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="importJobsProjectParamOverride"
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="importJobsProjectParamV7"
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"
@ -160,6 +264,253 @@
<exception name="Exception" type="java.lang.Exception">
</exception>
</method>
<method name="triggerAdhocCommand"
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="triggerAdhocCommandAsUser"
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="triggerAdhocCommandAsUserUnauthorized"
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="triggerAdhocCommandDeprecated"
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="triggerAdhocCommandDeprecatedAsUser"
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="triggerAdhocCommandDeprecatedAsUserUnauthorized"
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="triggerAdhocScript"
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="triggerAdhocScriptAsUser"
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="triggerAdhocScriptAsUserUnauthorized"
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="triggerAdhocScriptDeprecated"
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="triggerAdhocScriptDeprecatedAsUser"
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="triggerAdhocScriptDeprecatedAsUserUnauthorized"
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="triggerAdhocScriptInpterpreter"
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="triggerJobAsUser"
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="triggerJobAsUserUnauthorized"
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="triggerJobBasic"
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="triggerJobDeprecatedAsUser"
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="triggerJobDeprecatedAsUserUnauthorized"
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="triggerJobDeprecatedBasic"
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="TEST_TOKEN_0"
type="java.lang.String"
transient="false"
@ -193,6 +544,28 @@
visibility="public"
>
</field>
<field name="TEST_TOKEN_3"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;9RdEosesKP3se4oV9EKOd4s3RUeUS3ON&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TEST_TOKEN_4"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;sN5RRSNvu15DnV6EcNDdc2CkdPcv3s32&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="recorder"
type="betamax.Recorder"
transient="false"

File diff suppressed because it is too large Load diff