Class DfsRepositoryDescription


  • public class DfsRepositoryDescription
    extends Object
    A description of a Git repository on a DFS.
    • Constructor Detail

      • DfsRepositoryDescription

        public DfsRepositoryDescription()
        Initialize a new, empty repository description.
      • DfsRepositoryDescription

        public DfsRepositoryDescription​(String repositoryName)
        Initialize a new repository description.
        Parameters:
        repositoryName - the name of the repository.
    • Method Detail

      • getRepositoryName

        public String getRepositoryName()
        Get the name of the repository.
        Returns:
        the name of the repository.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object