Bitrise integration (Developer Tools). Imported from open-connector.
https://api.bitrise.io/v0.1/apps
| Param | Type | Required | Description |
|---|---|---|---|
| sortBy | string | optional | Application sort order. |
| next | string | optional | Pagination cursor returned by Bitrise in paging.next. |
| limit | integer | optional | Maximum number of items to return. Bitrise allows up to 50. |
| title | string | optional | Filter apps by title. |
| projectType | string | optional | Filter apps by project type, such as ios or android. |
/apps/{appSlug}/builds
| Param | Type | Required | Description |
|---|---|---|---|
| appSlug | string | required | Bitrise app slug. |
| sortBy | string | optional | Build sort order. |
| branch | string | optional | Filter builds by branch. |
| workflow | string | optional | Filter builds by workflow name. |
| commitMessage | string | optional | Filter builds by commit message. |
| triggerEventType | string | optional | Build trigger event type filter. |
| pullRequestId | integer | optional | Filter builds by pull request ID. |
| buildNumber | integer | optional | Filter builds by build number. |
| after | integer | optional | Return builds triggered after this Unix timestamp. |
| before | integer | optional | Return builds triggered before this Unix timestamp. |
| status | integer | optional | Filter builds by status: 0 not finished, 1 successful, 2 failed, 3 aborted with… |
| isPipelineBuild | boolean | optional | Whether to return pipeline builds. |
| next | string | optional | Pagination cursor returned by Bitrise in paging.next. |
| limit | integer | optional | Maximum number of items to return. Bitrise allows up to 50. |
/apps/{appSlug}/builds/{buildSlug}
| Param | Type | Required | Description |
|---|---|---|---|
| appSlug | string | required | Bitrise app slug. |
| buildSlug | string | required | Bitrise build slug. |