Package | Description |
---|---|
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
CommitsRequest |
CommitsRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Page<Commit> |
CommitService.getCommits(CommitsRequest request,
PageRequest pageRequest)
Retrieves a page of commits, starting from a given branch, tag or commit, optionally filtered to only return
commits which modify one or more paths.
|
void |
CommitService.streamCommits(CommitsRequest request,
CommitCallback callback)
Streams commits, starting from a given branch, tag or commit, optionally filtered to only include commits which
modify one or more paths.
|
Constructor and Description |
---|
Builder(CommitsRequest request) |
Copyright © 2019 Atlassian. All rights reserved.