ChangeData |
This interface represents a change collected from the repository.
|
CommitData |
Represents commit data without any additional infos
Created 27.09.13 19:33
|
CommitInfo |
Created 30.09.13 12:47
|
CommitMountPointInfo |
Represents repository mount point with a given commit
(e.g.
|
VcsGenericService |
Marker interface for generic Vcs operations, which are not bound to a particular repository
|
VcsRemoteService |
Marker interface used for VcsService and VcsGenericService
to mark this interface supports execution via Vcs-Worker and client library.
|
VcsService |
This is a marker interface for all services associated with ( VcsSettings ).
|
VcsServiceFactory |
Basic factory which provides implementations for different Vcs services
|
VcsServiceInterceptor |
Interceptor interface to let plugins override Vcs services that may be returned from
a Vcs service.
|
VcsServiceProvider |
Base interface to contain commonly used methods to access Vcs services.
|