Class PostgresContainer
- java.lang.Object
-
- uk.gov.service.payments.commons.testing.db.PostgresContainer
-
public class PostgresContainer extends Object
-
-
Constructor Summary
Constructors Constructor Description PostgresContainer()PostgresContainer(com.spotify.docker.client.DockerClient docker, String imageName, String dbUsername, String dbPassword)PostgresContainer(String imageTag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectionUrl()StringgetPassword()StringgetUsername()voidstop()
-
-
-
Constructor Detail
-
PostgresContainer
public PostgresContainer(com.spotify.docker.client.DockerClient docker, String imageName, String dbUsername, String dbPassword) throws InterruptedException, IOException, com.spotify.docker.client.exceptions.DockerException- Throws:
InterruptedExceptionIOExceptioncom.spotify.docker.client.exceptions.DockerException
-
PostgresContainer
public PostgresContainer() throws InterruptedException, IOException, ClassNotFoundException, com.spotify.docker.client.exceptions.DockerCertificateException, com.spotify.docker.client.exceptions.DockerException- Throws:
InterruptedExceptionIOExceptionClassNotFoundExceptioncom.spotify.docker.client.exceptions.DockerCertificateExceptioncom.spotify.docker.client.exceptions.DockerException
-
PostgresContainer
public PostgresContainer(String imageTag) throws InterruptedException, IOException, com.spotify.docker.client.exceptions.DockerCertificateException, com.spotify.docker.client.exceptions.DockerException
- Throws:
InterruptedExceptionIOExceptioncom.spotify.docker.client.exceptions.DockerCertificateExceptioncom.spotify.docker.client.exceptions.DockerException
-
-