Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
3e0b7af3
Commit
3e0b7af3
authored
Mar 13, 2018
by
Greg Messner
Browse files
Initial commit (#154).
parent
6098c820
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/test/resources/org/gitlab4j/api/all-runners.json
0 → 100644
View file @
3e0b7af3
[
{
"active"
:
true
,
"description"
:
"shared-runner-1"
,
"id"
:
1
,
"is_shared"
:
true
,
"name"
:
"runner-1"
,
"online"
:
true
,
"status"
:
"online"
},
{
"active"
:
true
,
"description"
:
"shared-runner-2"
,
"id"
:
3
,
"is_shared"
:
true
,
"name"
:
"runner-2"
,
"online"
:
false
,
"status"
:
"offline"
},
{
"active"
:
true
,
"description"
:
"test-1-20150125"
,
"id"
:
6
,
"is_shared"
:
false
,
"name"
:
"runner-3"
,
"online"
:
true
,
"status"
:
"paused"
},
{
"active"
:
true
,
"description"
:
"test-2-20150125"
,
"id"
:
8
,
"is_shared"
:
false
,
"name"
:
"runner-4"
,
"online"
:
false
,
"status"
:
"offline"
}
]
\ No newline at end of file
src/test/resources/org/gitlab4j/api/runner-detail.json
0 → 100644
View file @
3e0b7af3
{
"active"
:
true
,
"architecture"
:
"all"
,
"description"
:
"test-1-20150125"
,
"id"
:
6
,
"is_shared"
:
false
,
"contacted_at"
:
"2016-01-25T16:39:48.066Z"
,
"name"
:
"runner-1"
,
"online"
:
true
,
"status"
:
"online"
,
"platform"
:
"n/a"
,
"projects"
:
[
{
"id"
:
1
,
"name"
:
"GitLab Community Edition"
,
"name_with_namespace"
:
"GitLab.org / GitLab Community Edition"
,
"path"
:
"gitlab-ce"
,
"path_with_namespace"
:
"gitlab-org/gitlab-ce"
}
],
"token"
:
"205086a8e3b9a2b818ffac9b89d102"
,
"revision"
:
"123"
,
"tag_list"
:
[
"ruby"
,
"mysql"
],
"version"
:
"1.2.3"
,
"access_level"
:
"ref_protected"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment