Liking cljdoc? Tell your friends :D

atlassian.bitbucket.commits

Bitbucket Commits API — endpoint fns over atlassian.bitbucket.client/request.

Bitbucket Commits API — endpoint fns over atlassian.bitbucket.client/request.
raw docstring

create-commit-approveclj

(create-commit-approve client workspace repo-slug commit)

Approve a commit. POST /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/approve Path params: workspace, repo-slug, commit

Approve a commit.
POST /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/approve
Path params: workspace, repo-slug, commit
sourceraw docstring

create-commit-commentsclj

(create-commit-comments client workspace repo-slug commit body)
(create-commit-comments client workspace repo-slug commit body opts)

Create comment for a commit. POST /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments Path params: workspace, repo-slug, commit Body: commit_comment

Create comment for a commit.
POST /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments
Path params: workspace, repo-slug, commit
Body: commit_comment
sourceraw docstring

create-commit-reports-annotationsclj

(create-commit-reports-annotations client
                                   workspace
                                   repo-slug
                                   commit
                                   report-id
                                   body)
(create-commit-reports-annotations client
                                   workspace
                                   repo-slug
                                   commit
                                   report-id
                                   body
                                   opts)

Bulk create or update annotations. POST /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations Path params: workspace, repo-slug, commit, report-id Body: array of annotations

Bulk create or update annotations.
POST /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations
Path params: workspace, repo-slug, commit, report-id
Body: array of annotations
sourceraw docstring

create-commit-statuses-buildclj

(create-commit-statuses-build client workspace repo-slug commit body)
(create-commit-statuses-build client workspace repo-slug commit body opts)

Create a build status for a commit. POST /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build Path params: workspace, repo-slug, commit Body: commitstatus

Create a build status for a commit.
POST /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build
Path params: workspace, repo-slug, commit
Body: commitstatus
sourceraw docstring

create-commits-by-workspace-repo-slugclj

(create-commits-by-workspace-repo-slug client workspace repo-slug)
(create-commits-by-workspace-repo-slug client workspace repo-slug opts)

List commits with include/exclude (POST form). POST /2.0/repositories/{workspace}/{repo_slug}/commits Path params: workspace, repo-slug

List commits with include/exclude (POST form).
POST /2.0/repositories/{workspace}/{repo_slug}/commits
Path params: workspace, repo-slug
sourceraw docstring

create-commits-by-workspace-repo-slug-revisionclj

(create-commits-by-workspace-repo-slug-revision client
                                                workspace
                                                repo-slug
                                                revision)
(create-commits-by-workspace-repo-slug-revision client
                                                workspace
                                                repo-slug
                                                revision
                                                opts)

List commits for revision using include/exclude (POST form). POST /2.0/repositories/{workspace}/{repo_slug}/commits/{revision} Path params: workspace, repo-slug, revision

List commits for revision using include/exclude (POST form).
POST /2.0/repositories/{workspace}/{repo_slug}/commits/{revision}
Path params: workspace, repo-slug, revision
sourceraw docstring

delete-commit-approveclj

(delete-commit-approve client workspace repo-slug commit)

Unapprove a commit. DELETE /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/approve Path params: workspace, repo-slug, commit

Unapprove a commit.
DELETE /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/approve
Path params: workspace, repo-slug, commit
sourceraw docstring

delete-commit-commentsclj

(delete-commit-comments client workspace repo-slug commit comment-id)

Delete a commit comment. DELETE /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id} Path params: workspace, repo-slug, commit, comment-id

Delete a commit comment.
DELETE /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}
Path params: workspace, repo-slug, commit, comment-id
sourceraw docstring

delete-commit-reportsclj

(delete-commit-reports client workspace repo-slug commit report-id)

Delete a report. DELETE /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId} Path params: workspace, repo-slug, commit, report-id

Delete a report.
DELETE /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}
Path params: workspace, repo-slug, commit, report-id
sourceraw docstring

delete-commit-reports-annotationsclj

(delete-commit-reports-annotations client
                                   workspace
                                   repo-slug
                                   commit
                                   report-id
                                   annotation-id)

Delete an annotation. DELETE /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId} Path params: workspace, repo-slug, commit, report-id, annotation-id

Delete an annotation.
DELETE /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId}
Path params: workspace, repo-slug, commit, report-id, annotation-id
sourceraw docstring

