Class DockerServerEndpoint

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

public class DockerServerEndpoint extends AbstractDescribableImpl<DockerServerEndpoint>
Encapsulates the endpoint of Docker daemon 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