Liking cljdoc? Tell your friends :D

monkey.ci.web.bitbucket

Bitbucket specific endpoints, mainly for authentication or push callbacks.

Bitbucket specific endpoints, mainly for authentication or push callbacks.
raw docstring

get-configclj

(get-config req)

Lists public bitbucket config, necessary for authentication.

Lists public bitbucket config, necessary for authentication.
sourceraw docstring

list-webhooksclj

(list-webhooks req)

Lists all bitbucket webhooks for customer, possibly filtered by repo

Lists all bitbucket webhooks for customer, possibly filtered by repo
sourceraw docstring

loginclj

source

refreshclj

source

unwatch-repoclj

(unwatch-repo req)

Unwatches Bitbucket repo by deactivating any existing webhook.

Unwatches Bitbucket repo by deactivating any existing webhook.
sourceraw docstring

validate-securityclj

(validate-security h)

Validates bitbucket hmac signature header

Validates bitbucket hmac signature header
sourceraw docstring

watch-repoclj

(watch-repo req)

Starts watching a Bitbucket repo. This installs a webhook in the repository, or reactivates it if it already exists. We keep track of the returned webhook id in the database.

Starts watching a Bitbucket repo.  This installs a webhook in the repository,
or reactivates it if it already exists.  We keep track of the returned webhook 
id in the database.
sourceraw docstring

webhookclj

(webhook req)

Handles incoming calls from Bitbucket through installed webhooks.

Handles incoming calls from Bitbucket through installed webhooks.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close