Package dev.snowdrop.buildpack.config
Interface DockerConfigFluent<A extends DockerConfigFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
BuildConfigFluent.DockerConfigNested<N>
- All Known Implementing Classes:
BuildConfigFluentImpl.DockerConfigNestedImpl,DockerConfigBuilder,DockerConfigFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.dockerjava.api.DockerClientwithDockerClient(com.github.dockerjava.api.DockerClient dockerClient) withDockerHost(String dockerHost) withDockerNetwork(String dockerNetwork) withDockerSocket(String dockerSocket) withPullPolicy(DockerConfig.PullPolicy pullPolicy) withPullRetryCount(Integer pullRetryCount) withPullRetryIncreaseSeconds(Integer pullRetryIncreaseSeconds) withPullTimeoutSeconds(Integer pullTimeoutSeconds) withUseDaemon(Boolean useDaemon)
-
Method Details
-
getPullTimeoutSeconds
Integer getPullTimeoutSeconds() -
withPullTimeoutSeconds
-
hasPullTimeoutSeconds
Boolean hasPullTimeoutSeconds() -
getPullRetryCount
Integer getPullRetryCount() -
withPullRetryCount
-
hasPullRetryCount
Boolean hasPullRetryCount() -
getPullRetryIncreaseSeconds
Integer getPullRetryIncreaseSeconds() -
withPullRetryIncreaseSeconds
-
hasPullRetryIncreaseSeconds
Boolean hasPullRetryIncreaseSeconds() -
getPullPolicy
DockerConfig.PullPolicy getPullPolicy() -
withPullPolicy
-
hasPullPolicy
Boolean hasPullPolicy() -
getDockerHost
String getDockerHost() -
withDockerHost
-
hasDockerHost
Boolean hasDockerHost() -
getDockerSocket
String getDockerSocket() -
withDockerSocket
-
hasDockerSocket
Boolean hasDockerSocket() -
getDockerNetwork
String getDockerNetwork() -
withDockerNetwork
-
hasDockerNetwork
Boolean hasDockerNetwork() -
getUseDaemon
Boolean getUseDaemon() -
withUseDaemon
-
hasUseDaemon
Boolean hasUseDaemon() -
getDockerClient
com.github.dockerjava.api.DockerClient getDockerClient() -
withDockerClient
-
hasDockerClient
Boolean hasDockerClient()
-