Class JARManifestFileContent
java.lang.Object
org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
org.jenkinsci.plugins.fstrigger.triggers.filecontent.PropertiesFileContent
org.jenkinsci.plugins.fstrigger.triggers.filecontent.ManifestFileContent
org.jenkinsci.plugins.fstrigger.triggers.filecontent.JARManifestFileContent
- All Implemented Interfaces:
ExtensionPoint,Describable<FSTriggerContentFileType>,Serializable
- Author:
- Gregory Boissinot
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.PropertiesFileContent
PropertiesFileContent.PropertiesFileContentDescriptorNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.ManifestFileContent
attributesFields inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.PropertiesFileContent
allKeys, KEY_SEPARATOR, keys2InspectFields inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
jobName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ManifestgetManifest(File file) Gets the MANIFEST object from a File objectMethods inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.ManifestFileContent
getMemoryInfo, initForContent, isTriggeringBuildForContent, setMemoryInfoMethods inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.PropertiesFileContent
getKeys2Inspect, isAllKeys, readResolveMethods inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
getDescriptor, initMemoryFields, isTriggeringBuild
-
Constructor Details
-
JARManifestFileContent
-
-
Method Details
-
getManifest
Description copied from class:ManifestFileContentGets the MANIFEST object from a File object- Specified by:
getManifestin classManifestFileContent- Parameters:
file- the input java.io.File object- Returns:
- the java.util.jar.Manifest object if exists, otherwise null
-