open class DockerRegistryConnection : ProjectFeature
This connection is used in Docker Support build feature.
See Also
DockerRegistryConnection(init: DockerRegistryConnection.() -> Unit = {}, base: DockerRegistryConnection? = null) |
var name: String?
Docker registry connection display name |
|
var password: String? |
|
var url: String?
Docker registry URL, like 'https://docker.io' |
|
var userName: String? |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |