@SystemProvided public interface ChangesConsumer
Modifier and Type | Method and Description |
---|---|
void |
consumeChange(ChangeData change)
Callback method to report detected
ChangeData
objects to the system. |
void consumeChange(@NotNull ChangeData change) throws VcsException
ChangeData
objects to the system.
VcsException
could be thrown in the
case the system failed to process submitted ChangeData
.
VCS Plugin implementation should re-throw the exception as is and carefully close
all underlying resources.
change
- detected changeVcsException