File tree 2 files changed +15
-1
lines changed
main/java/org/gitlab4j/api/models
test/resources/org/gitlab4j/api
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ public String toString() {
73
73
private String title ;
74
74
private Integer userNotesCount ;
75
75
private String webUrl ;
76
+ private References references ;
76
77
private Integer weight ;
77
78
private Boolean discussionLocked ;
78
79
private TimeStats timeStats ;
@@ -272,6 +273,14 @@ public void setWebUrl(String webUrl) {
272
273
this .webUrl = webUrl ;
273
274
}
274
275
276
+ public References getReferences () {
277
+ return references ;
278
+ }
279
+
280
+ public void setReferences (References references ) {
281
+ this .references = references ;
282
+ }
283
+
275
284
public Integer getWeight () {
276
285
return weight ;
277
286
}
Original file line number Diff line number Diff line change 40
40
"id" : 1 ,
41
41
"name" : " Administrator"
42
42
},
43
+ "references" : {
44
+ "short" : " #1" ,
45
+ "relative" : " #1" ,
46
+ "full" : " example/example#1"
47
+ },
43
48
"severity" : " UNKNOWN" ,
44
49
"subscribed" : false ,
45
50
"user_notes_count" : 1 ,
46
- "web_url" : " http://example.com/example/example/issues/1" ,
51
+ "web_url" : " http://example.com/example/example/-/ issues/1" ,
47
52
"confidential" : false ,
48
53
"time_stats" : {
49
54
"time_estimate" : 12600 ,
You can’t perform that action at this time.
0 commit comments