| Package | Description |
|---|---|
| org.jenkinsci.test.acceptance.docker |
| Modifier and Type | Method and Description |
|---|---|
<T extends DockerContainer> |
DockerImage.start(Class<T> type)
Start container from this image.
|
DockerImage.Starter<T> |
DockerImage.Starter.withArgs(org.jenkinsci.utils.process.CommandBuilder args) |
DockerImage.Starter<T> |
DockerImage.Starter.withIpAddress(String ipAddress) |
DockerImage.Starter<T> |
DockerImage.Starter.withLog(File log) |
DockerImage.Starter<T> |
DockerImage.Starter.withOptions(org.jenkinsci.utils.process.CommandBuilder options) |
DockerImage.Starter<T> |
DockerImage.Starter.withPortOffset(Integer portOffset) |
DockerImage.Starter<T> |
DockerImage.Starter.withPorts(int... ports) |
Copyright © 2004–2017. All rights reserved.