Package com.atlassian.bamboo.project
Interface ProjectIdentifier
- All Superinterfaces:
BambooIdProvider
,DescriptionProvider
,NameProvider
- All Known Subinterfaces:
Project
- All Known Implementing Classes:
DefaultProject
,ProjectIdentifierImpl
Represents the minimal information about a project
- Since:
- v4.0
-
Method Summary
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription
-
Method Details
-
getId
long getId()- Specified by:
getId
in interfaceBambooIdProvider
- Returns:
- Database id of the project
-
getKey
Returns key of the project. Keys are capital, alphanumeric strings.- Returns:
- key of project. Must not be null.
-
getName
- Specified by:
getName
in interfaceDescriptionProvider
- Specified by:
getName
in interfaceNameProvider
- Returns:
- the name of the project.
-