Package com.atlassian.bitbucket.commit
Class CommitsRequest
java.lang.Object
com.atlassian.bitbucket.commit.AbstractCommitsRequest
com.atlassian.bitbucket.commit.CommitsRequest
Defines a request to retrieve commits which are ancestors of a given
starting commit
.-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.commit.AbstractCommitsRequest
AbstractCommitsRequest.AbstractCommitsRequestBuilder<B extends AbstractCommitsRequest.AbstractCommitsRequestBuilder<B>>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.commit.AbstractCommitsRequest
UNLIMITED_MESSAGE_LENGTH
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.commit.AbstractCommitsRequest
getMaxMessageLength, getMerges, getOrder, getPaths, getPropertyKeys, getRepository, isFollowingRenames, isIgnoringMissing
-
Method Details
-
getCommitId
- Returns:
- the ID of the commit to load, which may be a branch or tag name or a
commit ID
-
getSince
- Returns:
- the date since when commits are requested from or
null
if none is set - Since:
- 7.12
-