com.atlassian.bitbucket.content.Blame |
Provides blame (or praise) data for a span of lines within a file.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The author who last updated the lines in the span.
| |||||||||||
The timestamp at which the author committed the revision.
| |||||||||||
A shorted version of the commit hash for the revision, suitable for display.
| |||||||||||
The full commit hash for the revision.
| |||||||||||
The committer who last updated the lines in the span.
| |||||||||||
The timestamp at which the committer created the revision.
| |||||||||||
The name the file had when the lines in the span were updated, which may not match the file's current name.
| |||||||||||
The 1-based line number in the file at which this span of blame begins.
| |||||||||||
The number of lines in the span, to which the same blame information (author, commit hash, etc.) applies.
|
The author who last updated the lines in the span.
The timestamp at which the author committed the revision.
A shorted version of the commit hash for the revision, suitable for display.
The full commit hash for the revision.
The committer who last updated the lines in the span.
The timestamp at which the committer created the revision.
The name the file had when the lines in the span were updated, which may not match the file's current name.
The 1-based line number in the file at which this span of blame begins.
The number of lines in the span, to which the same blame information (author, commit hash, etc.) applies. This
value will never be negative, but may be 0
for an empty file.