Interface EditWebLink

All Superinterfaces:
WebLink

public interface EditWebLink extends WebLink
  • Method Details

    • getEditWebLink

      WebLinkInfo getEditWebLink(String projectName, String revision, String fileName)
      WebLinkInfo describing a link from a file to an external service for editing.

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

      Parameters:
      projectName - name of the project
      revision - name of the revision (e.g. branch or commit ID)
      fileName - name of the file
      Returns:
      WebLinkInfo that links to project in external service, null if there should be no link.