@itentialopensource/adapter-bitbucket
Version:
This adapter integrates with system described as: bitbucket.
51 lines • 1.04 kB
JSON
{
"next": "string",
"page": 9,
"pagelen": 3,
"previous": "string",
"size": 2,
"values": [
{
"category": "string",
"description": "string",
"event": "repo:deleted",
"label": "string"
},
{
"category": "string",
"description": "string",
"event": "pullrequest:rejected",
"label": "string"
},
{
"category": "string",
"description": "string",
"event": "repo:push",
"label": "string"
},
{
"category": "string",
"description": "string",
"event": "repo:deleted",
"label": "string"
},
{
"category": "string",
"description": "string",
"event": "repo:commit_status_updated",
"label": "string"
},
{
"category": "string",
"description": "string",
"event": "issue:comment_created",
"label": "string"
},
{
"category": "string",
"description": "string",
"event": "repo:commit_comment_created",
"label": "string"
}
]
}