Interface RepositorySrv.Iface

All Known Implementing Classes:
RepositorySrv.Client
Enclosing class:
RepositorySrv

public static interface RepositorySrv.Iface
  • Method Summary

    Modifier and Type Method Description
    Snapshot checkout​(Reference reference)
    Получить снэпшот конкретной версии
    long commit​(long version, Commit commit)
    Применить изменения к определенной версии.
    Map<Long,​Commit> pull​(long version)  
    Map<Long,​Commit> pullRange​(long after, int limit)
    Получить новые коммиты следующие за указанной версией