java.lang.Object | |
↳ | com.atlassian.bitbucket.commit.AbstractCommitRequest |
![]() |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractCommitRequest.AbstractCommitRequestBuilder<B extends AbstractCommitRequestBuilder<B>> |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | UNLIMITED_MESSAGE_LENGTH | A symbolic constant for max message length which means the full commit
message should be read regardless of length. |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves an optional path which is used to control which commit is returned.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A symbolic constant for max message length
which means the full commit
message should be read regardless of length.
UNLIMITED_MESSAGE_LENGTH
to include the full commit message regardless of length
Retrieves 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.