Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
git
NoSyncRepositoryManager
Class NoSyncRepositoryManager
Repository manager that does not synchronizes the status. For testing purposes.
Hierarchy (
view full
)
GitRepositoryManager
NoSyncRepositoryManager
Index
Constructors
constructor
Properties
watcher
Factory
watchers
Methods
get
Watcher
run
sync
Constructors
constructor
new
No
Sync
Repository
Manager
(
)
:
NoSyncRepositoryManager
Returns
NoSyncRepositoryManager
Properties
Protected
Readonly
watcher
Factory
watcher
Factory
:
GitRepositoryWatcherFactory
Protected
Readonly
watchers
watchers
:
ReferenceCollection
<
Repository
,
GitRepositoryWatcher
>
= ...
Methods
get
Watcher
get
Watcher
(
repository
)
:
Promise
<
Reference
<
GitRepositoryWatcher
>
>
Parameters
repository
:
Repository
Returns
Promise
<
Reference
<
GitRepositoryWatcher
>
>
run
run
<
T
>
(
repository
,
op
)
:
Promise
<
T
>
Type Parameters
T
Parameters
repository
:
Repository
op
:
(
(
)
=>
Promise
<
T
>
)
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
Returns
Promise
<
T
>
Protected
sync
sync
(
repository
)
:
Promise
<
void
>
Parameters
repository
:
Repository
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
watcher
Factory
watchers
get
Watcher
run
sync
Theia TypeDoc
Loading...
Repository manager that does not synchronizes the status. For testing purposes.