Package cdc.issues.io

Interface SnapshotData


  • public interface SnapshotData
    Interface describing the synthetic data associated to a Snapshot.
    Author:
    Damien Carbonne
    • Method Detail

      • getProjectName

        String getProjectName()
        Returns:
        The project name.
      • getProjectMetas

        Params getProjectMetas()
        Returns:
        The project meta data.
      • getProfile

        Optional<? extends Profile> getProfile()
        Returns:
        The project profile.
      • getSnapshotName

        String getSnapshotName()
        Returns:
        The snapshot name.
      • 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.