Uses of Class
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory
Package
Description
-
Uses of KeyMaterialFactory in org.jenkinsci.plugins.docker.commons.credentials
Modifier and TypeMethodDescriptionKeyMaterialFactory.contextualize
(KeyMaterialContext context) Sets theKeyMaterialContext
within which thisKeyMaterialFactory
canmaterialize()
KeyMaterial
instances.DockerRegistryEndpoint.newKeyMaterialFactory
(AbstractBuild build) Deprecated.DockerRegistryEndpoint.newKeyMaterialFactory
(Item context, FilePath workspace, Launcher launcher, EnvVars env, TaskListener listener, String dockerExecutable) DockerRegistryEndpoint.newKeyMaterialFactory
(Item context, FilePath workspace, Launcher launcher, TaskListener listener, String dockerExecutable) DockerRegistryEndpoint.newKeyMaterialFactory
(Item context, hudson.remoting.VirtualChannel target) DockerRegistryEndpoint.newKeyMaterialFactory
(Item context, hudson.remoting.VirtualChannel target, Launcher launcher, TaskListener listener) DockerRegistryEndpoint.newKeyMaterialFactory
(Run context, FilePath workspace, Launcher launcher, EnvVars env, TaskListener listener, String dockerExecutable) Makes the credentials available locally and returnsKeyMaterialFactory
that gives you the parameters needed to access it.DockerRegistryToken.newKeyMaterialFactory
(URL endpoint, FilePath workspace, Launcher launcher, EnvVars env, TaskListener listener, String dockerExecutable) Sets up an environment logged in to the specified Docker registry.DockerRegistryToken.newKeyMaterialFactory
(URL endpoint, FilePath workspace, Launcher launcher, TaskListener listener, String dockerExecutable) DockerRegistryToken.newKeyMaterialFactory
(URL endpoint, hudson.remoting.VirtualChannel target) DockerRegistryToken.newKeyMaterialFactory
(URL endpoint, hudson.remoting.VirtualChannel target, Launcher launcher, TaskListener listener) DockerServerEndpoint.newKeyMaterialFactory
(FilePath dir, DockerServerCredentials credentials) Create aKeyMaterialFactory
for connecting to the docker server/host.DockerServerEndpoint.newKeyMaterialFactory
(AbstractBuild build) Deprecated.DockerServerEndpoint.newKeyMaterialFactory
(Item context, hudson.remoting.VirtualChannel target) Deprecated.DockerServerEndpoint.newKeyMaterialFactory
(Run context, hudson.remoting.VirtualChannel target) Makes the key materials available locally and returnsKeyMaterialFactory
that gives you the parameters needed to access it.KeyMaterialFactory.plus
(KeyMaterialFactory... factories) Merge additionalKeyMaterialFactory
s into one.Modifier and TypeMethodDescriptionKeyMaterialFactory.plus
(KeyMaterialFactory... factories) Merge additionalKeyMaterialFactory
s into one. -
Uses of KeyMaterialFactory in org.jenkinsci.plugins.docker.commons.impl
Modifier and TypeClassDescriptionclass
Composes multipleKeyMaterialFactory
s into one.final class
KeyMaterialFactory
that does nothing.class
Logs you in to a Docker registry.class
AKeyMaterial
that maintains information about the host.class
KeyMaterialFactory
for talking to docker daemon.Modifier and TypeMethodDescriptionCompositeKeyMaterialFactory.contextualize
(KeyMaterialContext context) NullKeyMaterialFactory.contextualize
(KeyMaterialContext context) ServerKeyMaterialFactoryFromDockerCredentials.convert
(DockerServerCredentials credential)
DockerRegistryEndpoint.newKeyMaterialFactory(Run, FilePath, Launcher, EnvVars, TaskListener, String)