Uses of Class
com.atlassian.bitbucket.scm.CommitsCommandParameters
Packages that use CommitsCommandParameters
-
Uses of CommitsCommandParameters in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return CommitsCommandParametersMethods in com.atlassian.bitbucket.scm with parameters of type CommitsCommandParametersModifier and TypeMethodDescriptionScmCommandFactory.commits
(CommitsCommandParameters parameters, CommitCallback callback) Streams commits which match the providedparameters
to the provided callback.ScmCommandFactory.commits
(CommitsCommandParameters parameters, PageRequest pageRequest) Retrieves apage
of commits matching the specifiedparameters
.