DockerImageRef

data class DockerImageRef @Inject constructor(val registry: Property<String>, val image: Property<String>, val tag: Property<String>)(source)

Constructors

Link copied to clipboard
@Inject
constructor(registry: Property<String>, image: Property<String>, tag: Property<String>)

Properties

Link copied to clipboard
@get:Input
val image: Property<String>
Link copied to clipboard
@get:Input
val registry: Property<String>
Link copied to clipboard
@get:Input
val tag: Property<String>

Functions

Link copied to clipboard
open override fun toString(): String