Interface ParentWebLink
-
-
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
getParentWebLink(String projectName, String commit)
WebLinkInfo
describing a link from a parent revision to an external service.
-
-
-
Method Detail
-
getParentWebLink
WebLinkInfo getParentWebLink(String projectName, String commit)
WebLinkInfo
describing a link from a parent revision to an external service.In order for the web link to be visible
WebLinkInfo.url
andWebLinkInfo.name
must be set.- Parameters:
projectName
- Name of the projectcommit
- Commit sha1 of the parent revision- Returns:
- WebLinkInfo that links to parent commit in external service, null if there should be no link.
-
-