Class NavlinksProjectManager
- java.lang.Object
-
- com.atlassian.bamboo.plugins.navlinks.spi.impl.NavlinksProjectManager
-
- All Implemented Interfaces:
com.atlassian.plugins.navlink.spi.ProjectManager
@Component public class NavlinksProjectManager extends Object implements com.atlassian.plugins.navlink.spi.ProjectManager
Dummy implementation, as Bamboo doesn't allow maintenance of Custom Content Links at present
-
-
Constructor Summary
Constructors Constructor Description NavlinksProjectManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.plugins.navlink.spi.Project
getProjectByKey(String s)
-
-
-
Method Detail
-
getProjectByKey
public com.atlassian.plugins.navlink.spi.Project getProjectByKey(String s) throws com.atlassian.plugins.navlink.spi.ProjectNotFoundException
- Specified by:
getProjectByKey
in interfacecom.atlassian.plugins.navlink.spi.ProjectManager
- Throws:
com.atlassian.plugins.navlink.spi.ProjectNotFoundException
-
-