Interface FileHistoryWebLink
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.webui.WebLink
WebLink.Target
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebLinkInfo
getFileHistoryWebLink(String projectName, String revision, String fileName)
WebLinkInfo
describing a link from a file to an external service displaying a log for that file.
-
-
-
Method Detail
-
getFileHistoryWebLink
WebLinkInfo getFileHistoryWebLink(String projectName, String revision, String fileName)
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.
-
-