Package | Description |
---|---|
com.atlassian.bitbucket.content | |
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
Page<Blame> |
ContentService.getBlame(Repository repository,
String commitId,
String path,
PageRequest pageRequest)
Calculates
Blame for the lines included by the provided PageRequest for the specified path
starting from the provided commit. |
Modifier and Type | Method and Description |
---|---|
void |
FileContentCallback.offerBlame(Page<Blame> blames)
If annotations were requested and at least one
line was streamed, this
method will be called before FileContentCallback.onEnd(FileSummary) to provide blame for the streamed
lines. |
void |
AbstractFileContentCallback.offerBlame(Page<Blame> blames) |
Modifier and Type | Method and Description |
---|---|
Command<Page<Blame>> |
ScmCommandFactory.blame(BlameCommandParameters parameters,
PageRequest pageRequest)
Retrieves blame (also sometimes referred to as annotations) for a file at a given revision.
|
Copyright © 2022 Atlassian. All rights reserved.