Package dev.snowdrop.buildpack
Class BuildConfigFluentImpl.DockerConfigNestedImpl<N>
java.lang.Object
dev.snowdrop.buildpack.builder.BaseFluent<A>
dev.snowdrop.buildpack.config.DockerConfigFluentImpl<BuildConfigFluent.DockerConfigNested<N>>
dev.snowdrop.buildpack.BuildConfigFluentImpl.DockerConfigNestedImpl<N>
- All Implemented Interfaces:
BuildConfigFluent.DockerConfigNested<N>,Fluent<BuildConfigFluent.DockerConfigNested<N>>,Nested<N>,Visitable<BuildConfigFluent.DockerConfigNested<N>>,DockerConfigFluent<BuildConfigFluent.DockerConfigNested<N>>
- Enclosing class:
- BuildConfigFluentImpl<A extends BuildConfigFluent<A>>
public class BuildConfigFluentImpl.DockerConfigNestedImpl<N>
extends DockerConfigFluentImpl<BuildConfigFluent.DockerConfigNested<N>>
implements BuildConfigFluent.DockerConfigNested<N>, Nested<N>
-
Field Summary
Fields inherited from class dev.snowdrop.buildpack.builder.BaseFluent
_visitables, VISIT -
Method Summary
Methods inherited from class dev.snowdrop.buildpack.config.DockerConfigFluentImpl
equals, getDockerClient, getDockerHost, getDockerNetwork, getDockerSocket, getPullPolicy, getPullRetryCount, getPullRetryIncreaseSeconds, getPullTimeoutSeconds, getUseDaemon, hasDockerClient, hasDockerHost, hasDockerNetwork, hasDockerSocket, hashCode, hasPullPolicy, hasPullRetryCount, hasPullRetryIncreaseSeconds, hasPullTimeoutSeconds, hasUseDaemon, withDockerClient, withDockerHost, withDockerNetwork, withDockerSocket, withPullPolicy, withPullRetryCount, withPullRetryIncreaseSeconds, withPullTimeoutSeconds, withUseDaemonMethods inherited from class dev.snowdrop.buildpack.builder.BaseFluent
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Method Details
-
and
-
endDockerConfig
- Specified by:
endDockerConfigin interfaceBuildConfigFluent.DockerConfigNested<N>
-