File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
main/java/org/gitlab4j/api/models
test/resources/org/gitlab4j/api Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class CommitStatus {
1313 private Date createdAt ;
1414 private String description ;
1515 private Date finishedAt ;
16- private Integer id ;
16+ private Long id ;
1717 private String name ;
1818 private String ref ;
1919 private String sha ;
@@ -69,11 +69,11 @@ public void setFinishedAt(Date finishedAt) {
6969 this .finishedAt = finishedAt ;
7070 }
7171
72- public Integer getId () {
72+ public Long getId () {
7373 return id ;
7474 }
7575
76- public void setId (Integer id ) {
76+ public void setId (Long id ) {
7777 this .id = id ;
7878 }
7979
Original file line number Diff line number Diff line change 1616 "sha" : " 18f3e63d05582537db6d183d9d557be09e1f90c8" ,
1717 "target_url" : " https://gitlab.example.com/thedude/gitlab-ce/builds/91" ,
1818 "finished_at" : " 2016-01-19T08:40:25.934Z" ,
19- "id" : 91 ,
19+ "id" : 2148826854 ,
2020 "ref" : " master"
2121 }
You can’t perform that action at this time.
0 commit comments