Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0F45D14E for ; Fri, 5 Oct 2012 14:33:49 +0000 (UTC) Received: (qmail 77683 invoked by uid 500); 5 Oct 2012 14:33:48 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 77626 invoked by uid 500); 5 Oct 2012 14:33:48 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 77567 invoked by uid 99); 5 Oct 2012 14:33:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 14:33:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 14:33:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 691D32388A5E for ; Fri, 5 Oct 2012 14:32:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1394548 [4/17] - in /archiva/site-content/docs/1.4-M4-SNAPSHOT: adminguide/webservices/ rest-docs-archiva-rest-api/ rest-docs-archiva-rest-api/css/ rest-docs-archiva-rest-api/js/ rest-docs-archiva-rest-api/js/libs/ rest-docs-archiva-rest-a... Date: Fri, 05 Oct 2012 14:32:36 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121005143242.691D32388A5E@eris.apache.org> Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,181 @@ + + + + + + + + + + + + + mailingList + + + + + + + + + + + + + + + +
+
+ +
+
+

mailingList element

+ + + + + + + + + + + + + +
Type:mailingList
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<mailingList> + <subscribeAddress>...</subscribeAddress> + <otherArchives>...</otherArchives> + <otherArchives>...</otherArchives> + <!--...more "otherArchives" elements...--> + <unsubscribeAddress>...</unsubscribeAddress> + <postAddress>...</postAddress> + <name>...</name> + <mainArchiveUrl>...</mainArchiveUrl> +</mailingList> +

Example JSON

