Class RepositoryInfo

    • Constructor Detail

      • RepositoryInfo

        public RepositoryInfo()
      • RepositoryInfo

        public RepositoryInfo​(RepositoryInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSource

        public String getSource()
        Get git source
        Returns:
        Source git source
      • setSource

        public void setSource​(String Source)
        Set git source
        Parameters:
        Source - git source
      • getRepo

        public String getRepo()
        Get 仓库名
        Returns:
        Repo 仓库名
      • setRepo

        public void setRepo​(String Repo)
        Set 仓库名
        Parameters:
        Repo - 仓库名
      • getBranch

        public String getBranch()
        Get 分支名
        Returns:
        Branch 分支名
      • setBranch

        public void setBranch​(String Branch)
        Set 分支名
        Parameters:
        Branch - 分支名