public class CodeRepo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CodeRepo() |
CodeRepo(CodeRepo 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBranch()
Get 分支名
|
String |
getGitCodeLanguage()
Get 代码编写语言
|
String[] |
getGitCommitPipelines()
Get Commit信息
|
String |
getGitORMType()
Get 数据库ORM类型
|
String |
getRepoUrl()
Get 代码仓库地址
|
void |
setBranch(String Branch)
Set 分支名
|
void |
setGitCodeLanguage(String GitCodeLanguage)
Set 代码编写语言
|
void |
setGitCommitPipelines(String[] GitCommitPipelines)
Set Commit信息
|
void |
setGitORMType(String GitORMType)
Set 数据库ORM类型
|
void |
setRepoUrl(String RepoUrl)
Set 代码仓库地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CodeRepo()
public CodeRepo(CodeRepo source)
public String getRepoUrl()
public void setRepoUrl(String RepoUrl)
RepoUrl
- 代码仓库地址public String getBranch()
public void setBranch(String Branch)
Branch
- 分支名public String[] getGitCommitPipelines()
public void setGitCommitPipelines(String[] GitCommitPipelines)
GitCommitPipelines
- Commit信息public String getGitORMType()
public void setGitORMType(String GitORMType)
GitORMType
- 数据库ORM类型public String getGitCodeLanguage()
public void setGitCodeLanguage(String GitCodeLanguage)
GitCodeLanguage
- 代码编写语言Copyright © 2025. All rights reserved.