@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class CompositeKeyMaterial extends KeyMaterial
KeyMaterials into one.NULL| Constructor and Description |
|---|
CompositeKeyMaterial(KeyMaterial lhs,
KeyMaterial rhs) |
| 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 CompositeKeyMaterial(KeyMaterial lhs, KeyMaterial rhs)
public hudson.EnvVars env()
KeyMaterialDockerServerCredentials that this object was created from.env in class KeyMaterialpublic void close()
throws IOException
KeyMaterialKeyMaterial is created, it must be also cleaned up each time.close in interface Closeableclose in interface AutoCloseableclose in class KeyMaterialIOExceptionCopyright © 2004-2015. All Rights Reserved.