Package cdc.issues
Interface Snapshot
public interface Snapshot
Interface describing a snapshot.
- Author:
- Damien Carbonne
-
Method Details
-
getProject
- Returns:
- The project to which this snapshot belongs.
-
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.
-
getLabels
Labels getLabels()- Returns:
- The labels associated to this snapshot.
-
getIssues
- Returns:
- The issues of this snapshot.
-
getIssuesHash
- Returns:
- The issues hash.
-