Interface PatchSetWebLink

  • All Superinterfaces:
    WebLink

    public interface PatchSetWebLink
    extends WebLink
    • Method Detail

      • getPatchSetWebLink

        WebLinkInfo getPatchSetWebLink​(String projectName,
                                       String commit)
        WebLinkInfo describing a link from a patch set to an external service.

        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
        Returns:
        WebLinkInfo that links to patch set in external service, null if there should be no link.