public interface AnnotationProviderEx extends AnnotationProvider
Modifier and Type | Method and Description |
---|---|
FileAnnotation |
annotate(FilePath path,
VcsRevisionNumber revision)
Load annotations for a file
|
default boolean |
isAnnotationValid(FilePath path,
VcsRevisionNumber revisionNumber) |
default boolean |
isAnnotationValid(VcsFileRevision rev)
Check whether the annotation retrieval is valid (or possible) for the
particular file revision (or version in the repository).
|
annotate, annotate
FileAnnotation annotate(FilePath path, VcsRevisionNumber revision) throws VcsException
revision
- - revision to load annotations forpath
- - file path in that revisionVcsException
default boolean isAnnotationValid(FilePath path, VcsRevisionNumber revisionNumber)
default boolean isAnnotationValid(VcsFileRevision rev)
AnnotationProvider
isAnnotationValid
in interface AnnotationProvider
rev
- File revision to be checked.