BuildPropertiesResponse

data class BuildPropertiesResponse(val agentPool: String? = null, val apms: List<ApmReferenceResponse>? = null, val builder: String? = null, val certificates: List<CertificateReferenceResponse>? = null, val env: Map<String, String>? = null, val provisioningState: String, val relativePath: String? = null, val resourceRequests: BuildResourceRequestsResponse? = null, val triggeredBuildResult: TriggeredBuildResultResponse)

Build resource properties payload

Constructors

Link copied to clipboard
constructor(agentPool: String? = null, apms: List<ApmReferenceResponse>? = null, builder: String? = null, certificates: List<CertificateReferenceResponse>? = null, env: Map<String, String>? = null, provisioningState: String, relativePath: String? = null, resourceRequests: BuildResourceRequestsResponse? = null, triggeredBuildResult: TriggeredBuildResultResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentPool: String? = null

The resource id of agent pool

Link copied to clipboard

The APMs for this build

Link copied to clipboard
val builder: String? = null

The resource id of builder to build the source code

Link copied to clipboard

The CA Certificates for this build

Link copied to clipboard
val env: Map<String, String>? = null

The environment variables for this build

Link copied to clipboard

Provisioning state of the KPack build result

Link copied to clipboard
val relativePath: String? = null

The relative path of source code

Link copied to clipboard

The customized build resource for this build

Link copied to clipboard

The build result triggered by this build