Interface GitMetadata

  • All Known Implementing Classes:
    GitMetadataImpl

    public interface GitMetadata
    Represents information about a repository. It contains the origin name the forks it has, and the repository name.
    • Method Detail

      • getName

        String getName()
        Returns repository name
        Returns:
        the repository name
      • getForks

        List<String> getForks()
        Returns the list of forks names it has
        Returns:
        the list of forks names
      • getOrigin

        String getOrigin()
        The name of the its origin repository
        Returns: