bitbucket/doc.md: Use Integration.stream_name as default stream.

This commit is contained in:
Eeshan Garg
2017-06-12 19:18:16 -02:30
committed by Tim Abbott
parent 4444960c6f
commit 9cefdb9ed2

View File

@@ -164,7 +164,12 @@ WEBHOOK_INTEGRATIONS = [
display_name='Bitbucket', display_name='Bitbucket',
stream_name='bitbucket' stream_name='bitbucket'
), ),
WebhookIntegration('bitbucket', display_name='Bitbucket', secondary_line_text='(Enterprise)'), WebhookIntegration(
'bitbucket',
display_name='Bitbucket',
secondary_line_text='(Enterprise)',
stream_name='commits'
),
WebhookIntegration('circleci', display_name='CircleCI'), WebhookIntegration('circleci', display_name='CircleCI'),
WebhookIntegration('codeship'), WebhookIntegration('codeship'),
WebhookIntegration('crashlytics'), WebhookIntegration('crashlytics'),