]> source.dussan.org Git - sonarqube.git/blob
72c6e708229b2b1eeb3314111453d5102371615d
[sonarqube.git] /
1 <dataset>
2
3   <organizations uuid="org1"
4                  kee="org1_key"
5                  name="org1_name"
6                  guarded="[false]"
7                  new_project_private="[false]"
8                  created_at="1000"
9                  updated_at="2000"/>
10
11   <projects organization_uuid="org1"
12             uuid="ABCD"
13             uuid_path="NOT_USED"
14             id="1"
15             kee="struts"
16             root_uuid="ABCD"
17             project_uuid="ABCD"
18             private="[false]"/>
19   <projects organization_uuid="org1"
20             uuid="BCDE"
21             uuid_path="NOT_USED"
22             id="2"
23             kee="struts:Action.java"
24             root_uuid="ABCD"
25             project_uuid="ABCD"
26             private="[false]"/>
27
28   <snapshots id="1"
29              uuid="u1"
30              component_uuid="ABCD"
31              islast="[true]"/>
32   <snapshots id="2"
33              uuid="u2"
34              component_uuid="BCDE"
35              islast="[true]"/>
36 </dataset>