GetPluginResult

data class GetPluginResult(val alias: String? = null, val enabled: Boolean, val envs: List<String>, val grantAllPermissions: Boolean, val id: String? = null, val name: String, val pluginReference: String)

A collection of values returned by getPlugin.

Constructors

Link copied to clipboard
constructor(alias: String? = null, enabled: Boolean, envs: List<String>, grantAllPermissions: Boolean, id: String? = null, name: String, pluginReference: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alias: String? = null

The alias of the Docker plugin. If the tag is omitted, :latest is complemented to the attribute value.

Link copied to clipboard

If true the plugin is enabled

Link copied to clipboard

The environment variables in the form of KEY=VALUE, e.g. DEBUG=0

Link copied to clipboard

If true, grant all permissions necessary to run the plugin

Link copied to clipboard
val id: String? = null

The ID of the plugin, which has precedence over the alias of both are given

Link copied to clipboard

The plugin name. If the tag is omitted, :latest is complemented to the attribute value.

Link copied to clipboard

The Docker Plugin Reference