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 Summary
Constructors -
Method Summary
Modifier 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
-
getMain
Returns the main Attributes for the Manifest.- Returns:
- the main attributes
- See Also:
-
getEntries
Returns 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
-