Package cdc.issues
Interface Snapshot
-
public interface SnapshotInterface describing a snapshot.- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetDescription()List<Issue>getIssues()default StringgetIssuesHash()ParamsgetMetas()StringgetName()Optional<Project>getProject()InstantgetTimestamp()
-
-
-
Method Detail
-
getTimestamp
Instant getTimestamp()
- Returns:
- The timestamp of this snapshot.
-
getName
String getName()
- Returns:
- The name of this snapshot.
-
getDescription
String getDescription()
- Returns:
- The description of this snapshot.
-
getMetas
Params getMetas()
- Returns:
- The meta data associated to this snapshot.
-
getIssuesHash
default String getIssuesHash()
- Returns:
- The issues hash.
-
-