Package cdc.issues.io
Interface SnapshotData
-
public interface SnapshotDataInterface describing the synthetic data associated to aSnapshot.- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIssuesHash()intgetNumberOfIssues()Optional<? extends Profile>getProfile()StringgetProjectDescription()ParamsgetProjectMetas()StringgetProjectName()StringgetSnapshotDescription()ParamsgetSnapshotMetas()StringgetSnapshotName()InstantgetSnapshotTimestamp()
-
-
-
Method Detail
-
getProjectName
String getProjectName()
- Returns:
- The project name.
-
getProjectDescription
String getProjectDescription()
- Returns:
- The project description.
-
getProjectMetas
Params getProjectMetas()
- Returns:
- The project meta data.
-
getSnapshotName
String getSnapshotName()
- Returns:
- The snapshot name.
-
getSnapshotDescription
String getSnapshotDescription()
- Returns:
- The snapshot description.
-
getSnapshotMetas
Params getSnapshotMetas()
- Returns:
- The snapshot meta data.
-
getSnapshotTimestamp
Instant getSnapshotTimestamp()
- Returns:
- The snapshot timestamp.
-
getNumberOfIssues
int getNumberOfIssues()
- Returns:
- The number of issues of the snapshot.
-
getIssuesHash
String getIssuesHash()
- Returns:
- The issues hash.
-
-