com.atlassian.jira.rest.v2.issue.project
Class ProjectBeanFactoryImpl

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.project.ProjectBeanFactoryImpl
All Implemented Interfaces:
ProjectBeanFactory

public class ProjectBeanFactoryImpl
extends Object
implements ProjectBeanFactory

Since:
v4.4

Constructor Summary
ProjectBeanFactoryImpl(VersionBeanFactory versionBeanFactory, javax.ws.rs.core.UriInfo uriInfo, ResourceUriBuilder uriBuilder, ProjectRoleService projectRoleService, JiraAuthenticationContext authenticationContext, UserManager userManager, JiraBaseUrls jiraBaseUrls)
           
 
Method Summary
 ProjectBean fullProject(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectBeanFactoryImpl

public ProjectBeanFactoryImpl(VersionBeanFactory versionBeanFactory,
                              javax.ws.rs.core.UriInfo uriInfo,
                              ResourceUriBuilder uriBuilder,
                              ProjectRoleService projectRoleService,
                              JiraAuthenticationContext authenticationContext,
                              UserManager userManager,
                              JiraBaseUrls jiraBaseUrls)
Method Detail

fullProject

public ProjectBean fullProject(Project project)
Specified by:
fullProject in interface ProjectBeanFactory


Copyright © 2002-2012 Atlassian. All Rights Reserved.