| Package | Description |
|---|---|
| org.jenkinsci.plugins.docker.commons.credentials | |
| 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 |
|---|---|
abstract KeyMaterial |
KeyMaterialFactory.materialize()
Builds the key material environment variables needed to be passed when docker runs, to access
DockerServerCredentials that this object was created from. |
| Modifier and Type | Method and Description |
|---|---|
KeyMaterial |
CompositeKeyMaterialFactory.materialize() |
KeyMaterial |
NullKeyMaterialFactory.materialize() |
KeyMaterial |
RegistryKeyMaterialFactory.materialize() |
KeyMaterial |
ServerHostKeyMaterialFactory.materialize()
Builds the key material environment variables needed to be passed when docker runs, to access
DockerServerCredentials that this object was created from. |
KeyMaterial |
ServerKeyMaterialFactory.materialize() |
Copyright © 2016–2019. All rights reserved.