Package cdc.issues.impl
Class SnapshotImpl
java.lang.Object
cdc.issues.impl.SnapshotImpl
- All Implemented Interfaces:
LabelsItem,MetasItem,Snapshot
@Deprecated(since="2025-03-27",
forRemoval=true)
public class SnapshotImpl
extends Object
implements Snapshot
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation of
Snapshot.- Author:
- Damien Carbonne
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdc.issues.Snapshot
Snapshot.Builder -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.SnapshotImpl(ProjectImpl project) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.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.setTimestamp(Instant timestamp) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SnapshotImpl
public SnapshotImpl()Deprecated, for removal: This API element is subject to removal in a future version. -
SnapshotImpl
SnapshotImpl(ProjectImpl project) 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. -
setTimestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
addIssue
Deprecated, for removal: This API element is subject to removal in a future version. -
addIssues
Deprecated, for removal: This API element is subject to removal in a future version. -
getProject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getProjectin interfaceSnapshot
-
getTimestamp
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTimestampin interfaceSnapshot
-
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 interfaceSnapshot
-
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
-
getIssues
Deprecated, for removal: This API element is subject to removal in a future version. -
getIssuesHash
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIssuesHashin interfaceSnapshot
-
Snapshot.builder()