public abstract class DockerHostSource extends hudson.model.AbstractDescribableImpl<DockerHostSource> implements hudson.ExtensionPoint
Implementation can use this extension to execute some decision and/or provisioning logic, depending on infrastructure details and constraints.
| Constructor and Description |
|---|
DockerHostSource() |
| Modifier and Type | Method and Description |
|---|---|
abstract DockerHostConfig |
getDockerHost(hudson.model.Job job)
Allocate / Determine best Docker host to use to build this Job.
|
public abstract DockerHostConfig getDockerHost(hudson.model.Job job) throws IOException, InterruptedException
job - IOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.