public interface VcsAppendableHistorySessionPartner
Modifier and Type | Method and Description |
---|---|
void |
acceptRevision(VcsFileRevision revision) |
default void |
finished()
Deprecated.
plugins do not need to and should not call this method.
|
void |
reportCreatedEmptySession(VcsAbstractHistorySession session) |
void |
reportException(VcsException exception) |
void reportCreatedEmptySession(VcsAbstractHistorySession session)
void acceptRevision(VcsFileRevision revision)
void reportException(VcsException exception)
@Deprecated default void finished()