@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class NullKeyMaterial extends KeyMaterial
KeyMaterial that does nothing.KeyMaterial.NULL,
Serialized FormNULL| Constructor and Description |
|---|
NullKeyMaterial() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deletes the key materials from the file system.
|
hudson.EnvVars |
env()
Builds the environment variables needed to be passed when docker runs, to access
DockerServerCredentials that this object was created from. |
pluspublic hudson.EnvVars env()
KeyMaterialDockerServerCredentials that this object was created from.env in class KeyMaterialpublic void close()
KeyMaterialKeyMaterial is created, it must be also cleaned up each time.close in interface Closeableclose in interface AutoCloseableclose in class KeyMaterialCopyright © 2004-2015. All Rights Reserved.