Class KeyMaterialContext
java.lang.Object
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialContext
- All Implemented Interfaces:
Serializable
Represents the context within a
KeyMaterialFactory
can KeyMaterialFactory.materialize()
KeyMaterial
instances.- Author:
- Stephen Connolly
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the base directory that can be used toKeyMaterialFactory.materialize()
KeyMaterial
instances.
-
Constructor Details
-
KeyMaterialContext
-
-
Method Details
-
getBaseDir
Returns the base directory that can be used toKeyMaterialFactory.materialize()
KeyMaterial
instances.- Returns:
- the base directory.
-