get-commitclj

(get-commit client workspace repo-slug commit)
(get-commit client workspace repo-slug commit opts)

Get a commit. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit} Path params: workspace, repo-slug, commit Query opts: passed through as query params (e.g. fields).

Get a commit.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}
Path params: workspace, repo-slug, commit
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

get-commit-commentsclj

(get-commit-comments client workspace repo-slug commit comment-id)
(get-commit-comments client workspace repo-slug commit comment-id opts)

Get a commit comment. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id} Path params: workspace, repo-slug, commit, comment-id Query opts: passed through as query params (e.g. fields).

Get a commit comment.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}
Path params: workspace, repo-slug, commit, comment-id
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

get-commit-reportsclj

(get-commit-reports client workspace repo-slug commit report-id)
(get-commit-reports client workspace repo-slug commit report-id opts)

Get a report. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId} Path params: workspace, repo-slug, commit, report-id Query opts: passed through as query params (e.g. fields).

Get a report.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}
Path params: workspace, repo-slug, commit, report-id
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

get-commit-reports-annotationsclj

(get-commit-reports-annotations client
                                workspace
                                repo-slug
                                commit
                                report-id
                                annotation-id)
(get-commit-reports-annotations client
                                workspace
                                repo-slug
                                commit
                                report-id
                                annotation-id
                                opts)

Get an annotation. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId} Path params: workspace, repo-slug, commit, report-id, annotation-id Query opts: passed through as query params (e.g. fields).

Get an annotation.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId}
Path params: workspace, repo-slug, commit, report-id, annotation-id
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

get-commit-statuses-buildclj

(get-commit-statuses-build client workspace repo-slug commit key)
(get-commit-statuses-build client workspace repo-slug commit key opts)

Get a build status for a commit. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key} Path params: workspace, repo-slug, commit, key Query opts: passed through as query params (e.g. fields).

Get a build status for a commit.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key}
Path params: workspace, repo-slug, commit, key
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

get-commitsclj

(get-commits client workspace repo-slug revision)
(get-commits client workspace repo-slug revision opts)

List commits for revision. GET /2.0/repositories/{workspace}/{repo_slug}/commits/{revision} Path params: workspace, repo-slug, revision

List commits for revision.
GET /2.0/repositories/{workspace}/{repo_slug}/commits/{revision}
Path params: workspace, repo-slug, revision
sourceraw docstring

get-diffclj

(get-diff client workspace repo-slug spec)
(get-diff client workspace repo-slug spec opts)

Compare two commits (diff). GET /2.0/repositories/{workspace}/{repo_slug}/diff/{spec} Path params: workspace, repo-slug, spec Query params: context, path, ignore_whitespace, binary, renames, merge, topic

Compare two commits (diff).
GET /2.0/repositories/{workspace}/{repo_slug}/diff/{spec}
Path params: workspace, repo-slug, spec
Query params: context, path, ignore_whitespace, binary, renames, merge, topic
sourceraw docstring

get-diffstatclj

(get-diffstat client workspace repo-slug spec)
(get-diffstat client workspace repo-slug spec opts)

Compare two commit diff stats. GET /2.0/repositories/{workspace}/{repo_slug}/diffstat/{spec} Path params: workspace, repo-slug, spec

Compare two commit diff stats.
GET /2.0/repositories/{workspace}/{repo_slug}/diffstat/{spec}
Path params: workspace, repo-slug, spec
sourceraw docstring

get-file-conflictsclj

(get-file-conflicts client workspace repo-slug spec)
(get-file-conflicts client workspace repo-slug spec opts)

Get file conflicts for a commit spec. GET /2.0/repositories/{workspace}/{repo_slug}/file-conflicts/{spec} Path params: workspace, repo-slug, spec

Get file conflicts for a commit spec.
GET /2.0/repositories/{workspace}/{repo_slug}/file-conflicts/{spec}
Path params: workspace, repo-slug, spec
sourceraw docstring

get-merge-baseclj

(get-merge-base client workspace repo-slug revspec)
(get-merge-base client workspace repo-slug revspec opts)

Get the common ancestor between two commits. GET /2.0/repositories/{workspace}/{repo_slug}/merge-base/{revspec} Path params: workspace, repo-slug, revspec

