Class SMBContainer

java.lang.Object
org.jenkinsci.test.acceptance.docker.DockerContainer
org.jenkinsci.test.acceptance.docker.fixtures.SMBContainer
All Implemented Interfaces:
Closeable, AutoCloseable, IPasswordDockerContainer

public class SMBContainer extends org.jenkinsci.test.acceptance.docker.DockerContainer implements IPasswordDockerContainer
Represents a server with SMB.
Author:
Tobias Meyer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the samba password of the samba user on the docker server
    Gets the username of the samba user on the docker server

    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

    • SMBContainer

      public SMBContainer()
  • Method Details