Interface IExternalRepositoryProvider


public interface IExternalRepositoryProvider
Provides support for linking of revisions from one type of external repositories (e.g. Subversion repositories). Implementations must be contributed to HiveMind configuration point com.polarion.platform.repository.externalRepositoryProviders.

Example:

   <contribution configuration-id="com.polarion.platform.repository.externalRepositoryProviders">
     <provider id="PROVIDER_ID" service="PROVIDER_IMPL"/>
   </contribution>
 
Since:
3.5.1
Author:
Stepan Roh