public class DeployParam extends AbstractModel
Constructor and Description |
---|
DeployParam() |
DeployParam(DeployParam 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 |
---|---|
BuildPacksInfo |
getBuildPacks()
Get 无Dockerfile时填写
|
String |
getDeployRemark()
Get 部署备注
|
String |
getDeployType()
Get 部署类型:package/image/repository/pipeline/jar/war
|
String |
getImageUrl()
Get 部署类型为image时传入
|
String |
getPackageName()
Get 部署类型为package时传入
|
String |
getPackageVersion()
Get 部署类型为package时传入
|
String |
getReleaseType()
Get 发布类型 GRAY | FULL
|
RepositoryInfo |
getRepoInfo()
Get 代码仓库信息
|
void |
setBuildPacks(BuildPacksInfo BuildPacks)
Set 无Dockerfile时填写
|
void |
setDeployRemark(String DeployRemark)
Set 部署备注
|
void |
setDeployType(String DeployType)
Set 部署类型:package/image/repository/pipeline/jar/war
|
void |
setImageUrl(String ImageUrl)
Set 部署类型为image时传入
|
void |
setPackageName(String PackageName)
Set 部署类型为package时传入
|
void |
setPackageVersion(String PackageVersion)
Set 部署类型为package时传入
|
void |
setReleaseType(String ReleaseType)
Set 发布类型 GRAY | FULL
|
void |
setRepoInfo(RepositoryInfo RepoInfo)
Set 代码仓库信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeployParam()
public DeployParam(DeployParam source)
public String getDeployType()
public void setDeployType(String DeployType)
DeployType
- 部署类型:package/image/repository/pipeline/jar/warpublic String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- 部署类型为image时传入public String getPackageName()
public void setPackageName(String PackageName)
PackageName
- 部署类型为package时传入public String getPackageVersion()
public void setPackageVersion(String PackageVersion)
PackageVersion
- 部署类型为package时传入public String getDeployRemark()
public void setDeployRemark(String DeployRemark)
DeployRemark
- 部署备注public RepositoryInfo getRepoInfo()
public void setRepoInfo(RepositoryInfo RepoInfo)
RepoInfo
- 代码仓库信息public BuildPacksInfo getBuildPacks()
public void setBuildPacks(BuildPacksInfo BuildPacks)
BuildPacks
- 无Dockerfile时填写public String getReleaseType()
public void setReleaseType(String ReleaseType)
ReleaseType
- 发布类型 GRAY | FULLCopyright © 2023. All rights reserved.