Interface ProjectWebLink

  • All Superinterfaces:
    WebLink

    public interface ProjectWebLink
    extends WebLink
    • Method Detail

      • getProjectWeblink

        WebLinkInfo getProjectWeblink​(String projectName)
        WebLinkInfo describing a link from a project to an external service.

        In order for the web link to be visible WebLinkInfo.url and WebLinkInfo.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.