Package cdc.issues.impl
Class ProjectImpl
java.lang.Object
cdc.issues.impl.ProjectImpl
- All Implemented Interfaces:
Project
Default implementation of
Project.- Author:
- Damien Carbonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnswer(IssueAnswerImpl answer) addAnswers(Collection<IssueAnswerImpl> answers) addDataSource(DataSource<?> dataSource) (package private) voidaddSnapshot(SnapshotImpl snapshot) Iterable<DataSource<?>>getMetas()getName()setDescription(String description) Deprecated, for removal: This API element is subject to removal in a future version.setProfile(ProfileImpl profile)
-
Constructor Details
-
ProjectImpl
-
-
Method Details
-
setName
-
setDescription
-
setMetas
Deprecated, for removal: This API element is subject to removal in a future version. -
setMetas
-
setLabels
-
setProfile
-
addSnapshot
-
createSnapshot
-
addAnswer
-
addAnswers
-
addDataSource
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceProject
-
getMetas
-
getLabels
-
getProfile
- Specified by:
getProfilein interfaceProject
-
getDataSources
- Specified by:
getDataSourcesin interfaceProject
-
getSnapshots
- Specified by:
getSnapshotsin interfaceProject
-
getAnswers
- Specified by:
getAnswersin interfaceProject
-
getAnswer
-