aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-model
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2009-12-08 11:14:14 +0000
committerBrett Porter <brett@apache.org>2009-12-08 11:14:14 +0000
commitb0304e08c3e10f7ffd8efc2e07f57beb3f482f8d (patch)
tree76d7533063482c696045ecf13760b47ccb0c184f /archiva-modules/archiva-base/archiva-model
parent06f9863c470c2a400603423cae0aec94741c1df6 (diff)
downloadarchiva-b0304e08c3e10f7ffd8efc2e07f57beb3f482f8d.tar.gz
archiva-b0304e08c3e10f7ffd8efc2e07f57beb3f482f8d.zip
[MRM-1293] remove RepositoryContentStatistics in favour of new repository-statistics module and adjust reporting action. Note that data population is still required to complete this issue
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@888325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-model')
-rw-r--r--archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml118
1 files changed, 0 insertions, 118 deletions
diff --git a/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml b/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml
index e4947df67..0b25d4e37 100644
--- a/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml
+++ b/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml
@@ -52,14 +52,6 @@
<multiplicity>*</multiplicity>
</association>
</field>
- <field>
- <name>repositoryContentStatistics</name>
- <version>1.0.0+</version>
- <association>
- <type>RepositoryContentStatistics</type>
- <multiplicity>*</multiplicity>
- </association>
- </field>
</fields>
<codeSegments>
<codeSegment>
@@ -948,115 +940,5 @@
</codeSegment>
</codeSegments>
</class>
-
- <!-- _______________________________________________________________
- ____ _ _ _ _ _
- / ___|| |_ __ _| |_(_)___| |_(_) ___ ___
- \___ \| __/ _` | __| / __| __| |/ __/ __|
- ___) | || (_| | |_| \__ \ |_| | (__\__ \
- |____/ \__\__,_|\__|_|___/\__|_|\___|___/
- -->
-
- <class stash.storable="true"
- jpox.table="REPOSITORY_STATS">
- <name>RepositoryContentStatistics</name>
- <version>1.0.0+</version>
- <fields>
- <field stash.maxSize="50">
- <name>repositoryId</name>
- <version>1.0.0+</version>
- <identifier>false</identifier>
- <required>true</required>
- <type>String</type>
- <description>
- The repository id the statistics belong to.
- </description>
- </field>
- <field>
- <name>whenGathered</name>
- <version>1.0.0+</version>
- <identifier>false</identifier>
- <required>true</required>
- <type>Date</type>
- <description>
- The timestamp on when this set of statistics was gathered.
- </description>
- </field>
- <field>
- <name>duration</name>
- <version>1.0.0+</version>
- <identifier>false</identifier>
- <required>true</required>
- <type>long</type>
- <description>
- The duration (in milliseconds) for the gathering of the statistics.
- </description>
- </field>
- <field>
- <name>totalFileCount</name>
- <version>1.0.0+</version>
- <identifier>false</identifier>
- <required>true</required>
- <type>long</type>
- <description>
- The total number of files in the repository.
- </description>
- </field>
- <field>
- <name>newFileCount</name>
- <version>1.0.0+</version>
- <identifier>false</identifier>
- <required>true</required>
- <type>long</type>
- <description>
- The number of new files discovered.
- </description>
- </field>
- <field jpox.null-value="default">
- <name>totalProjectCount</name>
- <version>1.2.0+</version>
- <identifier>false</identifier>
- <type>long</type>
- <description>
- The total number of unique projects in the repository.
- </description>
- </field>
- <field jpox.null-value="default">
- <name>totalGroupCount</name>
- <version>1.2.0+</version>
- <identifier>false</identifier>
- <type>long</type>
- <description>
- The total number of unique groups in the repository.
- </description>
- </field>
- <field jpox.null-value="default">
- <name>totalArtifactCount</name>
- <version>1.2.0+</version>
- <identifier>false</identifier>
- <type>long</type>
- <description>
- The total number of artifacts in the repository.
- </description>
- </field>
- <field jpox.null-value="default">
- <name>totalSize</name>
- <version>1.2.0+</version>
- <identifier>false</identifier>
- <type>long</type>
- <description>
- The total size in bytes of the repository.
- </description>
- </field>
- </fields>
- <codeSegments>
- <codeSegment>
- <version>1.0.0+</version>
- <code><![CDATA[
- private static final long serialVersionUID = -7113629916828442780L;
- ]]></code>
- </codeSegment>
- </codeSegments>
- </class>
</classes>
</model>