Uses of Class
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory
Packages that use KeyMaterialFactory
Package
Description
-
Uses of KeyMaterialFactory in org.jenkinsci.plugins.docker.commons.credentials
Fields in org.jenkinsci.plugins.docker.commons.credentials declared as KeyMaterialFactoryMethods in org.jenkinsci.plugins.docker.commons.credentials that return KeyMaterialFactoryModifier and TypeMethodDescriptionKeyMaterialFactory.contextualize(KeyMaterialContext context) Sets theKeyMaterialContextwithin which thisKeyMaterialFactorycanmaterialize()KeyMaterialinstances.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 returnsKeyMaterialFactorythat 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 aKeyMaterialFactoryfor 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 returnsKeyMaterialFactorythat gives you the parameters needed to access it.KeyMaterialFactory.plus(KeyMaterialFactory... factories) Merge additionalKeyMaterialFactorys into one.Methods in org.jenkinsci.plugins.docker.commons.credentials with parameters of type KeyMaterialFactoryModifier and TypeMethodDescriptionKeyMaterialFactory.plus(KeyMaterialFactory... factories) Merge additionalKeyMaterialFactorys into one. -
Uses of KeyMaterialFactory in org.jenkinsci.plugins.docker.commons.impl
Subclasses of KeyMaterialFactory in org.jenkinsci.plugins.docker.commons.implModifier and TypeClassDescriptionclassComposes multipleKeyMaterialFactorys into one.final classKeyMaterialFactorythat does nothing.classLogs you in to a Docker registry.classAKeyMaterialthat maintains information about the host.classKeyMaterialFactoryfor talking to docker daemon.Methods in org.jenkinsci.plugins.docker.commons.impl that return KeyMaterialFactoryModifier and TypeMethodDescriptionCompositeKeyMaterialFactory.contextualize(KeyMaterialContext context) NullKeyMaterialFactory.contextualize(KeyMaterialContext context) ServerKeyMaterialFactoryFromDockerCredentials.convert(DockerServerCredentials credential) Constructors in org.jenkinsci.plugins.docker.commons.impl with parameters of type KeyMaterialFactory
DockerRegistryEndpoint.newKeyMaterialFactory(Run, FilePath, Launcher, EnvVars, TaskListener, String)