WarUploadedUserSourceInfoResponse

data class WarUploadedUserSourceInfoResponse(val jvmOptions: String? = null, val relativePath: String? = null, val runtimeVersion: String? = null, val serverVersion: String? = null, val type: String, val version: String? = null)

Uploaded War binary for a deployment

Constructors

Link copied to clipboard
constructor(jvmOptions: String? = null, relativePath: String? = null, runtimeVersion: String? = null, serverVersion: String? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jvmOptions: String? = null

JVM parameter

Link copied to clipboard
val relativePath: String? = null

Relative path of the storage which stores the source

Link copied to clipboard
val runtimeVersion: String? = null

Runtime version of the war file

Link copied to clipboard
val serverVersion: String? = null

Server version, currently only Apache Tomcat is supported

Link copied to clipboard

Type of the source uploaded Expected value is 'War'.

Link copied to clipboard
val version: String? = null

Version of the source