Uses of Class
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterial
Package
Description
-
Uses of KeyMaterial in org.jenkinsci.plugins.docker.commons.credentials
Modifier and TypeFieldDescriptionstatic final KeyMaterial
KeyMaterial.NULL
KeyMaterial
that does nothing.Modifier and TypeMethodDescriptionabstract KeyMaterial
KeyMaterialFactory.materialize()
Builds the key material environment variables needed to be passed when docker runs, to accessDockerServerCredentials
that this object was created from. -
Uses of KeyMaterial in org.jenkinsci.plugins.docker.commons.impl
Modifier and TypeMethodDescriptionCompositeKeyMaterialFactory.materialize()
NullKeyMaterialFactory.materialize()
RegistryKeyMaterialFactory.materialize()
ServerHostKeyMaterialFactory.materialize()
Builds the key material environment variables needed to be passed when docker runs, to accessDockerServerCredentials
that this object was created from.ServerKeyMaterialFactory.materialize()