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) CalculatesBlamefor the lines included by the providedPageRequestfor the specified path starting from the provided commit.Method parameters in com.atlassian.bitbucket.content with type arguments of type BlameModifier and TypeMethodDescriptionvoidAbstractFileContentCallback.offerBlame(Page<Blame> blames) voidFileContentCallback.offerBlame(Page<Blame> blames) If annotations were requested and at least onelinewas streamed, this method will be called beforeFileContentCallback.onEnd(FileSummary)to provideblamefor 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.