RegistryTaskBaseImageTrigger

data class RegistryTaskBaseImageTrigger(val enabled: Boolean? = null, val name: String, val type: String, val updateTriggerEndpoint: String? = null, val updateTriggerPayloadType: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, type: String, updateTriggerEndpoint: String? = null, updateTriggerPayloadType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Should the trigger be enabled? Defaults to true.

Link copied to clipboard

The name which should be used for this trigger.

Link copied to clipboard

The type of the trigger. Possible values are All and Runtime.

Link copied to clipboard

The endpoint URL for receiving the trigger.

Link copied to clipboard

Type of payload body for the trigger. Possible values are Default and Token.