Interface EditWebLink
- All Superinterfaces:
WebLink
-
Method Summary
Modifier and TypeMethodDescriptiongetEditWebLink
(String projectName, String revision, String fileName) WebLinkInfo
describing a link from a file to an external service for editing.
-
Method Details
-
getEditWebLink
WebLinkInfo
describing a link from a file to an external service for editing.In order for the web link to be visible
WebLinkInfo.url
andWebLinkInfo.name
must be set.- Parameters:
projectName
- name of the projectrevision
- 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.
-