Class EmbeddedContainersShutdownAutoConfiguration


  • @AutoConfiguration
    @AutoConfigureOrder(2147483647)
    @ConditionalOnProperty(prefix="embedded.containers",
                           name="enabled",
                           matchIfMissing=true)
    @EnableConfigurationProperties(TestcontainersProperties.class)
    public class EmbeddedContainersShutdownAutoConfiguration
    extends Object
    • Constructor Detail

      • EmbeddedContainersShutdownAutoConfiguration

        public EmbeddedContainersShutdownAutoConfiguration()
    • Method Detail

      • allContainers

        @Bean(name="allContainers")
        public AllContainers allContainers​(@Autowired(required=false)
                                           DockerPresenceMarker dockerAvailable,
                                           @Autowired(required=false)
                                           org.testcontainers.containers.GenericContainer[] allContainers,
                                           TestcontainersProperties testcontainersProperties)