com.atlassian.sal.api.project
Interface ProjectManager


public interface ProjectManager

Interface to managing and getting information about "projects". A project may represent different things depending on the application, for example, in Confluence, it is a space, in Bamboo, a build plan, and in JIRA, it is a project.

Since:
2.0

Method Summary
 Collection<String> getAllProjectKeys()
          Get all project keys.
 

Method Detail

getAllProjectKeys

Collection<String> getAllProjectKeys()
Get all project keys. This should ignore any permission checking.

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.