Class KeyMaterialFactory

java.lang.Object
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory
Direct Known Subclasses:
CompositeKeyMaterialFactory, NullKeyMaterialFactory, RegistryKeyMaterialFactory, ServerHostKeyMaterialFactory, ServerKeyMaterialFactory

public abstract class KeyMaterialFactory extends Object
Represents a locally extracted credentials information.

Whenever you want to fork off docker directly or indirectly, use this object to set up environment variables so that docker will talk to the right daemon.

Author:
Kohsuke Kawaguchi
See Also: