java.lang.Object | |
↳ | com.atlassian.bitbucket.commit.CommitsRequest |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CommitsRequest.Builder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | UNLIMITED_MESSAGE_SIZE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves an optional path which is used to control which commit is returned.
| |||||||||||
Whether or not the commit history will attempt to follow renames.
| |||||||||||
This method is deprecated.
in 4.5. This return type will change to
boolean in 5.0.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
commit ID
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.
property keys
to load, which may be empty but never null
.
Whether or not the commit history will attempt to follow renames. This is only applicable for individual file
paths
true
if renames are followed, false
otherwise
This method is deprecated.
in 4.5. This return type will change to boolean
in 5.0.
null
to let the application figure out whether to do so.