Class SimpleManifest
java.lang.Object
org.jenkinsci.plugins.pipeline.utility.steps.conf.mf.SimpleManifest
- All Implemented Interfaces:
- Serializable
Simplified and 
Serializable, read only version of Manifest.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a Map of the entries contained in this Manifest.getMain()Returns the main Attributes for the Manifest.
- 
Constructor Details- 
SimpleManifest
- 
SimpleManifest
 
- 
- 
Method Details- 
extractEntries
- 
extractMainAttributes
- 
getMainReturns the main Attributes for the Manifest.- Returns:
- the main attributes
- See Also:
 
- 
getEntriesReturns a Map of the entries contained in this Manifest. Each entry is represented by a String name (key) and associated attributes (value) as a Map of Strings.- Returns:
- the other manifest entries
 
 
-