3using System.Threading.Tasks;
48 bool recurseSubmodules,
49 CancellationToken cancellationToken);
Progress reporter for a Job.
Factory for creating and loading IRepositorys.
Task DeleteRepository(CancellationToken cancellationToken)
Delete the current repository.
bool CloneInProgress
If a CloneRepository(Uri, string, string, string, JobProgressReporter, bool, CancellationToken) opera...
Task< IRepository > CloneRepository(Uri url, string initialBranch, string username, string password, JobProgressReporter progressReporter, bool recurseSubmodules, CancellationToken cancellationToken)
Clone the repository at url .
Task< IRepository > LoadRepository(CancellationToken cancellationToken)
Attempt to load the IRepository from the default location.
bool InUse
If something is holding a lock on the repository.