Package cdc.issues
Class ProjectImpl
java.lang.Object
cdc.issues.ProjectImpl
- All Implemented Interfaces:
LabelsItem,MetasItem,Project
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdc.issues.Project
Project.Builder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<? extends IssueAnswer>Iterable<DataSource<?>>getMetas()getName()
-
Field Details
-
snapshots
-
-
Constructor Details
-
ProjectImpl
ProjectImpl(Project.Builder builder)
-
-
Method Details
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceProject- Returns:
- The description of this project.
-
getMetas
-
getLabels
- Specified by:
getLabelsin interfaceLabelsItem- Returns:
- The labels associated to this item.
-
getProfile
- Specified by:
getProfilein interfaceProject- Returns:
- The profile of this project.
-
getDataSources
- Specified by:
getDataSourcesin interfaceProject- Returns:
- The data sources contained in this project.
-
getSnapshots
- Specified by:
getSnapshotsin interfaceProject- Returns:
- The associated snapshots.
-
getAnswers
- Specified by:
getAnswersin interfaceProject- Returns:
- The associated answers.
-
getAnswer
-