Package cdc.issues
Interface Project
- All Superinterfaces:
LabelsItem,MetasItem
- All Known Implementing Classes:
ProjectImpl
Interface describing a Project.
- Author:
- Damien Carbonne
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Project.Builderbuilder()Set<? extends IssueAnswer>Iterable<DataSource<?>>Deprecated, for removal: This API element is subject to removal in a future version.getName()Methods inherited from interface cdc.issues.LabelsItem
getLabels
-
Method Details
-
getName
String getName()- Returns:
- The name of this project.
-
getDescription
String getDescription()- Returns:
- The description of this project.
-
getProfile
- Returns:
- The profile of this project.
-
getDataSources
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The data sources contained in this project.
-
getSnapshots
- Returns:
- The associated snapshots.
-
getAnswers
Set<? extends IssueAnswer> getAnswers()- Returns:
- The associated answers.
-
getAnswer
- Parameters:
id- The issue id.- Returns:
- The answer having an
idornull.
-
builder
-