Class DockerHelper
- java.lang.Object
-
- org.alfresco.rest.rm.community.util.DockerHelper
-
@Service public class DockerHelper extends Object
Helper class for interaction with docker containers- Since:
- 3.1
- Author:
- Claudia Agache
-
-
Constructor Summary
Constructors Constructor Description DockerHelper(String dockerHost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckExceptionIsInAlfrescoLogs(String expectedException)Helper method to check if the specified exception is thrown in alfresco logsList<String>getAlfrescoLogs()Get the alfresco container logs
-