| Class | Description |
|---|---|
| DockerNodeStep |
Provisions a Docker container and run the closure into it like node would do for a normal node
Used like:
dockerNode(image:"cloudbees/java-tools", sideContainers: ["selenium/standalone-firefox"]) {
// execute some stuff inside this container
}
|
| DockerNodeStep.DescriptorImpl | |
| DockerNodeStepExecution |
This class is heavily based (so to speak...) on org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution
The original code cannot be easily extended, PlaceholderTask constructor is private for example.
|
| DockerNodeStepExecution.CancelledItemListener | |
| DockerNodeStepExecution.PlaceholderTask | |
| Messages |
Generated localization support class.
|
Copyright © 2016–2017. All rights reserved.