Class GitConfig

    • Constructor Detail

      • GitConfig

        public GitConfig()
      • GitConfig

        public GitConfig​(GitConfig 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

      • getRepositoryUrl

        public String getRepositoryUrl()
        Get git地址
        Returns:
        RepositoryUrl git地址
      • setRepositoryUrl

        public void setRepositoryUrl​(String RepositoryUrl)
        Set git地址
        Parameters:
        RepositoryUrl - git地址
      • getBranch

        public String getBranch()
        Get 代码分支 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Branch 代码分支 注意:此字段可能返回 null,表示取不到有效值。
      • setBranch

        public void setBranch​(String Branch)
        Set 代码分支 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Branch - 代码分支 注意:此字段可能返回 null,表示取不到有效值。