Uses of Class
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterial
Packages that use KeyMaterial
Package
Description
-
Uses of KeyMaterial in org.jenkinsci.plugins.docker.commons.credentials
Fields in org.jenkinsci.plugins.docker.commons.credentials declared as KeyMaterialModifier and TypeFieldDescriptionstatic final KeyMaterial
KeyMaterial.NULL
KeyMaterial
that does nothing.Methods in org.jenkinsci.plugins.docker.commons.credentials that return KeyMaterialModifier 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
Methods in org.jenkinsci.plugins.docker.commons.impl that return KeyMaterialModifier 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()