UserSourceInfoResponse

data class UserSourceInfoResponse(val artifactSelector: String? = null, val relativePath: String? = null, val type: String? = null, val version: String? = null)

Source information for a deployment

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard
val relativePath: String? = null

Relative path of the storage which stores the source

Link copied to clipboard
val type: String? = null

Type of the source uploaded

Link copied to clipboard
val version: String? = null

Version of the source