Uses of Class
com.tencentcloudapi.tcbr.v20220217.models.RepositoryInfo
-
Packages that use RepositoryInfo Package Description com.tencentcloudapi.tcbr.v20220217.models -
-
Uses of RepositoryInfo in com.tencentcloudapi.tcbr.v20220217.models
Methods in com.tencentcloudapi.tcbr.v20220217.models that return RepositoryInfo Modifier and Type Method Description RepositoryInfoDeployParam. getRepoInfo()Get 代码仓库信息Methods in com.tencentcloudapi.tcbr.v20220217.models with parameters of type RepositoryInfo Modifier and Type Method Description voidDeployParam. setRepoInfo(RepositoryInfo RepoInfo)Set 代码仓库信息Constructors in com.tencentcloudapi.tcbr.v20220217.models with parameters of type RepositoryInfo Constructor Description 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.
-