DeploymentResponse

data class DeploymentResponse(val deploymentId: String? = null, val deploymentLogsUrl: String? = null, val deploymentResult: String? = null, val deploymentState: String? = null, val deploymentTime: String? = null)

Description about a deployment.

Constructors

Link copied to clipboard
constructor(deploymentId: String? = null, deploymentLogsUrl: String? = null, deploymentResult: String? = null, deploymentState: String? = null, deploymentTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deploymentId: String? = null

Deployment identifier.

Link copied to clipboard

Url to access repository action logs.

Link copied to clipboard

The outcome of the deployment.

Link copied to clipboard
val deploymentState: String? = null

Current status of the deployment.

Link copied to clipboard
val deploymentTime: String? = null

The time when the deployment finished.