Package dev.snowdrop.buildpack
Interface BuildConfigFluent.DockerConfigNested<N>
- All Superinterfaces:
DockerConfigFluent<BuildConfigFluent.DockerConfigNested<N>>,Fluent<BuildConfigFluent.DockerConfigNested<N>>,Nested<N>
- All Known Implementing Classes:
BuildConfigFluentImpl.DockerConfigNestedImpl
- Enclosing interface:
- BuildConfigFluent<A extends BuildConfigFluent<A>>
public static interface BuildConfigFluent.DockerConfigNested<N>
extends Nested<N>, DockerConfigFluent<BuildConfigFluent.DockerConfigNested<N>>
-
Method Summary
Methods inherited from interface dev.snowdrop.buildpack.config.DockerConfigFluent
getDockerClient, getDockerHost, getDockerNetwork, getDockerSocket, getPullPolicy, getPullRetryCount, getPullRetryIncreaseSeconds, getPullTimeoutSeconds, getUseDaemon, hasDockerClient, hasDockerHost, hasDockerNetwork, hasDockerSocket, hasPullPolicy, hasPullRetryCount, hasPullRetryIncreaseSeconds, hasPullTimeoutSeconds, hasUseDaemon, withDockerClient, withDockerHost, withDockerNetwork, withDockerSocket, withPullPolicy, withPullRetryCount, withPullRetryIncreaseSeconds, withPullTimeoutSeconds, withUseDaemon