Uses of Interface
com.atlassian.bitbucket.commit.MinimalRepositoryCommit
Packages that use MinimalRepositoryCommit
-
Uses of MinimalRepositoryCommit in com.atlassian.bitbucket.commit
Classes in com.atlassian.bitbucket.commit that implement MinimalRepositoryCommitMethods in com.atlassian.bitbucket.commit with parameters of type MinimalRepositoryCommitModifier and TypeMethodDescriptionBulkCommitsRequest.Builder.commit
(MinimalRepositoryCommit value) Method parameters in com.atlassian.bitbucket.commit with type arguments of type MinimalRepositoryCommitModifier and TypeMethodDescriptionBulkCommitsRequest.Builder.commits
(Iterable<MinimalRepositoryCommit> values) -
Uses of MinimalRepositoryCommit in com.atlassian.bitbucket.idx
Methods in com.atlassian.bitbucket.idx that return types with arguments of type MinimalRepositoryCommitModifier and TypeMethodDescriptionCommitIndex.searchRepositoryCommits
(IndexSearchRequest indexSearchRequest, PageRequest pageRequest) Search the index for anycommits
matching the provided search request.