Class DockerRegistryEndpoint

java.lang.Object
hudson.model.AbstractDescribableImpl<DockerRegistryEndpoint>
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint
All Implemented Interfaces:
Describable<DockerRegistryEndpoint>

public class DockerRegistryEndpoint extends AbstractDescribableImpl<DockerRegistryEndpoint>
Encapsulates the endpoint of DockerHub and how to interact with it.

As Describable it comes with pre-baked configuration form that you can use in your builders/publishers/etc that interact with Docker daemon.

Author:
Kohsuke Kawaguchi