public interface VcsRegistry
| Modifier and Type | Method and Description |
|---|---|
VcsSupportCore |
findVcsByName(java.lang.String name)
Try to find and return VcsSupport
|
VcsSupportContext |
findVcsContextByName(java.lang.String name)
Deprecated.
since 8.0, you should use
VcsServiceProvider methods to obtain VcsService classes |
java.util.Collection<VcsSupportContext> |
getAllVcs()
Deprecated.
since 8.0, you should use
getAllVcsCore() method |
java.util.Collection<VcsSupportCore> |
getAllVcsCore() |
@Nullable VcsSupportCore findVcsByName(@NotNull java.lang.String name)
name - name of VcsSupport to find@NotNull java.util.Collection<VcsSupportCore> getAllVcsCore()
@Deprecated @NotNull java.util.Collection<VcsSupportContext> getAllVcs()
getAllVcsCore() method@Nullable VcsSupportContext findVcsContextByName(@NotNull java.lang.String name)
VcsServiceProvider methods to obtain VcsService classesname - name of VcsSupport to findVcsServiceProvider