Class DockerImage.Starter<T extends DockerContainer>
java.lang.Object
org.jenkinsci.test.acceptance.docker.DockerImage.Starter<T>
- Enclosing class:
 - DockerImage
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstart()withArgs(org.jenkinsci.utils.process.CommandBuilder args) withIpAddress(String ipAddress) withOptions(org.jenkinsci.utils.process.CommandBuilder options) withPortOffset(Integer portOffset) withPorts(int... ports) withUdpPorts(int... udpPorts)  
- 
Constructor Details
- 
Starter
 
 - 
 - 
Method Details
- 
withPorts
 - 
withUdpPorts
 - 
withPortOffset
 - 
withIpAddress
 - 
withOptions
 - 
withArgs
 - 
withLog
 - 
start
- Throws:
 InterruptedExceptionIOException
 
 -