Package | Description |
---|---|
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
CommitsBetweenRequest |
CommitsBetweenRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Page<Commit> |
CommitService.getCommitsBetween(CommitsBetweenRequest request,
PageRequest pageRequest)
Retrieves a page of commits between the
included commits and the
excluded commits . |
void |
CommitService.streamCommitsBetween(CommitsBetweenRequest request,
CommitCallback callback)
Streams commits between the
included commits and the
excluded commits . |
Constructor and Description |
---|
Builder(CommitsBetweenRequest request)
Creates a new
Builder by copying the specified request . |
Constructor and Description |
---|
Builder(CommitsBetweenRequest request) |
Copyright © 2019 Atlassian. All rights reserved.