Class | Description |
---|---|
GitCommand |
The actual GitCR operations in complete for better testability
|
GitTools |
Provides some useful static helpers like
#isOriginReachable(URIish) , #isValidRepository(URIish) , #cloneRepository(URIish, File, CredentialsProvider, int) , ... |
ProgressMonitorImpl |
A simple progress monitor for Git operations
|
Exception | Description |
---|---|
CloneFailedException |
Exception indicating a failed clone command
|
FetchFailedException |
Exception indicating a failed fetch command
|