]> source.dussan.org Git - sonarqube.git/blob
3f85dda60d34d670b98f2d43fedd404b70d93aa9
[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="1000"/>
10
11   <!-- root project -->
12   <projects organization_uuid="org1"
13             id="1"
14             scope="PRJ"
15             qualifier="TRK"
16             kee="org.struts:struts"
17             deprecated_kee="org.struts:struts"
18             name="Struts"
19             uuid="U1"
20             uuid_path="uuid_path_of_U1"
21             root_uuid="U1"
22             project_uuid="U1"
23             module_uuid="module_uuid_of_U1"
24             module_uuid_path="module_uuid_path_of_U1"
25             description="the description"
26             private="[false]"
27             long_name="Apache Struts"
28             enabled="[true]"
29             language="java"
30             copy_component_uuid="[null]"
31             developer_uuid="[null]"
32             path="path_of_U1"
33             authorization_updated_at="123456789"/>
34
35   <!-- module -->
36   <projects organization_uuid="org1"
37             id="2"
38             kee="org.struts:struts-core"
39             name="Struts Core"
40             uuid="U2"
41             uuid_path="uuid_path_of_U2"
42             project_uuid="U1"
43             root_uuid="U1"
44             module_uuid="[null]"
45             module_uuid_path="module_uuid_path_of_U2"
46             scope="PRJ"
47             qualifier="BRC"
48             long_name="Struts Core"
49             description="[null]"
50             private="[false]"
51             enabled="[true]"
52             language="[null]"
53             copy_component_uuid="[null]"
54             developer_uuid="[null]"
55             authorization_updated_at="[null]"/>
56
57   <!-- directory -->
58   <projects organization_uuid="org1"
59             long_name="org.struts"
60             id="3"
61             scope="DIR"
62             qualifier="DIR"
63             kee="org.struts:struts-core:src/org/struts"
64             uuid="U3"
65             uuid_path="uuid_path_of_U3"
66             project_uuid="U1"
67             root_uuid="U1"
68             module_uuid="module_uuid_of_U3"
69             module_uuid_path="module_uuid_path_of_U3"
70             name="src/org/struts"
71             description="[null]"
72             private="[false]"
73             enabled="[true]"
74             language="[null]"
75             copy_component_uuid="[null]"
76             developer_uuid="[null]"
77             path="src/org/struts"
78             authorization_updated_at="[null]"/>
79
80   <!-- file -->
81   <projects organization_uuid="org1"
82             long_name="org.struts.RequestContext"
83             id="4"
84             scope="FIL"
85             qualifier="FIL"
86             kee="org.struts:struts-core:src/org/struts/RequestContext.java"
87             uuid="U4"
88             uuid_path="uuid_path_of_U4"
89             project_uuid="U1"
90             root_uuid="U1"
91             module_uuid="module_uuid_of_U4"
92             module_uuid_path="module_uuid_path_of_U4"
93             name="RequestContext.java"
94             description="[null]"
95             private="[false]"
96             enabled="[true]"
97             language="java"
98             copy_component_uuid="[null]"
99             developer_uuid="[null]"
100             path="path_of_U4"
101             authorization_updated_at="[null]"/>
102             
103   <!-- root project -->
104   <projects organization_uuid="org1"
105             id="5"
106             scope="PRJ"
107             qualifier="TRK"
108             kee="org.paper:paper"
109             deprecated_kee="org.paper:paper"
110             name="Paper"
111             uuid="U5"
112             uuid_path="uuid_path_of_U5"
113             root_uuid="U5"
114             project_uuid="U5"
115             module_uuid="module_uuid_of_U5"
116             module_uuid_path="module_uuid_path_of_U5"
117             description="the description"
118             private="[false]"
119             long_name="Some Paper"
120             enabled="[true]"
121             language="java"
122             copy_component_uuid="[null]"
123             developer_uuid="[null]"
124             path="path_of_U5"
125             authorization_updated_at="123456789"/>
126
127   <!-- module -->
128   <projects organization_uuid="org1"
129             id="6"
130             kee="org.paper:paper-core"
131             name="Paper Core"
132             uuid="U6"
133             uuid_path="uuid_path_of_U6"
134             project_uuid="U5"
135             root_uuid="U5"
136             module_uuid="[null]"
137             module_uuid_path="module_uuid_path_of_U6"
138             scope="PRJ"
139             qualifier="BRC"
140             long_name="Paper Core"
141             description="[null]"
142             private="[false]"
143             enabled="[true]"
144             language="[null]"
145             copy_component_uuid="[null]"
146             developer_uuid="[null]"
147             authorization_updated_at="[null]"/>
148
149   <!-- Disabled projects -->
150   <projects organization_uuid="org1"
151             id="7"
152             scope="PRJ"
153             qualifier="TRK"
154             kee="org.disabled.project"
155             name="Disabled Project"
156             uuid="DIS7"
157             uuid_path="uuid_path_of_DIS7"
158             project_uuid="project_uuid_of_DIS7"
159             root_uuid="root_uuid_of_DIS7"
160             module_uuid="[null]"
161             module_uuid_path="module_uuid_path_of_DIS7"
162             description="the description"
163             private="[false]"
164             long_name="Disabled project"
165             enabled="[false]"
166             language="[null]"
167             copy_component_uuid="[null]"
168             developer_uuid="[null]"
169             path="[null]"
170             authorization_updated_at="[null]"/>
171             
172   <!-- copy component projects -->
173   <projects organization_uuid="org1"
174             id="8"
175             scope="PRJ"
176             qualifier="TRK"
177             kee="org.copy.project"
178             name="Copy Project"
179             uuid="COPY8"
180             uuid_path="uuid_path_of_COPY8"
181             project_uuid="project_uuid_of_COPY8"
182             root_uuid="root_uuid_of_COPY8"
183             module_uuid="[null]"
184             module_uuid_path="module_uuid_path_of_COPY8"
185             description="the description"
186             private="[false]"
187             long_name="Copy project"
188             enabled="[true]"
189             language="[null]"
190             copy_component_uuid="U1"
191             developer_uuid="[null]"
192             path="[null]"
193             authorization_updated_at="[null]"/>
194
195 </dataset>