Package cdc.issues.impl
Class ProjectImpl
java.lang.Object
cdc.issues.impl.ProjectImpl
- All Implemented Interfaces:
LabelsItem,MetasItem,Project
@Deprecated(since="2025-03-27",
forRemoval=true)
public class ProjectImpl
extends Object
implements Project
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation of
Project.- Author:
- Damien Carbonne
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdc.issues.Project
Project.Builder -
Constructor Summary
ConstructorsConstructorDescriptionProjectImpl(String name) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionaddAnswer(IssueAnswerImpl answer) Deprecated, for removal: This API element is subject to removal in a future version.addAnswers(Collection<IssueAnswerImpl> answers) Deprecated, for removal: This API element is subject to removal in a future version.addDataSource(DataSource<?> dataSource) Deprecated, for removal: This API element is subject to removal in a future version.(package private) voidaddSnapshot(SnapshotImpl snapshot) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Iterable<DataSource<?>>Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getMetas()Deprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.setDescription(String description) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.setProfile(Profile profile) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ProjectImpl
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
setDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
setMetas
Deprecated, for removal: This API element is subject to removal in a future version. -
setLabels
Deprecated, for removal: This API element is subject to removal in a future version. -
setProfile
Deprecated, for removal: This API element is subject to removal in a future version. -
addSnapshot
Deprecated, for removal: This API element is subject to removal in a future version. -
createSnapshot
Deprecated, for removal: This API element is subject to removal in a future version. -
addAnswer
Deprecated, for removal: This API element is subject to removal in a future version. -
addAnswers
Deprecated, for removal: This API element is subject to removal in a future version. -
addDataSource
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
getDescription
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDescriptionin interfaceProject
-
getMetas
Deprecated, for removal: This API element is subject to removal in a future version. -
getLabels
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLabelsin interfaceLabelsItem
-
getProfile
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getProfilein interfaceProject
-
getDataSources
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDataSourcesin interfaceProject
-
getSnapshots
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSnapshotsin interfaceProject
-
getAnswers
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAnswersin interfaceProject
-
getAnswer
Deprecated, for removal: This API element is subject to removal in a future version.
-
Project.builder()