| Package | Description |
|---|---|
| org.jenkinsci.plugins.docker.commons | |
| org.jenkinsci.plugins.docker.commons.impl |
| Modifier and Type | Field and Description |
|---|---|
static KeyMaterial |
KeyMaterial.NULL
KeyMaterial that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
KeyMaterial |
DockerServerEndpoint.materialize(hudson.model.AbstractBuild build)
Makes the key materials available locally for the on-going build
and returns
KeyMaterial that gives you the parameters needed to access it. |
KeyMaterial |
DockerRegistryEndpoint.materialize(hudson.model.AbstractBuild build)
Makes the credentials available locally for the on-going build
and returns
KeyMaterial that gives you the parameters needed to access it. |
KeyMaterial |
DockerServerEndpoint.materialize(hudson.FilePath dir,
DockerServerCredentials credentials)
The most raw form of the
materialize(...) family of methods in case
you need to control every aspect of it. |
KeyMaterial |
DockerServerEndpoint.materialize(hudson.model.Item context,
hudson.remoting.VirtualChannel target)
Makes the key materials available locally and returns
KeyMaterial that gives you the parameters
needed to access it. |
KeyMaterial |
DockerRegistryEndpoint.materialize(hudson.model.Item context,
hudson.remoting.VirtualChannel target)
Makes the credentials available locally and returns
KeyMaterial that gives you the parameters
needed to access it. |
KeyMaterial |
DockerRegistryToken.materialize(URL endpoint,
hudson.remoting.VirtualChannel target)
Makes the credentials available locally and returns
KeyMaterial that gives you the parameters
needed to access it. |
KeyMaterial |
KeyMaterial.plus(KeyMaterial rhs)
Merge two
KeyMaterials into one. |
| Modifier and Type | Method and Description |
|---|---|
KeyMaterial |
KeyMaterial.plus(KeyMaterial rhs)
Merge two
KeyMaterials into one. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeKeyMaterial
Composes two
KeyMaterials into one. |
class |
NullKeyMaterial
KeyMaterial that does nothing. |
class |
ServerKeyMaterialImpl
KeyMaterial for talking to docker daemon. |
| Constructor and Description |
|---|
CompositeKeyMaterial(KeyMaterial lhs,
KeyMaterial rhs) |
Copyright © 2004-2015. All Rights Reserved.