Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitWatcherServer

Service representation communicating between the backend and the frontend.

Hierarchy

Index

Methods

  • unwatchGitChanges(watcher: number): Promise<void>
  • De-registers any previously added watchers identified by the unique watcher argument. If the watcher cannot be found with its unique ID, the request will be rejected.

    Parameters

    • watcher: number

    Returns Promise<void>

  • watchGitChanges(repository: Repository): Promise<number>