Interface VcsGenericServiceProvider

    • Method Detail

      • createService

        @Nullable
        <T extends VcsGenericService> T createService​(@NotNull
                                                      Class<T> service,
                                                      @NotNull
                                                      String vcsName)
        Creates VcsGenericService of given type
        Type Parameters:
        T - type of service
        Parameters:
        service - type of service to create
        Returns:
        service if implemented by VCS plugin or null
        Throws:
        VcsException - on error