Uses of Class
dev.galasa.docker.DockerManagerException
Packages that use DockerManagerException
- 
Uses of DockerManagerException in dev.galasa.docker
Subclasses of DockerManagerException in dev.galasa.dockerMethods in dev.galasa.docker that throw DockerManagerExceptionModifier and TypeMethodDescriptionIssue a command to a running container.Equivalent to exec(defaultResourceTimeout, commands...);voidWill execute a `chmod XXX filename` where the XXX is the permission string, on a file inside a volume.voidWill execute a `chown USER:GROUP filename` on a file inside the volume.longIDockerContainer.getExitCode()Retireves the exit code from the containerIDockerContainer.getExposedPorts()Returns a map of all the exposed ports of the container and the real host ports they have been mapped to.booleanIDockerContainer.isRunning()Checks with the docker engine to find the running state of this container.voidIDockerVolume.LoadFile(String fileName, InputStream data) Pre-populate a volume with some data.voidIDockerVolume.LoadFileAsString(String fileName, String data) Pre-populate a volume with some string data.IDockerContainer.retrieveFile(String path) Retreievs a InputStream of a file on the container.IDockerContainer.retrieveFileAsString(String path) Retrieves a file from the container and passes the contents back as a string.IDockerContainer.retrieveStdErr()Retrieve the full STDERR for the Docker ContainerIDockerContainer.retrieveStdOut()Retrieve the full STDOUT for the Docker ContainervoidIDockerContainer.start()Start the Docker Container.voidIDockerContainer.startWithConfig(IDockerContainerConfig config) Start the Docker Container with a provided galasa DockerContainerConfig.voidIDockerContainer.stop()Stop the Docker Container.voidIDockerContainer.storeFile(String absolutePath, InputStream file) Stores a file onto the container.booleanIDockerExec.waitForExec()Equivlant to waitForExec(10000);booleanIDockerExec.waitForExec(long timeout) Wait for the command to finish. - 
Uses of DockerManagerException in dev.galasa.docker.spi
Methods in dev.galasa.docker.spi that throw DockerManagerExceptionModifier and TypeMethodDescription@NotNull StringIDockerManagerSpi.getEngineHostname(String dockerEngineTag) @NotNull IDockerContainerIDockerManagerSpi.provisionContainer(String dockerContainerTag, String image, boolean start, String dockerEngineTag) This method is able to provide the dockerContainer instance with a defined Dockerhub Container Tag