Uses of Class
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint
Packages that use DockerRegistryEndpoint
-
Uses of DockerRegistryEndpoint in org.jenkinsci.plugins.docker.commons.credentials
Methods in org.jenkinsci.plugins.docker.commons.credentials that return DockerRegistryEndpointModifier and TypeMethodDescriptionstatic DockerRegistryEndpoint
DockerRegistryEndpoint.fromImageName
(String s, String credentialsId) Parse the registry endpoint out of a registry:port/namespace/name:tag string as created byimageName(String)
.