Package | Description |
---|---|
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
CommitsCommandParameters |
CommitsCommandParameters.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmCommandFactory.commits(CommitsCommandParameters parameters,
CommitCallback callback)
Streams commits which match the provided
parameters to the provided callback. |
Command<Page<Commit>> |
ScmCommandFactory.commits(CommitsCommandParameters parameters,
PageRequest pageRequest)
Retrieves a
page of commits matching the specified parameters . |
Copyright © 2019 Atlassian. All rights reserved.