Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
620113e2b58dc9f926b85cd619d4757068367e72
[sdc.git]
/
1
package org.openecomp.sdc.activitylog.dao.type;
2
3
public enum ActivityType {
4
Create,
5
Create_Version,
6
Commit,
7
Submit,
8
Upload_Artifact,
9
Upload_Network_Package,
10
Revert,
11
Reset
12
13
}