File tree Expand file tree Collapse file tree
main/java/org/gitlab4j/api/models
test/resources/org/gitlab4j/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ public class DownstreamPipeline implements Serializable {
99 private static final long serialVersionUID = 1L ;
1010
1111 private Long id ;
12+ private Long projectId ;
1213 private String sha ;
1314 private String ref ;
1415 private String status ;
@@ -24,6 +25,14 @@ public void setId(Long id) {
2425 this .id = id ;
2526 }
2627
28+ public Long getProjectId () {
29+ return projectId ;
30+ }
31+
32+ public void setProjectId (Long projectId ) {
33+ this .projectId = projectId ;
34+ }
35+
2736 public String getSha () {
2837 return sha ;
2938 }
Original file line number Diff line number Diff line change 5050 },
5151 "downstream_pipeline" : {
5252 "id" : 5 ,
53+ "project_id" : 8 ,
5354 "sha" : " f62a4b2fb89754372a346f24659212eb8da13601" ,
5455 "ref" : " main" ,
5556 "status" : " pending" ,
You can’t perform that action at this time.
0 commit comments