Interface BranchWebLink
-
-
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
getBranchWebLink(String projectName, String branchName)
WebLinkInfo
describing a link from a branch to an external service.
-
-
-
Method Detail
-
getBranchWebLink
WebLinkInfo getBranchWebLink(String projectName, String branchName)
WebLinkInfo
describing a link from a branch 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 projectbranchName
- Name of the branch- Returns:
- WebLinkInfo that links to branch in external service, null if there should be no link.
-
-