@xlsd1996
2018-01-25T09:19:34.000000Z
字数 1629
阅读 491
Collector重构
样例
模型设计
1. Suit
suit_id |
suit_name |
1 |
DS |
2 |
SCIC |
2. Unit
unit_id |
unit_type |
url |
fetch_type |
username |
password |
1 |
3 |
http://xxx.xxx |
3 |
a |
dc |
2 |
4 |
|
|
|
|
3. Component
component_id |
component_type |
1 |
3 |
2 |
5 |
4. Unit<-->Component
5. Component<-->Suit
component_id |
suit_id |
1 |
1 |
2 |
2 |
6. Component_name
component_type |
component_name |
1 |
Change Management |
2 |
Source Code Review |
3 |
Continues Integration |
4 |
Source Code Scan |
5 |
Test Case Management |
7. Unit_name
unit_type |
unit_name |
1 |
JIRA |
2 |
Gerrit |
3 |
Jenkins |
4 |
Sonar |
5 |
Testlink |