Interface DeploymentsAwareCommitUrlProvider

    • Method Detail

      • getWebRepositoryUrlForDeploymentVersionCommits

        Map<DeploymentVersionVcsCommit,​String> getWebRepositoryUrlForDeploymentVersionCommits​(Collection<DeploymentVersionVcsCommit> commits,
                                                                                                    RepositoryData repositoryData)
        Provide the urls to link all the given commits in the web repository
        Parameters:
        commits - to generate links for
        repositoryData - the repository the commit came from
        Returns:
        a map of the commit to its url.
        Since:
        5.5