webhook_telegram_bot.plugins.bitbucket.constants
This file contains Bitbucket module constants.
Module Contents
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_WEBHOOK_ROUTE = /api/v1/bitbucket
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_SERVICE_NAME = bitbucket
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_TEMPLATE_START = bitbucket/start.html
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_TEMPLATE_BRANCH_CLOSED = bitbucket/branch_closed.html
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_TEMPLATE_BRANCH_CREATED = bitbucket/branch_created.html
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_TEMPLATE_BRANCH_UPDATED = bitbucket/branch_updated.html
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_TEMPLATE_PIPELINE_EVENT = bitbucket/pipeline_event.html
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_TEMPLATE_PULL_REQUEST_EVENT = bitbucket/pull_request_event.html
- webhook_telegram_bot.plugins.bitbucket.constants.BITBUCKET_TEMPLATE_UNKNOWN_EVENT = bitbucket/unknown_event.html