public class ResolvedDockerRegistryEndpoint extends Object implements Serializable
The DockerRegistryEndpoint is not serializable, and
it needs the master build context to resolve the credentials details. This class represents the resolved state
of an endpoint, which can be passed to the remote node to build the docker credentials.
| Constructor and Description |
|---|
ResolvedDockerRegistryEndpoint(URL url,
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryToken token) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryToken |
getToken() |
URL |
getUrl() |
String |
toString() |
public ResolvedDockerRegistryEndpoint(URL url, org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryToken token)
Copyright © 2016–2017. All rights reserved.