com.atlassian.jira.rest.v2.issue.project
Interface ProjectBeanFactory

All Known Implementing Classes:
ProjectBeanFactoryImpl

public interface ProjectBeanFactory

Class for creating project from projects.

Since:
v4.4

Method Summary
 ProjectBean fullProject(Project project, String expand)
           
 ProjectBean shortProject(Project project)
           
 

Method Detail

fullProject

ProjectBean fullProject(@Nonnull
                        Project project,
                        @Nonnull
                        String expand)

shortProject

ProjectBean shortProject(@Nonnull
                         Project project)


Copyright © 2002-2014 Atlassian. All Rights Reserved.