com.atlassian.sal.bamboo.project
Class BambooProjectManager

java.lang.Object
  extended by 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.


Constructor Summary
BambooProjectManager(com.atlassian.bamboo.build.BuildManager buildManager)
           
 
Method Summary
 Collection<String> getAllProjectKeys()
          Get all project keys.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooProjectManager

public BambooProjectManager(com.atlassian.bamboo.build.BuildManager buildManager)
Method Detail

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.