Bitbucket

Bitbucket, which is powered by Atlassian, offers a web-based version control repository hosting service. It manages source code and projects with the help of mercurial or Git that runs in the background.

Triggers

  • Push: Triggers when a block of code is pushed

  • New Comment on a Commit: Triggers when a new push comment is added

  • New Issue: Triggers when an issue is created

  • Issue Updated: Triggers when an existing issue is updated

  • New Comment on an Issue: Triggers when a new issue comment is added

  • New Pull Request: Triggers when a new pull request is created

  • Pull Request Updated: Triggers when an existing pull request is updated

  • Merged Pull Request: Triggers when an existing pull request is merged

  • Declined Pull Request: Triggers when an existing pull request is declined

Actions

  • Get Branch List: Get all branches of a repository

  • Get Forks List: Get a list of all forked repositories

  • Get Master Branch Details: Get more details about the main branch of a repository

  • Get Repository Details: Get more details about an existing repository

  • Get Tags List: Get a list of all tags and branches of a repository

  • Get Watchers List: Get a list of all watchers of a repository