Package sonia.scm.api.v2.resources
Interface BranchLinkProvider
public interface BranchLinkProvider
-
Method Summary
Modifier and TypeMethodDescriptionget
(NamespaceAndName namespaceAndName, String branch) Returns the internal api link for the given branch of the repository.
-
Method Details
-
get
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.
-