mirror of https://github.com/zulip/zulip.git
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"actor": {
|
|
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}",
|
|
"links":{
|
|
"html":{
|
|
"href":"https://bitbucket.org/kolaszek/"
|
|
},
|
|
"self":{
|
|
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
|
|
},
|
|
"avatar":{
|
|
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
|
|
}
|
|
},
|
|
"username":"kolaszek",
|
|
"display_name":"Tomasz",
|
|
"type":"user"
|
|
},
|
|
"repository": {
|
|
"scm":"git",
|
|
"is_private":true,
|
|
"type":"repository",
|
|
"website":"",
|
|
"name":"Repository name",
|
|
"owner":{
|
|
"links":{
|
|
"self":{
|
|
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
|
|
},
|
|
"html":{
|
|
"href":"https://bitbucket.org/kolaszek/"
|
|
},
|
|
"avatar":{
|
|
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
|
|
}
|
|
},
|
|
"type":"user",
|
|
"username":"kolaszek",
|
|
"display_name":"Tomasz",
|
|
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}"
|
|
},
|
|
"links":{
|
|
"self":{
|
|
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name"
|
|
},
|
|
"html":{
|
|
"href":"https://bitbucket.org/kolaszek/repository-name"
|
|
},
|
|
"avatar":{
|
|
"href":"https://bitbucket.org/kolaszek/repository-name/avatar/32/"
|
|
}
|
|
},
|
|
"full_name":"kolaszek/repository-name",
|
|
"uuid":"{59005838-3978-410b-84fd-8b4ce1b41089}"
|
|
},
|
|
"commit_status": {
|
|
"name": "Unit Tests (Python)",
|
|
"description": "Build finished",
|
|
"state": "SUCCESSFUL",
|
|
"key": "mybuildtool",
|
|
"url": "https://my-build-tool.com/builds/MY-PROJECT/BUILD-777",
|
|
"type": "build",
|
|
"created_on": "2015-11-19T20:37:35.547563+00:00",
|
|
"updated_on": "2015-11-19T20:37:35.547563+00:00",
|
|
"links": {
|
|
"commit": {
|
|
"href": "http://api.bitbucket.org/2.0/repositories/tk/test/commit/9fec847784abb10b2fa567ee63b85bd238955d0e"
|
|
},
|
|
"self": {
|
|
"href": "http://api.bitbucket.org/2.0/repositories/tk/test/commit/9fec847784abb10b2fa567ee63b85bd238955d0e/statuses/build/mybuildtool"
|
|
}
|
|
}
|
|
}
|
|
}
|