Interface ResolveConflictsWebLink

  • All Superinterfaces:
    WebLink

    public interface ResolveConflictsWebLink
    extends WebLink
    • Method Detail

      • getResolveConflictsWebLink

        WebLinkInfo getResolveConflictsWebLink​(String projectName,
                                               String commit,
                                               String commitMessage,
                                               String branchName)
        WebLinkInfo describing a link from a patch set to an external service for the purpose of resolving merge conflicts.

        In order for the web link to be visible WebLinkInfo.url and WebLinkInfo.name must be set.

        Parameters:
        projectName - name of the project
        commit - commit of the patch set
        commitMessage - the commit message of the change
        branchName - target branch of the change
        Returns:
        WebLinkInfo that links to patch set in external service, null if there should be no link.