public interface ProjectBeanFactory
| Modifier and Type | Method and Description |
|---|---|
ProjectBean |
fullProject(Project project,
String expand) |
ProjectIdentity |
projectIdentity(Project project)
Returns just the identity of the project, i.e.
|
ProjectBean |
shortProject(Project project) |
com.google.common.base.Function<Project,ProjectBean> |
summaryProject(String expand) |
ProjectBean fullProject(@Nonnull Project project, @Nonnull String expand)
ProjectBean shortProject(@Nonnull Project project)
com.google.common.base.Function<Project,ProjectBean> summaryProject(String expand)
ProjectIdentity projectIdentity(@Nonnull Project project)
project - project which identity we want to createProjectIdentity)NullPointerException - when project id or key is nullCopyright © 2002-2019 Atlassian. All Rights Reserved.