@Nullable Repository2VcsTypeConverter |
VcsRepositoryManagerImpl.findConverterFor(@NotNull String pluginKey) |
@Nullable Repository2VcsTypeConverter |
VcsRepositoryManager.findConverterFor(@NotNull String pluginKey)
Looks for converted of an old style repository plugin data to a new style plugin data.
|
@Nullable Repository2VcsTypeConverter |
VcsRepositoryManagerImpl.findReverseConverterFor(@NotNull String pluginKey) |
@Nullable Repository2VcsTypeConverter |
VcsRepositoryManager.findReverseConverterFor(@NotNull String pluginKey)
Looks for converted of an new style repository plugin data to a old style plugin data.
|