WarUploadedUserSourceInfo interface
Uploaded War binary for a deployment
- Extends
Properties
jvm |
JVM parameter |
runtime |
Runtime version of the war file |
server |
Server version, currently only Apache Tomcat is supported |
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
jvmOptions
JVM parameter
jvmOptions?: string
Property Value
string
runtimeVersion
Runtime version of the war file
runtimeVersion?: string
Property Value
string
serverVersion
Server version, currently only Apache Tomcat is supported
serverVersion?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "War"
Property Value
"War"
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