Package | Description |
---|---|
com.atlassian.bitbucket.content | |
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
Page<Blame> |
ContentService.getBlame(Repository repository,
String objectId,
String path,
PageRequest pageRequest)
Returns
Blame for the lines included by the provided PageRequest for the specified objectId+path
in the specified repository. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileContentCallback.offerBlame(Page<Blame> blames) |
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. |
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 © 2019 Atlassian. All rights reserved.