All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testcontainers.containers.traits.LinkableContainer Maven / Gradle / Ivy

There is a newer version: 1.20.1
Show newest version
package org.testcontainers.containers.traits;

/**
 * A container which can be linked to by other containers.
 *
 * @deprecated Links are deprecated (see #465). Please use {@link org.testcontainers.containers.Network} features instead.
 */
@Deprecated
public interface LinkableContainer {

    String getContainerName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy