SourceUploadedUserSourceInfo interface
为部署上传的 Java 源代码二进制文件
属性
| artifact |
要用于多模块项目的部署的项目的选择器。 这应该是目标模块/项目的相对路径。 |
| runtime |
源文件的运行时版本 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| relative |
存储源的存储的相对路径 |
| version | 源的版本 |
属性详细信息
artifactSelector
要用于多模块项目的部署的项目的选择器。 这应该是目标模块/项目的相对路径。
artifactSelector?: string
属性值
string
runtimeVersion
源文件的运行时版本
runtimeVersion?: string
属性值
string
type
多态鉴别器,它指定此对象可以的不同类型的
type: "Source"
属性值
"Source"