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, annotateFileAnnotation annotate(FilePath path, VcsRevisionNumber revision) throws VcsException
revision - - revision to load annotations forpath - - file path in that revisionVcsExceptiondefault boolean isAnnotationValid(FilePath path, VcsRevisionNumber revisionNumber)
default boolean isAnnotationValid(VcsFileRevision rev)
AnnotationProviderisAnnotationValid in interface AnnotationProviderrev - File revision to be checked.