RegistryTaskEncodedStep

data class RegistryTaskEncodedStep(val contextAccessToken: String? = null, val contextPath: String? = null, val secretValues: Map<String, String>? = null, val taskContent: String, val valueContent: String? = null, val values: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(contextAccessToken: String? = null, contextPath: String? = null, secretValues: Map<String, String>? = null, taskContent: String, valueContent: String? = null, values: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The token (Git PAT or SAS token of storage account blob) associated with the context for this step.

Link copied to clipboard
val contextPath: String? = null

The URL (absolute or relative) of the source context for this step.

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

Specifies a map of secret values that can be passed when running a task.

Link copied to clipboard

The (optionally base64 encoded) content of the build template.

Link copied to clipboard
val valueContent: String? = null

The (optionally base64 encoded) content of the build parameters.

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

Specifies a map of values that can be passed when running a task.