Package com.atlassian.jira.project
Interface ProjectCategory
- All Superinterfaces:
Named
,NamedWithDescription
,WithId
- All Known Implementing Classes:
ProjectCategoryImpl
Defines a project category in JIRA.
- Since:
- v4.0
-
Field Summary
Fields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR
-
Method Summary
-
Method Details
-
getId
Long getId() -
getName
String getName() -
getDescription
String getDescription()- Specified by:
getDescription
in interfaceNamedWithDescription
- Returns:
- the user defined description for this project category
-