@PublicApi public interface Project extends Named, NamedWithDescription, WithId, WithKey
NAME_COMPARATOR
ID_COMPARATOR
Modifier and Type | Method and Description |
---|---|
Long |
getAssigneeType()
Returns the default assignee for issues that get created in this project.
|
Avatar |
getAvatar()
Gives the currently-configured
Avatar for this project. |
Collection<ProjectComponent> |
getComponents()
Returns the components for this Project.
|
String |
getDescription() |
String |
getEmail() |
org.ofbiz.core.entity.GenericValue |
getGenericValue()
Deprecated.
only use this if you need to utilize an older API method
|
Long |
getId() |
Collection<IssueType> |
getIssueTypes() |
String |
getKey() |
ApplicationUser |
getLead()
Deprecated.
Use
getProjectLead() , which returns application users, instead. Since v6.0. |
String |
getLeadUserKey() |
String |
getLeadUserName() |
String |
getName() |
String |
getOriginalKey() |
ProjectCategory |
getProjectCategory() |
ProjectCategory |
getProjectCategoryObject()
Returns the Project Category for this Project.
|
Collection<ProjectComponent> |
getProjectComponents()
Returns the components for this Project.
|
ApplicationUser |
getProjectLead() |
ProjectTypeKey |
getProjectTypeKey()
Returns the key of the project type for this project.
|
String |
getUrl() |
Collection<Version> |
getVersions() |
String getUrl()
String getEmail()
ApplicationUser getLead()
getProjectLead()
, which returns application users, instead. Since v6.0.String getLeadUserName()
String getDescription()
getDescription
in interface NamedWithDescription
Long getAssigneeType()
AssigneeTypes.PROJECT_LEAD
or AssigneeTypes.UNASSIGNED
.
Can return NULL if the default assignee has not been set for this project and this means the PROJECT LEAD is the default assignee.
TODO: Write upgrade task to ensure default assignee is always set.
ProjectTypeKey getProjectTypeKey()
Collection<ProjectComponent> getComponents()
Collection<ProjectComponent> getProjectComponents()
This is a synonym for getComponents()
that exists for legacy reasons.
getComponents()
Collection<Version> getVersions()
Version
for this projectCollection<IssueType> getIssueTypes()
IssueType
for this projectProjectCategory getProjectCategory()
ProjectCategory getProjectCategoryObject()
This is a synonym for getProjectCategory()
that exists for legacy reasons.
getProjectCategory()
org.ofbiz.core.entity.GenericValue getGenericValue()
@Nonnull Avatar getAvatar()
Avatar
for this project.ApplicationUser getProjectLead()
String getLeadUserKey()
@Internal String getOriginalKey()
Copyright © 2002-2017 Atlassian. All Rights Reserved.