|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface Project
Defines a project in JIRA.
Method Summary | |
---|---|
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<org.ofbiz.core.entity.GenericValue> |
getComponents()
Deprecated. Use getProjectComponents() . Since v4.1. |
Long |
getCounter()
Deprecated. (since 5.0) The counter is not something users of project information should concern themselves with. This call delegates through to ProjectManager.getCurrentCounterForProject(). |
String |
getDescription()
|
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()
|
com.atlassian.crowd.embedded.api.User |
getLead()
|
com.atlassian.crowd.embedded.api.User |
getLeadUser()
Deprecated. Use getLead() instead. |
String |
getLeadUserName()
|
String |
getName()
|
org.ofbiz.core.entity.GenericValue |
getProjectCategory()
|
Collection<ProjectComponent> |
getProjectComponents()
Returns the components for this Project. |
String |
getUrl()
|
Collection<Version> |
getVersions()
|
Method Detail |
---|
Long getId()
String getName()
String getKey()
String getUrl()
com.atlassian.crowd.embedded.api.User getLead()
com.atlassian.crowd.embedded.api.User getLeadUser()
getLead()
instead.
String getLeadUserName()
String getDescription()
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.
Long getCounter()
Collection<org.ofbiz.core.entity.GenericValue> getComponents()
getProjectComponents()
. Since v4.1.
getProjectComponents()
Collection<ProjectComponent> getProjectComponents()
Collection<Version> getVersions()
Version
for this projectCollection<IssueType> getIssueTypes()
IssueType
for this projectorg.ofbiz.core.entity.GenericValue getProjectCategory()
org.ofbiz.core.entity.GenericValue getGenericValue()
@NotNull Avatar getAvatar()
Avatar
for this project.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |