SourceUploadedUserSourceInfo interface
Uploaded Java source code binary for a deployment
- Extends
Properties
artifact |
Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project. |
runtime |
Runtime version of the source file |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
relative |
Relative path of the storage which stores the source |
version | Version of the source |
Property Details
artifactSelector
Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.
artifactSelector?: string
Property Value
string
runtimeVersion
Runtime version of the source file
runtimeVersion?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Source"
Property Value
"Source"
Inherited Property Details
relativePath
Relative path of the storage which stores the source
relativePath?: string
Property Value
string
Inherited From UploadedUserSourceInfo.relativePath
version
Version of the source
version?: string
Property Value
string
Inherited From UploadedUserSourceInfo.version