Uses of Interface
com.atlassian.bitbucket.content.Blame
Packages that use Blame
-
Uses of Blame in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return types with arguments of type BlameModifier and TypeMethodDescriptionContentService.getBlame
(Repository repository, String commitId, String path, PageRequest pageRequest) CalculatesBlame
for the lines included by the providedPageRequest
for the specified path starting from the provided commit.Method parameters in com.atlassian.bitbucket.content with type arguments of type BlameModifier and TypeMethodDescriptionvoid
AbstractFileContentCallback.offerBlame
(Page<Blame> blames) void
FileContentCallback.offerBlame
(Page<Blame> blames) If annotations were requested and at least oneline
was streamed, this method will be called beforeFileContentCallback.onEnd(FileSummary)
to provideblame
for the streamed lines. -
Uses of Blame in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return types with arguments of type BlameModifier and TypeMethodDescriptionScmCommandFactory.blame
(BlameCommandParameters parameters, PageRequest pageRequest) Retrieves blame (also sometimes referred to as annotations) for a file at a given revision.