Interface GitMetadata
-
- All Known Implementing Classes:
GitMetadataImpl
public interface GitMetadataRepresents information about a repository. It contains the origin name the forks it has, and the repository name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getForks()Returns the list of forks names it hasStringgetName()Returns repository nameStringgetOrigin()The name of the its origin repository
-