]> source.dussan.org Git - sonarqube.git/blob
eb5e979cd4274a270ff080e6903fdbcfe7c9b00f
[sonarqube.git] /
1 <dataset>
2
3   <!-- the project -->
4   <projects uuid="ABCD"
5             uuid_path="NOT_USED"
6             project_uuid="ABCD"
7             module_uuid="[null]"
8             module_uuid_path="."
9             created_at="[null]"
10             long_name="[null]"
11             scope="PRJ"
12             qualifier="TRK"
13             kee="project"
14             name="project"
15             description="[null]"
16             language="java"
17             copy_component_uuid="[null]"
18             developer_uuid="[null]"
19             path="[null]"
20             deprecated_kee="[null]"
21             authorization_updated_at="[null]"
22             id="1"
23             enabled="[true]"
24             root_uuid="ABCD"/>
25
26   <!-- the directory -->
27   <projects uuid="EFGH"
28             uuid_path="NOT_USED"
29             project_uuid="ABCD"
30             module_uuid="ABCD"
31             module_uuid_path="."
32             created_at="[null]"
33             long_name="[null]"
34             scope="DIR"
35             qualifier="DIR"
36             kee="project:my/dir"
37             name="my/dir"
38             description="[null]"
39             language="java"
40             copy_component_uuid="[null]"
41             developer_uuid="[null]"
42             path="[null]"
43             deprecated_kee="[null]"
44             authorization_updated_at="[null]"
45             id="2"
46             enabled="[true]"
47             root_uuid="ABCD"/>
48
49   <!-- the file -->
50   <projects uuid="GHIJ"
51             uuid_path="NOT_USED"
52             project_uuid="ABCD"
53             module_uuid="ABCD"
54             module_uuid_path=".ABCD."
55             created_at="[null]"
56             long_name="[null]"
57             scope="FIL"
58             qualifier="FIL"
59             kee="project:my/dir/File.java"
60             name="my/dir/File.java"
61             description="[null]"
62             language="java"
63             copy_component_uuid="[null]"
64             developer_uuid="[null]"
65             path="[null]"
66             deprecated_kee="[null]"
67             authorization_updated_at="[null]"
68             id="3"
69             enabled="[true]"
70             root_uuid="ABCD"/>
71
72   <snapshots id="1"
73              uuid="u1"
74              component_uuid="ABCD"
75              parent_snapshot_id="[null]"
76              root_component_uuid="ABCD"
77              root_snapshot_id="[null]"
78              status="P"
79              islast="[false]"
80              purge_status="[null]"
81              period1_mode="[null]"
82              period1_param="[null]"
83              period1_date="[null]"
84              period2_mode="[null]"
85              period2_param="[null]"
86              period2_date="[null]"
87              period3_mode="[null]"
88              period3_param="[null]"
89              period3_date="[null]"
90              period4_mode="[null]"
91              period4_param="[null]"
92              period4_date="[null]"
93              period5_mode="[null]"
94              period5_param="[null]"
95              period5_date="[null]"
96              depth="[null]"
97              scope="PRJ"
98              qualifier="TRK"
99              created_at="1228222680000"
100              build_date="1228222680000"
101              version="[null]"
102              path="[null]"/>
103
104   <snapshots id="2"
105              uuid="u2"
106              component_uuid="EFGH"
107              parent_snapshot_id="1"
108              root_component_uuid="ABCD"
109              root_snapshot_id="1"
110              status="P"
111              islast="[false]"
112              purge_status="[null]"
113              period1_mode="[null]"
114              period1_param="[null]"
115              period1_date="[null]"
116              period2_mode="[null]"
117              period2_param="[null]"
118              period2_date="[null]"
119              period3_mode="[null]"
120              period3_param="[null]"
121              period3_date="[null]"
122              period4_mode="[null]"
123              period4_param="[null]"
124              period4_date="[null]"
125              period5_mode="[null]"
126              period5_param="[null]"
127              period5_date="[null]"
128              depth="[null]"
129              scope="PRJ"
130              qualifier="TRK"
131              created_at="1228222680000"
132              build_date="1228222680000"
133              version="[null]"
134              path="[null]"/>
135
136
137   <snapshots id="3"
138              uuid="u3"
139              component_uuid="GHIJ"
140              parent_snapshot_id="2"
141              root_component_uuid="ABCD"
142              root_snapshot_id="1"
143              status="P"
144              islast="[false]"
145              purge_status="[null]"
146              period1_mode="[null]"
147              period1_param="[null]"
148              period1_date="[null]"
149              period2_mode="[null]"
150              period2_param="[null]"
151              period2_date="[null]"
152              period3_mode="[null]"
153              period3_param="[null]"
154              period3_date="[null]"
155              period4_mode="[null]"
156              period4_param="[null]"
157              period4_date="[null]"
158              period5_mode="[null]"
159              period5_param="[null]"
160              period5_date="[null]"
161              depth="[null]"
162              scope="PRJ"
163              qualifier="TRK"
164              created_at="1228222680000"
165              build_date="1228222680000"
166              version="[null]"
167              path="[null]"/>
168
169   <!-- Open issue on file -->
170   <issues id="1"
171           kee="ISSUE-1"
172           component_uuid="GHIJ"
173           project_uuid="ABCD"
174           status="OPEN"
175           issue_close_date="[null]"
176           resolution="[null]"
177           line="200"
178           severity="BLOCKER"
179           reporter="[null]"
180           assignee="arthur"
181           rule_id="500"
182           manual_severity="[false]"
183           message="[null]"
184           action_plan_key="[null]"
185           gap="[null]"
186           effort="[null]"
187           issue_attributes="[null]"
188           checksum="[null]"
189           author_login="[null]"
190           updated_at="[null]"
191           issue_creation_date="1366063200000"
192           issue_update_date="1366063200000"
193           created_at="1450000000000"
194           locations="[null]"
195           issue_type="[null]"/>
196
197   <!-- Open issue on directory -->
198   <issues id="2"
199           kee="ISSUE-2"
200           component_uuid="EFGH"
201           project_uuid="ABCD"
202           status="OPEN"
203           issue_close_date="[null]"
204           resolution="[null]"
205           line="[null]"
206           severity="BLOCKER"
207           reporter="[null]"
208           assignee="arthur"
209           rule_id="500"
210           manual_severity="[false]"
211           message="[null]"
212           action_plan_key="[null]"
213           gap="[null]"
214           effort="[null]"
215           issue_attributes="[null]"
216           checksum="[null]"
217           author_login="[null]"
218           updated_at="[null]"
219           issue_creation_date="1366063200000"
220           issue_update_date="1366063200000"
221           created_at="1450000000000"
222           locations="[null]"
223           issue_type="[null]"/>
224
225   <!-- Open issue on project -->
226   <issues id="3"
227           kee="ISSUE-3"
228           component_uuid="ABCD"
229           project_uuid="ABCD"
230           status="CONFIRM"
231           issue_close_date="[null]"
232           resolution="[null]"
233           line="[null]"
234           severity="BLOCKER"
235           reporter="[null]"
236           assignee="arthur"
237           rule_id="500"
238           manual_severity="[false]"
239           message="[null]"
240           action_plan_key="[null]"
241           gap="[null]"
242           effort="[null]"
243           issue_attributes="[null]"
244           checksum="[null]"
245           author_login="[null]"
246           updated_at="[null]"
247           issue_creation_date="1366063200000"
248           issue_update_date="1366063200000"
249           created_at="1450000000000"
250           locations="[null]"
251           issue_type="[null]"/>
252
253   <!-- Resolved issue on file -> not to be updated -->
254   <issues id="4"
255           kee="ISSUE-4"
256           component_uuid="GHIJ"
257           project_uuid="ABCD"
258           status="CLOSED"
259           issue_close_date="1449529200000"
260           resolution="FIXED"
261           line="200"
262           severity="BLOCKER"
263           reporter="[null]"
264           assignee="arthur"
265           rule_id="500"
266           manual_severity="[false]"
267           message="[null]"
268           action_plan_key="[null]"
269           gap="[null]"
270           effort="[null]"
271           issue_attributes="[null]"
272           checksum="[null]"
273           author_login="[null]"
274           updated_at="1450000000000"
275           issue_creation_date="1366063200000"
276           issue_update_date="1396908000000"
277           created_at="1450000000000"
278           locations="[null]"
279           issue_type="[null]"/>
280
281 </dataset>