com.atlassian.sal.bamboo.project
Class BambooProjectManager
java.lang.Object
com.atlassian.sal.bamboo.project.BambooProjectManager
- All Implemented Interfaces:
- ProjectManager
public class BambooProjectManager
- extends Object
- implements ProjectManager
The BambooProjectManager manages getting information about SAL projects. In Bamboo's case a "SAL Project" will refer
to a Build Plan.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooProjectManager
public BambooProjectManager(com.atlassian.bamboo.build.BuildManager buildManager)
getAllProjectKeys
public Collection<String> getAllProjectKeys()
- Description copied from interface:
ProjectManager
- Get all project keys. This should ignore any permission checking.
- Specified by:
getAllProjectKeys in interface ProjectManager
- Returns:
- All the project keys or an empty collection if it cannot be provided by the current application. Empty collection if none found.
Copyright © 2010 Atlassian. All Rights Reserved.