| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.commit.AbstractCommitRequest | |
| ↳ | com.atlassian.bitbucket.commit.CommitRequest | |
Describes a request for a single commit. If no path is provided, the specified commit will be the one returned. If a path is provided, the commit returned will be the
 first commit in the ancestry of the specified commit which modifies that path.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CommitRequest.Builder | |||||||||||
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
com.atlassian.bitbucket.commit.AbstractCommitRequest | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Retrieves an optional path which is used to control which commit is returned. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  com.atlassian.bitbucket.commit.AbstractCommitRequest | |||||||||||
|  From class
  java.lang.Object | |||||||||||
UNLIMITED_MESSAGE_LENGTH to include the full commit message regardless of lengthRetrieves an optional path which is used to control which commit is returned. When a path is provided, the
 commit ID is used as a starting point and may not actually be the commit that
 ultimately gets returned. Instead, the first commit which modifies the specified path will be returned. If
 none of the commits in the ancestry of the starting commit modify the specified path, no commit is returned.
property keys to load, which may be empty but never null