Docker Build Request Response
data class DockerBuildRequestResponse(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val arguments: List<ArgumentResponse>? = null, val credentials: CredentialsResponse? = null, val dockerFilePath: String, val imageNames: List<String>? = null, val isArchiveEnabled: Boolean? = null, val isPushEnabled: Boolean? = null, val logTemplate: String? = null, val noCache: Boolean? = null, val platform: PlatformPropertiesResponse, val sourceLocation: String? = null, val target: String? = null, val timeout: Int? = null, val type: String)
The parameters for a docker quick build.
Constructors
Link copied to clipboard
fun DockerBuildRequestResponse(agentConfiguration: AgentPropertiesResponse? = null, agentPoolName: String? = null, arguments: List<ArgumentResponse>? = null, credentials: CredentialsResponse? = null, dockerFilePath: String, imageNames: List<String>? = null, isArchiveEnabled: Boolean? = null, isPushEnabled: Boolean? = null, logTemplate: String? = null, noCache: Boolean? = null, platform: PlatformPropertiesResponse, sourceLocation: String? = null, target: String? = null, timeout: Int? = null, type: String)