Expand description
Project repository commits API endpoints.
These endpoints are used for querying a project’s commits.
Structs§
- Comment
OnCommit - Post a comment on a specific commit in a project.
- Comment
OnCommit Builder - Builder for
CommentOnCommit
. - Commit
- Query for a specific commit in a project.
- Commit
Action - Action that is executed for a commit.
- Commit
Action Builder - Builder for
CommitAction
. - Commit
Builder - Builder for
Commit
. - Commit
Comments - Query for comments on a specific commit in a project.
- Commit
Comments Builder - Builder for
CommitComments
. - Commit
References - Post a comment on a specific commit in a project.
- Commit
References Builder - Builder for
CommitReferences
. - Commit
Statuses - Query for statuses on a specific commit in a project.
- Commit
Statuses Builder - Builder for
CommitStatuses
. - Commits
- Query for commits in a project.
- Commits
Builder - Builder for
Commits
. - Compare
Commits - Get the diffs between two commits.
- Compare
Commits Builder - Builder for
CompareCommits
. - Create
Commit - Create a new commit for a project on a branch.
- Create
Commit Builder - Builder for
CreateCommit
. - Create
Commit Status - Post a comment on a specific commit in a project.
- Create
Commit Status Builder - Builder for
CreateCommitStatus
. - Merge
Requests - Get a list of merge requests related to the specified commit.
- Merge
Requests Builder - Builder for
MergeRequests
. - Signature
- Query for a specific signature in a project.
- Signature
Builder - Builder for
Signature
.
Enums§
- Comment
OnCommit Builder Error - Error type for CommentOnCommitBuilder
- Commit
Action Builder Error - Error type for CommitActionBuilder
- Commit
Action Type - All actions that can be performed in a commit
- Commit
Builder Error - Error type for CommitBuilder
- Commit
Comments Builder Error - Error type for CommitCommentsBuilder
- Commit
References Builder Error - Error type for CommitReferencesBuilder
- Commit
Refs Type - Commit reference types
- Commit
Status State - The state a commit status may have.
- Commit
Statuses Builder Error - Error type for CommitStatusesBuilder
- Commits
Builder Error - Error type for CommitsBuilder
- Commits
Order - Orders commits may be ordered by.
- Compare
Commits Builder Error - Error type for CompareCommitsBuilder
- Create
Commit Builder Error - Error type for CreateCommitBuilder
- Create
Commit Status Builder Error - Error type for CreateCommitStatusBuilder
- Line
Type - Line types within a diff.
- Merge
Requests Builder Error - Error type for MergeRequestsBuilder
- Signature
Builder Error - Error type for SignatureBuilder