+ { + "subscribeAddress" : "...", + "otherArchives" : [ "...", ... ], + "unsubscribeAddress" : "...", + "postAddress" : "...", + "name" : "...", + "mainArchiveUrl" : "..." +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,217 @@ + + + + + + + + + + + + + managedRepository + + + + + + + + + + + + + + + +
+
+ +
+
+

managedRepository element

+ + + + + + + + + + + + + +
Type:managedRepository
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<managedRepository> + <blockRedeployments>...</blockRedeployments> + <skipPackedIndexCreation>...</skipPackedIndexCreation> + <scanned>...</scanned> + <snapshots>...</snapshots> + <location>...</location> + <resetStats>...</resetStats> + <deleteReleasedSnapshots>...</deleteReleasedSnapshots> + <cronExpression>...</cronExpression> + <daysOlder>...</daysOlder> + <retentionCount>...</retentionCount> + <stagingRepository> + <!--...--> + <layout>...</layout> + <description>...</description> + <name>...</name> + <indexDirectory>...</indexDirectory> + <id>...</id> + </stagingRepository> + <releases>...</releases> + <stageRepoNeeded>...</stageRepoNeeded> + <layout>...</layout> + <description>...</description> + <name>...</name> + <indexDirectory>...</indexDirectory> + <id>...</id> +</managedRepository> +

Example JSON

+ { + "blockRedeployments" : false, + "skipPackedIndexCreation" : false, + "scanned" : false, + "snapshots" : false, + "location" : "...", + "resetStats" : false, + "deleteReleasedSnapshots" : false, + "cronExpression" : "...", + "daysOlder" : ..., + "retentionCount" : ..., + "stagingRepository" : { + "..." : ..., + "layout" : "...", + "description" : "...", + "name" : "...", + "indexDirectory" : "...", + "id" : "..." + }, + "releases" : false, + "stageRepoNeeded" : false, + "layout" : "...", + "description" : "...", + "name" : "...", + "indexDirectory" : "...", + "id" : "..." +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,173 @@ + + + + + + + + + + + + + networkConfiguration + + + + + + + + + + + + + + + +
+
+ +
+
+

networkConfiguration element

+ + + + + + + + + + + + + +
Type:networkConfiguration
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<networkConfiguration> + <maxTotalPerHost>...</maxTotalPerHost> + <maxTotal>...</maxTotal> + <usePooling>...</usePooling> +</networkConfiguration> +

Example JSON

+ { + "maxTotalPerHost" : ..., + "maxTotal" : ..., + "usePooling" : false +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,181 @@ + + + + + + + + + + + + + networkProxy + + + + + + + + + + + + + + + +
+
+ +
+
+

networkProxy element

+ + + + + + + + + + + + + +
Type:networkProxy
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<networkProxy> + <password>...</password> + <id>...</id> + <port>...</port> + <host>...</host> + <protocol>...</protocol> + <username>...</username> + <useNtlm>...</useNtlm> +</networkProxy> +

Example JSON

+ { + "password" : "...", + "id" : "...", + "port" : ..., + "host" : "...", + "protocol" : "...", + "username" : "...", + "useNtlm" : false +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organisationInformation.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,173 @@ + + + + + + + + + + + + + organisationInformation + + + + + + + + + + + + + + + +
+
+ +
+
+

organisationInformation element

+ + + + + + + + + + + + + +
Type:organisationInformation
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<organisationInformation> + <url>...</url> + <name>...</name> + <logoLocation>...</logoLocation> +</organisationInformation> +

Example JSON

+ { + "url" : "...", + "name" : "...", + "logoLocation" : "..." +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,171 @@ + + + + + + + + + + + + + organization + + + + + + + + + + + + + + + +
+
+ +
+
+

organization element

+ + + + + + + + + + + + + +
Type:organization
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<organization> + <name>...</name> + <url>...</url> +</organization> +

Example JSON

+ { + "name" : "...", + "url" : "..." +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_policyInformation.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_policyInformation.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_policyInformation.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_policyInformation.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,181 @@ + + + + + + + + + + + + + policyInformation + + + + + + + + + + + + + + + +
+
+ +
+
+

policyInformation element

+ + + + + + + + + + + + + + + + + +
Type:policyInformation
Namespace:(default namespace)
XML Schema:ns0.xsd
Available Since:1.4-M3
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<policyInformation> + <options>...</options> + <options>...</options> + <!--...more "options" elements...--> + <defaultOption>...</defaultOption> + <id>...</id> + <name>...</name> +</policyInformation> +

Example JSON

+ { + "options" : [ "...", ... ], + "defaultOption" : "...", + "id" : "...", + "name" : "..." +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,269 @@ + + + + + + + + + + + + + projectVersionMetadata + + + + + + + + + + + + + + + +
+
+ +
+
+

projectVersionMetadata element

+ + + + + + + + + + + + + +
Type:projectVersionMetadata
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<projectVersionMetadata> + <description>...</description> + <licenses> + <url>...</url> + <name>...</name> + </licenses> + <licenses> + <!--...--> + </licenses> + <!--...more "licenses" elements...--> + <name>...</name> + <organization> + <name>...</name> + <url>...</url> + </organization> + <ciManagement> + <system>...</system> + <url>...</url> + </ciManagement> + <incomplete>...</incomplete> + <url>...</url> + <id>...</id> + <issueManagement> + <system>...</system> + <url>...</url> + </issueManagement> + <dependencies> + <systemPath>...</systemPath> + <type>...</type> + <classifier>...</classifier> + <version>...</version> + <optional>...</optional> + <groupId>...</groupId> + <artifactId>...</artifactId> + <scope>...</scope> + </dependencies> + <dependencies> + <!--...--> + </dependencies> + <!--...more "dependencies" elements...--> + <scm> + <developerConnection>...</developerConnection> + <url>...</url> + <connection>...</connection> + </scm> + <mailingLists> + <subscribeAddress>...</subscribeAddress> + <otherArchives>...</otherArchives> + <otherArchives>...</otherArchives> + <!--...more "otherArchives" elements...--> + <unsubscribeAddress>...</unsubscribeAddress> + <postAddress>...</postAddress> + <name>...</name> + <mainArchiveUrl>...</mainArchiveUrl> + </mailingLists> + <mailingLists> + <!--...--> + </mailingLists> + <!--...more "mailingLists" elements...--> +</projectVersionMetadata> +

Example JSON

+ { + "description" : "...", + "licenses" : [ { + "url" : "...", + "name" : "..." + }, ... ], + "name" : "...", + "organization" : { + "name" : "...", + "url" : "..." + }, + "ciManagement" : { + "system" : "...", + "url" : "..." + }, + "incomplete" : false, + "url" : "...", + "id" : "...", + "issueManagement" : { + "system" : "...", + "url" : "..." + }, + "dependencies" : [ { + "systemPath" : "...", + "type" : "...", + "classifier" : "...", + "version" : "...", + "optional" : false, + "groupId" : "...", + "artifactId" : "...", + "scope" : "..." + }, ... ], + "scm" : { + "developerConnection" : "...", + "url" : "...", + "connection" : "..." + }, + "mailingLists" : [ { + "subscribeAddress" : "...", + "otherArchives" : [ "...", ... ], + "unsubscribeAddress" : "...", + "postAddress" : "...", + "name" : "...", + "mainArchiveUrl" : "..." + }, ... ] +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_propertyEntry.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_propertyEntry.html?rev=1394548&view=auto ============================================================================== --- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_propertyEntry.html (added) +++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_propertyEntry.html Fri Oct 5 14:32:31 2012 @@ -0,0 +1,171 @@ + + + + + + + + + + + + + propertyEntry + + + + + + + + + + + + + + + +
+
+ +
+
+

propertyEntry element

+ + + + + + + + + + + + + +
Type:propertyEntry
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<propertyEntry> + <key>...</key> + <value>...</value> +</propertyEntry> +

Example JSON

+ { + "key" : "...", + "value" : "..." +} + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file