| Modifier and Type | Method and Description |
|---|---|
DockerCloud |
DockerSlave.getCloud() |
DockerCloud |
DockerComputer.getCloud() |
static DockerCloud |
DockerCloud.getCloudByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
DockerSlaveProvisioner |
DockerTemplate.getProvisioner(DockerCloud cloud) |
| Constructor and Description |
|---|
DockerSlave(DockerCloud cloud,
DockerTemplate template,
hudson.slaves.ComputerLauncher launcher) |
ServerDetail(DockerCloud cloud) |
| Modifier and Type | Method and Description |
|---|---|
protected DockerCloud |
DockerBuilderPublisher.getCloud(hudson.Launcher launcher) |
protected DockerCloud |
DockerBuilderControlCloudOption.getCloud(hudson.model.Run<?,?> build,
hudson.Launcher launcher) |
| Modifier and Type | Method and Description |
|---|---|
DockerCmdExecConfigBuilderForPlugin |
DockerCmdExecConfigBuilderForPlugin.forCloud(DockerCloud dockerCloud) |
ClientConfigBuilderForPlugin |
ClientConfigBuilderForPlugin.forCloud(DockerCloud cloud)
Provides ready to use docker client with information from docker cloud
|
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
DockerComputerSSHLauncher.getAddressForSSHD(DockerCloud cloud,
com.github.dockerjava.api.command.InspectContainerResponse ir)
Given an inspected container, work out where we talk to the SSH daemon.
|
| Modifier and Type | Method and Description |
|---|---|
static DockerCloud |
JenkinsUtils.getServer(String serverName) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<DockerCloud> |
JenkinsUtils.getCloudForBuild(hudson.model.AbstractBuild build)
If the build was on a cloud, get the ID of that cloud.
|
static com.google.common.base.Optional<DockerCloud> |
JenkinsUtils.getCloudForChannel(hudson.remoting.VirtualChannel channel)
If the build was workflow, get the ID of that channel.
|
static com.google.common.base.Optional<DockerCloud> |
JenkinsUtils.getCloudThatWeBuiltOn(hudson.model.Run<?,?> build,
hudson.Launcher launcher) |
static Collection<DockerCloud> |
JenkinsUtils.getServers()
Get the list of Docker servers.
|
| Modifier and Type | Field and Description |
|---|---|
protected DockerCloud |
DockerSlaveProvisioner.cloud |
| Constructor and Description |
|---|
AttachedDockerSlaveProvisioner(DockerCloud cloud,
DockerTemplate template,
com.github.dockerjava.api.DockerClient client) |
DockerSlaveProvisioner(DockerCloud cloud,
DockerTemplate template,
com.github.dockerjava.api.DockerClient client) |
JNLPDockerSlaveProvisioner(DockerCloud cloud,
DockerTemplate template,
com.github.dockerjava.api.DockerClient client,
DockerComputerJNLPLauncher launcher) |
SSHDockerSlaveProvisioner(DockerCloud cloud,
DockerTemplate template,
com.github.dockerjava.api.DockerClient client,
DockerComputerSSHLauncher launcher) |
Copyright © 2016–2017. All rights reserved.