Class XvncSlaveContainer

java.lang.Object
org.jenkinsci.test.acceptance.docker.DockerContainer
org.jenkinsci.test.acceptance.docker.fixtures.SshdContainer
org.jenkinsci.test.acceptance.docker.fixtures.JavaContainer
org.jenkinsci.test.acceptance.docker.fixtures.XvncSlaveContainer
All Implemented Interfaces:
Closeable, AutoCloseable

public class XvncSlaveContainer extends org.jenkinsci.test.acceptance.docker.fixtures.JavaContainer
A fixture consisting of a Jenkins slave which can run XVNC.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Attaches the slave to Jenkins.

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • XvncSlaveContainer

      public XvncSlaveContainer()
  • Method Details