Build Properties Response
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)
Properties
Link copied to clipboard
The APMs for this build
Link copied to clipboard
The CA Certificates for this build
Link copied to clipboard
Provisioning state of the KPack build result
Link copied to clipboard
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