File tree Expand file tree Collapse file tree 2 files changed +67
-0
lines changed
src/test/resources/org/gitlab4j/api Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "active" : true ,
4+ "description" : " shared-runner-1" ,
5+ "id" : 1 ,
6+ "is_shared" : true ,
7+ "name" : " runner-1" ,
8+ "online" : true ,
9+ "status" : " online"
10+ },
11+ {
12+ "active" : true ,
13+ "description" : " shared-runner-2" ,
14+ "id" : 3 ,
15+ "is_shared" : true ,
16+ "name" : " runner-2" ,
17+ "online" : false ,
18+ "status" : " offline"
19+ },
20+ {
21+ "active" : true ,
22+ "description" : " test-1-20150125" ,
23+ "id" : 6 ,
24+ "is_shared" : false ,
25+ "name" : " runner-3" ,
26+ "online" : true ,
27+ "status" : " paused"
28+ },
29+ {
30+ "active" : true ,
31+ "description" : " test-2-20150125" ,
32+ "id" : 8 ,
33+ "is_shared" : false ,
34+ "name" : " runner-4" ,
35+ "online" : false ,
36+ "status" : " offline"
37+ }
38+ ]
Original file line number Diff line number Diff line change 1+ {
2+ "active" : true ,
3+ "architecture" : " all" ,
4+ "description" : " test-1-20150125" ,
5+ "id" : 6 ,
6+ "is_shared" : false ,
7+ "contacted_at" : " 2016-01-25T16:39:48.066Z" ,
8+ "name" : " runner-1" ,
9+ "online" : true ,
10+ "status" : " online" ,
11+ "platform" : " n/a" ,
12+ "projects" : [
13+ {
14+ "id" : 1 ,
15+ "name" : " GitLab Community Edition" ,
16+ "name_with_namespace" : " GitLab.org / GitLab Community Edition" ,
17+ "path" : " gitlab-ce" ,
18+ "path_with_namespace" : " gitlab-org/gitlab-ce"
19+ }
20+ ],
21+ "token" : " 205086a8e3b9a2b818ffac9b89d102" ,
22+ "revision" : " 123" ,
23+ "tag_list" : [
24+ " ruby" ,
25+ " mysql"
26+ ],
27+ "version" : " 1.2.3" ,
28+ "access_level" : " ref_protected"
29+ }
You can’t perform that action at this time.
0 commit comments