Uses of Class
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterial2
Packages that use KeyMaterial2
Package
Description
-
Uses of KeyMaterial2 in org.jenkinsci.plugins.docker.commons.credentials
Fields in org.jenkinsci.plugins.docker.commons.credentials declared as KeyMaterial2Modifier and TypeFieldDescriptionstatic final KeyMaterial2
KeyMaterial2.NULL
KeyMaterial
that does nothing.Methods in org.jenkinsci.plugins.docker.commons.credentials that return KeyMaterial2Modifier and TypeMethodDescriptionKeyMaterialFactory.materialize2()
Builds the key material environment variables needed to be passed when docker runs, to accessDockerServerCredentials
that this object was created from. -
Uses of KeyMaterial2 in org.jenkinsci.plugins.docker.commons.impl
Methods in org.jenkinsci.plugins.docker.commons.impl that return KeyMaterial2Modifier and TypeMethodDescriptionCompositeKeyMaterialFactory.materialize2()
NullKeyMaterialFactory.materialize2()
RegistryKeyMaterialFactory.materialize2()
ServerHostKeyMaterialFactory.materialize2()
Builds the key material environment variables needed to be passed when docker runs, to accessDockerServerCredentials
that this object was created from.ServerKeyMaterialFactory.materialize2()