| Package | Description |
|---|---|
| org.jenkinsci.plugins.docker.commons.credentials | |
| org.jenkinsci.plugins.docker.commons.impl |
| Modifier and Type | Field and Description |
|---|---|
static KeyMaterialFactory |
KeyMaterialFactory.NULL |
| Modifier and Type | Method and Description |
|---|---|
KeyMaterialFactory |
KeyMaterialFactory.contextualize(KeyMaterialContext context)
Sets the
KeyMaterialContext within which this KeyMaterialFactory can materialize()
KeyMaterial instances. |
KeyMaterialFactory |
DockerRegistryEndpoint.newKeyMaterialFactory(hudson.model.AbstractBuild build)
|
KeyMaterialFactory |
DockerServerEndpoint.newKeyMaterialFactory(hudson.model.AbstractBuild build)
Deprecated.
|
KeyMaterialFactory |
DockerServerEndpoint.newKeyMaterialFactory(hudson.FilePath dir,
DockerServerCredentials credentials)
Create a
KeyMaterialFactory for connecting to the docker server/host. |
KeyMaterialFactory |
DockerRegistryEndpoint.newKeyMaterialFactory(hudson.model.Item context,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.EnvVars env,
hudson.model.TaskListener listener,
String dockerExecutable)
|
KeyMaterialFactory |
DockerRegistryEndpoint.newKeyMaterialFactory(hudson.model.Item context,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
String dockerExecutable)
|
KeyMaterialFactory |
DockerRegistryEndpoint.newKeyMaterialFactory(hudson.model.Item context,
hudson.remoting.VirtualChannel target)
|
KeyMaterialFactory |
DockerServerEndpoint.newKeyMaterialFactory(hudson.model.Item context,
hudson.remoting.VirtualChannel target)
Deprecated.
|
KeyMaterialFactory |
DockerRegistryEndpoint.newKeyMaterialFactory(hudson.model.Item context,
hudson.remoting.VirtualChannel target,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
|
KeyMaterialFactory |
DockerRegistryEndpoint.newKeyMaterialFactory(hudson.model.Run context,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.EnvVars env,
hudson.model.TaskListener listener,
String dockerExecutable)
Makes the credentials available locally and returns
KeyMaterialFactory that gives you the parameters
needed to access it. |
KeyMaterialFactory |
DockerServerEndpoint.newKeyMaterialFactory(hudson.model.Run context,
hudson.remoting.VirtualChannel target)
Makes the key materials available locally and returns
KeyMaterialFactory that gives you the parameters
needed to access it. |
KeyMaterialFactory |
DockerRegistryToken.newKeyMaterialFactory(URL endpoint,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.EnvVars env,
hudson.model.TaskListener listener,
String dockerExecutable)
Sets up an environment logged in to the specified Docker registry.
|
KeyMaterialFactory |
DockerRegistryToken.newKeyMaterialFactory(URL endpoint,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
String dockerExecutable)
|
KeyMaterialFactory |
DockerRegistryToken.newKeyMaterialFactory(URL endpoint,
hudson.remoting.VirtualChannel target)
|
KeyMaterialFactory |
DockerRegistryToken.newKeyMaterialFactory(URL endpoint,
hudson.remoting.VirtualChannel target,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
|
KeyMaterialFactory |
KeyMaterialFactory.plus(KeyMaterialFactory... factories)
Merge additional
KeyMaterialFactorys into one. |
| Modifier and Type | Method and Description |
|---|---|
KeyMaterialFactory |
KeyMaterialFactory.plus(KeyMaterialFactory... factories)
Merge additional
KeyMaterialFactorys into one. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeKeyMaterialFactory
Composes multiple
KeyMaterialFactorys into one. |
class |
NullKeyMaterialFactory
KeyMaterialFactory that does nothing. |
class |
RegistryKeyMaterialFactory
Logs you in to a Docker registry.
|
class |
ServerHostKeyMaterialFactory
A
KeyMaterial that maintains information about the host. |
class |
ServerKeyMaterialFactory
KeyMaterialFactory for talking to docker daemon. |
| Modifier and Type | Method and Description |
|---|---|
KeyMaterialFactory |
CompositeKeyMaterialFactory.contextualize(KeyMaterialContext context) |
KeyMaterialFactory |
NullKeyMaterialFactory.contextualize(KeyMaterialContext context) |
KeyMaterialFactory |
ServerKeyMaterialFactoryFromDockerCredentials.convert(DockerServerCredentials credential) |
| Constructor and Description |
|---|
CompositeKeyMaterialFactory(KeyMaterialFactory... factories) |
Copyright © 2016–2019. All rights reserved.