Get the common ancestor between two commits.
GET /2.0/repositories/{workspace}/{repo_slug}/merge-base/{revspec}
Path params: workspace, repo-slug, revspec
sourceraw docstring

get-patchclj

(get-patch client workspace repo-slug spec)
(get-patch client workspace repo-slug spec opts)

Get a patch for two commits. GET /2.0/repositories/{workspace}/{repo_slug}/patch/{spec} Path params: workspace, repo-slug, spec

Get a patch for two commits.
GET /2.0/repositories/{workspace}/{repo_slug}/patch/{spec}
Path params: workspace, repo-slug, spec
sourceraw docstring

list-commit-commentsclj

(list-commit-comments client workspace repo-slug commit)
(list-commit-comments client workspace repo-slug commit opts)

List a commit's comments. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments Path params: workspace, repo-slug, commit Query params: q, sort (and any additional opts)

List a commit's comments.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments
Path params: workspace, repo-slug, commit
Query params: q, sort (and any additional opts)
sourceraw docstring

list-commit-reportsclj

(list-commit-reports client workspace repo-slug commit)
(list-commit-reports client workspace repo-slug commit opts)

List reports for a commit. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports Path params: workspace, repo-slug, commit

List reports for a commit.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports
Path params: workspace, repo-slug, commit
sourceraw docstring

list-commit-reports-annotationsclj

(list-commit-reports-annotations client workspace repo-slug commit report-id)
(list-commit-reports-annotations client
                                 workspace
                                 repo-slug
                                 commit
                                 report-id
                                 opts)

List annotations for a report. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations Path params: workspace, repo-slug, commit, report-id

List annotations for a report.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations
Path params: workspace, repo-slug, commit, report-id
sourceraw docstring

list-commit-statusesclj

(list-commit-statuses client workspace repo-slug commit)
(list-commit-statuses client workspace repo-slug commit opts)

List commit statuses for a commit. GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses Path params: workspace, repo-slug, commit Query params: refname, q, sort

List commit statuses for a commit.
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses
Path params: workspace, repo-slug, commit
Query params: refname, q, sort
sourceraw docstring

list-commitsclj

(list-commits client workspace repo-slug)
(list-commits client workspace repo-slug opts)

List commits. GET /2.0/repositories/{workspace}/{repo_slug}/commits Path params: workspace, repo-slug

List commits.
GET /2.0/repositories/{workspace}/{repo_slug}/commits
Path params: workspace, repo-slug
sourceraw docstring

update-commit-commentsclj

(update-commit-comments client workspace repo-slug commit comment-id body)
(update-commit-comments client workspace repo-slug commit comment-id body opts)

Update a commit comment. PUT /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id} Path params: workspace, repo-slug, commit, comment-id Body: commit_comment

Update a commit comment.
PUT /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}
Path params: workspace, repo-slug, commit, comment-id
Body: commit_comment
sourceraw docstring

update-commit-reportsclj

(update-commit-reports client workspace repo-slug commit report-id body)
(update-commit-reports client workspace repo-slug commit report-id body opts)

Create or update a report. PUT /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId} Path params: workspace, repo-slug, commit, report-id Body: report

Create or update a report.
PUT /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}
Path params: workspace, repo-slug, commit, report-id
Body: report
sourceraw docstring

update-commit-reports-annotationsclj

(update-commit-reports-annotations client
                                   workspace
                                   repo-slug
                                   commit
                                   report-id
                                   annotation-id
                                   body)
(update-commit-reports-annotations client
                                   workspace
                                   repo-slug
                                   commit
                                   report-id
                                   annotation-id
                                   body
                                   opts)

Create or update an annotation. PUT /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId} Path params: workspace, repo-slug, commit, report-id, annotation-id Body: report_annotation

Create or update an annotation.
PUT /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId}
Path params: workspace, repo-slug, commit, report-id, annotation-id
Body: report_annotation
sourceraw docstring

update-commit-statuses-buildclj

(update-commit-statuses-build client workspace repo-slug commit key body)
(update-commit-statuses-build client workspace repo-slug commit key body opts)

Update a build status for a commit. PUT /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key} Path params: workspace, repo-slug, commit, key Body: commitstatus

Update a build status for a commit.
PUT /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key}
Path params: workspace, repo-slug, commit, key
Body: commitstatus
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close