Class JavaContainer
java.lang.Object
org.jenkinsci.test.acceptance.docker.DockerContainer
org.jenkinsci.test.acceptance.docker.fixtures.SshdContainer
org.jenkinsci.test.acceptance.docker.fixtures.JavaContainer
- All Implemented Interfaces:
Closeable
,AutoCloseable
Fixture capable of running java programs over ssh.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.test.acceptance.docker.fixtures.SshdContainer
getEncryptedPrivateKey, getPrivateKey, getPrivateKeyString, popen, ssh, sshWithPublicKey
Methods inherited from class org.jenkinsci.test.acceptance.docker.DockerContainer
assertRunning, close, cp, getCid, getIpAddress, getLogfile, getPid, inspect, ipBound, ipUdpBound, ipv6Enabled, port, resource, sharingHostDockerService, toString, udpPort
-
Constructor Details
-
JavaContainer
public JavaContainer()
-