]> source.dussan.org Git - sonarqube.git/blob
c235e1fc744c694a306e1300dc2837c314d734fe
[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             root_uuid="ABCD"
15             project_uuid="ABCD"
16             id="10"
17             scope="PRJ"
18             qualifier="TRK"
19             kee="struts"
20             name="Struts"
21             private="[false]"/>
22   <snapshots id="10"
23              uuid="u10"
24              component_uuid="ABCD"
25              islast="[true]"/>
26
27   <projects organization_uuid="org1"
28             uuid="BCDE"
29             uuid_path="NOT_USED"
30             root_uuid="ABCD"
31             project_uuid="ABCD"
32             id="100"
33             scope="FIL"
34             qualifier="CLA"
35             kee="struts:Action"
36             name="Action"
37             private="[false]"/>
38   <snapshots id="100"
39              uuid="u100"
40              component_uuid="BCDE"
41              islast="[true]"/>
42 </dataset>