Interface ParentWebLink
- All Superinterfaces:
WebLink
-
Method Summary
Modifier and TypeMethodDescriptiongetParentWebLink
(String projectName, String commit, String commitMessage, String branchName) WebLinkInfo
describing a link from a parent revision to an external service.
-
Method Details
-
getParentWebLink
WebLinkInfo getParentWebLink(String projectName, String commit, String commitMessage, String branchName) 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 revisioncommitMessage
- the commit messsage of the changebranchName
- target branch of the change- Returns:
- WebLinkInfo that links to parent commit in external service, null if there should be no link.
-