Interface ProjectWebLink
- All Superinterfaces:
WebLink
-
Method Summary
Modifier and TypeMethodDescriptiongetProjectWeblink
(String projectName) WebLinkInfo
describing a link from a project to an external service.
-
Method Details
-
getProjectWeblink
WebLinkInfo
describing a link from a project 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 project- Returns:
- WebLinkInfo that links to project in external service, null if there should be no link.
-