Class SimpleManifest
- java.lang.Object
-
- org.jenkinsci.plugins.pipeline.utility.steps.conf.mf.SimpleManifest
-
- All Implemented Interfaces:
Serializable
public class SimpleManifest extends Object implements Serializable
Simplified andSerializable
, read only version ofManifest
.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static Map<String,Map<String,String>>
extractEntries(Manifest mf)
protected static Map<String,String>
extractMainAttributes(Manifest mf)
Map<String,Map<String,String>>
getEntries()
Returns a Map of the entries contained in this Manifest.Map<String,String>
getMain()
Returns the main Attributes for the Manifest.
-
-
-
Method Detail
-
getMain
public Map<String,String> getMain()
Returns the main Attributes for the Manifest.- Returns:
- the main attributes
- See Also:
Manifest.getMainAttributes()
-
-