Package cdc.issues

Interface Snapshot


  • public interface Snapshot
    Interface describing a snapshot.
    Author:
    Damien Carbonne
    • Method Detail

      • getProject

        Optional<Project> 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.
      • getMetas

        Params getMetas()
        Returns:
        The meta data associated to this snapshot.
      • getIssues

        List<Issue> getIssues()
        Returns:
        The issues of this snapshot.