public abstract class AbstrDockerCmdExec
extends java.lang.Object
Constructor and Description |
---|
AbstrDockerCmdExec(WebTarget baseResource,
DockerClientConfig dockerClientConfig) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
bool(java.lang.Boolean bool) |
protected WebTarget |
booleanQueryParam(WebTarget webTarget,
java.lang.String name,
java.lang.Boolean value) |
protected WebTarget |
getBaseResource() |
protected AuthConfigurations |
getBuildAuthConfigs() |
protected java.lang.String |
registryAuth(AuthConfig authConfig) |
protected java.lang.String |
registryConfigs(AuthConfigurations authConfigs) |
protected InvocationBuilder |
resourceWithAuthConfig(AuthConfig authConfig,
InvocationBuilder request) |
protected InvocationBuilder |
resourceWithOptionalAuthConfig(AuthConfig authConfig,
InvocationBuilder request) |
public AbstrDockerCmdExec(WebTarget baseResource, DockerClientConfig dockerClientConfig)
protected WebTarget getBaseResource()
protected AuthConfigurations getBuildAuthConfigs()
protected java.lang.String registryAuth(AuthConfig authConfig)
protected java.lang.String registryConfigs(AuthConfigurations authConfigs)
protected InvocationBuilder resourceWithAuthConfig(AuthConfig authConfig, InvocationBuilder request)
protected InvocationBuilder resourceWithOptionalAuthConfig(AuthConfig authConfig, InvocationBuilder request)
protected boolean bool(java.lang.Boolean bool)
Copyright © 2018. All Rights Reserved.