Class DockerComposeExtension.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DockerComposeExtension build()  
      • Methods inherited from class com.palantir.docker.compose.ImmutableDockerComposeExtension.Builder

        addAllClusterWaits, addAllEventConsumers, addClusterWait, addClusterWaits, addEventConsumer, addEventConsumers, containers, docker, dockerCompose, dockerComposeExecutable, dockerExecutable, files, logCollector, machine, nativeServiceHealthCheckTimeout, projectName, pullOnStartup, removeConflictingContainersOnStartup, retryAttempts, shutdownStrategy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.palantir.docker.compose.DockerComposeManager.BuilderExtensions

        addAllClusterWaits, addClusterWait, clusterWaits, file, files, logCollector, saveLogsTo, shutdownStrategy, skipShutdown, waitingForHostNetworkedPort, waitingForHostNetworkedPort, waitingForService, waitingForService, waitingForServices, waitingForServices
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public DockerComposeExtension build()
        Overrides:
        build in class com.palantir.docker.compose.ImmutableDockerComposeExtension.Builder