File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
main/java/org/gitlab4j/api/models
test/resources/org/gitlab4j/api Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 88
99public class Event {
1010
11+ private Long id ;
1112 private String actionName ;
1213 private Author author ;
1314 private Long authorId ;
@@ -24,6 +25,14 @@ public class Event {
2425 private Note note ;
2526 private PushData pushData ;
2627
28+ public Long getId () {
29+ return this .id ;
30+ }
31+
32+ public void setId (Long id ) {
33+ this .id = id ;
34+ }
35+
2736 public String getActionName () {
2837 return actionName ;
2938 }
Original file line number Diff line number Diff line change 11{
2+ "id" : 2 ,
23 "title" : " this is a title" ,
34 "project_id" : 15 ,
45 "action_name" : " pushed" ,
Original file line number Diff line number Diff line change 11[
22 {
3+ "id" : 8 ,
34 "title" : " no title" ,
45 "project_id" : 15 ,
56 "action_name" : " closed" ,
67 "target_id" : 830 ,
8+ "target_iid" : 160 ,
79 "target_type" : " Issue" ,
810 "author_id" : 1 ,
911 "target_title" : " Public project search field" ,
12+ "created_at" : " 2017-02-09T10:43:19.667Z" ,
1013 "author" : {
1114 "name" : " Dmitriy Zaporozhets" ,
1215 "username" : " root" ,
1821 "author_username" : " root"
1922 },
2023 {
24+ "id" : 9 ,
2125 "title" : " no title 2" ,
2226 "project_id" : 15 ,
2327 "action_name" : " pushed" ,
4246 }
4347 },
4448 {
49+ "id" : 21 ,
4550 "project_id" : 15 ,
4651 "action_name" : " closed" ,
4752 "target_id" : 840 ,
5964 "author_username" : " root"
6065 },
6166 {
67+ "id" : 10 ,
6268 "title" : " no title again" ,
6369 "project_id" : 15 ,
6470 "action_name" : " commented on" ,
6571 "target_id" : 1312 ,
72+ "target_iid" : 1312 ,
6673 "target_type" : " Note" ,
6774 "author_id" : 1 ,
6875 "created_at" : " 2015-12-04T10:33:58.089Z" ,
8087 "created_at" : " 2015-12-04T10:33:56.698Z" ,
8188 "system" : false ,
8289 "noteable_id" : 377 ,
83- "noteable_type" : " Issue"
90+ "noteable_type" : " Issue" ,
91+ "noteable_iid" : 377
8492 },
8593 "author" : {
8694 "name" : " Dmitriy Zaporozhets" ,
You can’t perform that action at this time.
0 commit comments