Interface FileHistoryWebLink
- All Superinterfaces:
WebLink
-
Method Summary
Modifier and TypeMethodDescriptiongetFileHistoryWebLink
(String projectName, String revision, String fileName) WebLinkInfo
describing a link from a file to an external service displaying a log for that file.
-
Method Details
-
getFileHistoryWebLink
WebLinkInfo
describing a link from a file to an external service displaying a log for that file.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 a log for the file in external service, null if there should be no link.
-