Interface RepositorySrv.Iface

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

public static interface RepositorySrv.Iface
  • Method Summary

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