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
209b616d
Commit
209b616d
authored
Jul 10, 2017
by
Greg Messner
Browse files
Initial check-in.
parent
14ef9b76
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/test/resources/org/gitlab4j/api/artifacts-file.json
0 → 100644
View file @
209b616d
{
"filename"
:
"artifacts.zip"
,
"size"
:
1000
}
\ No newline at end of file
src/test/resources/org/gitlab4j/api/job.json
0 → 100644
View file @
209b616d
{
"commit"
:
{
"author_email"
:
"admin@example.com"
,
"author_name"
:
"Administrator"
,
"created_at"
:
"2015-12-24T16:51:14Z"
,
"id"
:
"0ff3ae198f8601a285adcf5c0fff204ee6fba5fd"
,
"message"
:
"Test the CI integration."
,
"short_id"
:
"0ff3ae19"
,
"title"
:
"Test the CI integration."
},
"created_at"
:
"2015-12-24T15:51:21.880Z"
,
"finished_at"
:
"2015-12-24T17:54:31.198Z"
,
"id"
:
8
,
"name"
:
"rubocop"
,
"pipeline"
:
{
"id"
:
6
,
"ref"
:
"master"
,
"sha"
:
"0ff3ae198f8601a285adcf5c0fff204ee6fba5fd"
,
"status"
:
"pending"
},
"ref"
:
"master"
,
"stage"
:
"test"
,
"started_at"
:
"2015-12-24T17:54:30.733Z"
,
"status"
:
"failed"
,
"tag"
:
false
,
"user"
:
{
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon"
,
"created_at"
:
"2015-12-21T13:14:24.077Z"
,
"id"
:
1
,
"linkedin"
:
""
,
"name"
:
"Administrator"
,
"skype"
:
""
,
"state"
:
"active"
,
"twitter"
:
""
,
"username"
:
"root"
,
"web_url"
:
"http://gitlab.dev/root"
,
"website_url"
:
""
}
}
\ No newline at end of file
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