Interface BranchLinkProvider


public interface BranchLinkProvider
  • Method Summary

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

    • get

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