public interface

ProjectBeanFactory

com.atlassian.jira.rest.v2.issue.project.ProjectBeanFactory
Known Indirect Subclasses

Class Overview

Class for creating project from projects.

Summary

Public Methods
ProjectBean fullProject(Project project, String expand)
ProjectIdentity projectIdentity(Project project)
Returns just the identity of the project, i.e.
ProjectBean shortProject(Project project)
Function<ProjectProjectBean> summaryProject(String expand)

Public Methods

public ProjectBean fullProject (Project project, String expand)

public ProjectIdentity projectIdentity (Project project)

Returns just the identity of the project, i.e. an object containing its ID, ket and link to self.

Parameters
project project which identity we want to create
Returns
Throws
NullPointerException when project id or key is null

public ProjectBean shortProject (Project project)

public Function<ProjectProjectBean> summaryProject (String expand)