java.lang.Object | |
↳ | com.atlassian.bitbucket.commit.AbstractCommitsRequest |
Known Direct Subclasses |
A base class for requests to retrieve a series of commits.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractCommitsRequest.AbstractCommitsRequestBuilder<B extends AbstractCommitsRequestBuilder<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 the strategy being used to filter merge commits.
| |||||||||||
Retrieves the sort order to use for the commits.
| |||||||||||
Retrieves paths, which may identify directories or files within the repository, which are used to limit
returned commits.
| |||||||||||
Retrieves the keys of
index properties to load for returned commits. | |||||||||||
Whether or not the commit history will attempt to follow renames.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
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 the strategy being used to filter merge commits.
Retrieves the sort order to use for the commits.
Retrieves paths, which may identify directories or files within the repository, which are used to limit returned commits. When multiple paths are provided, commits which modify any of the specified paths may be returned.
Retrieves the keys of index
properties to load for returned commits.
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
null
to let the application figure out whether
to do so.