Interface RepositoryLinkProvider


public interface RepositoryLinkProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    get(NamespaceAndName namespaceAndName)
    Returns the internal api link for the given repository.
  • Method Details

    • get

      String get(NamespaceAndName namespaceAndName)
      Returns the internal api link for the given repository.
      Parameters:
      namespaceAndName - The namespace and name of the repository.