Class HttpsRepositoryUriResolver

    • Constructor Detail

      • HttpsRepositoryUriResolver

        public HttpsRepositoryUriResolver()
    • Method Detail

      • getRepositoryUri

        public String getRepositoryUri​(String apiUri,
                                       String owner,
                                       String repository)
        Resolves the URI of a repository.
        Specified by:
        getRepositoryUri in class RepositoryUriResolver
        Parameters:
        apiUri - the API URL of the GitHub server.
        owner - the owner of the repository.
        repository - the name of the repository.
        Returns:
        the GIT URL of the repository.