com.atlassian.sal.jira.project
Class JiraProjectManager

java.lang.Object
  extended by com.atlassian.sal.jira.project.JiraProjectManager
All Implemented Interfaces:
com.atlassian.sal.api.project.ProjectManager

public class JiraProjectManager
extends Object
implements com.atlassian.sal.api.project.ProjectManager

JIRA implementation of the SAL project manager


Constructor Summary
JiraProjectManager(ProjectManager projectManager, ProjectFactory projectFactory)
           
 
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

JiraProjectManager

public JiraProjectManager(ProjectManager projectManager,
                          ProjectFactory projectFactory)
Method Detail

getAllProjectKeys

public Collection<String> getAllProjectKeys()
Get all project keys

Specified by:
getAllProjectKeys in interface com.atlassian.sal.api.project.ProjectManager
Returns:
All the project keys


Copyright © 2002-2012 Atlassian. All Rights Reserved.