Class Repository


  • public class Repository
    extends Object
    Author:
    Robin Müller
    • Constructor Detail

      • Repository

        public Repository()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getHomepage

        public String getHomepage()
      • setHomepage

        public void setHomepage​(String homepage)
      • getGitSshUrl

        public String getGitSshUrl()
      • setGitSshUrl

        public void setGitSshUrl​(String gitSshUrl)
      • getGitHttpUrl

        public String getGitHttpUrl()
      • setGitHttpUrl

        public void setGitHttpUrl​(String gitHttpUrl)
      • getVisibilityLevel

        public Integer getVisibilityLevel()
      • setVisibilityLevel

        public void setVisibilityLevel​(Integer visibilityLevel)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object