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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the base directory that can be used toKeyMaterialFactory.materialize()KeyMaterialinstances.
- 
Constructor Details- 
KeyMaterialContext
 
- 
- 
Method Details- 
getBaseDirReturns the base directory that can be used toKeyMaterialFactory.materialize()KeyMaterialinstances.- Returns:
- the base directory.
 
 
-