public class DockerConfigBuilder extends Object
| Constructor and Description |
|---|
DockerConfigBuilder(List<ResolvedDockerRegistryEndpoint> credentials) |
| Modifier and Type | Method and Description |
|---|---|
hudson.FilePath |
buildArchive(hudson.FilePath workspace) |
com.fasterxml.jackson.databind.node.ObjectNode |
buildAuthsObject() |
String |
buildDockercfgBase64() |
String |
buildDockercfgString() |
public DockerConfigBuilder(List<ResolvedDockerRegistryEndpoint> credentials)
public hudson.FilePath buildArchive(hudson.FilePath workspace)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic String buildDockercfgBase64() throws IOException
IOExceptionpublic String buildDockercfgString() throws IOException
IOExceptionpublic com.fasterxml.jackson.databind.node.ObjectNode buildAuthsObject()
throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.