Class PropertiesFileContent
java.lang.Object
org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
org.jenkinsci.plugins.fstrigger.triggers.filecontent.PropertiesFileContent
- All Implemented Interfaces:
ExtensionPoint,Describable<FSTriggerContentFileType>,Serializable
- Direct Known Subclasses:
ManifestFileContent
- Author:
- Gregory Boissinot
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected static final StringGUI fieldsprotected StringFields inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
jobName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUsed by caller trigger for transferring objects between objects between master and slaveprotected voidinitForContent(File file) Cycle of the trigger These methods have to be overridden in each trigger implementationbooleanprotected booleanisTriggeringBuildForContent(File file, org.jenkinsci.plugins.xtriggerapi.XTriggerLog log) protected ObjectvoidsetMemoryInfo(Object memoryInfo) Methods inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
getDescriptor, initMemoryFields, isTriggeringBuild
-
Field Details
-
KEY_SEPARATOR
GUI fields- See Also:
-
keys2Inspect
-
allKeys
protected boolean allKeys
-
-
Constructor Details
-
PropertiesFileContent
-
-
Method Details
-
getMemoryInfo
Description copied from class:FSTriggerContentFileTypeUsed by caller trigger for transferring objects between objects between master and slave- Specified by:
getMemoryInfoin classFSTriggerContentFileType
-
setMemoryInfo
- Specified by:
setMemoryInfoin classFSTriggerContentFileType
-
getKeys2Inspect
-
isAllKeys
public boolean isAllKeys() -
initForContent
Description copied from class:FSTriggerContentFileTypeCycle of the trigger These methods have to be overridden in each trigger implementation- Specified by:
initForContentin classFSTriggerContentFileType- Throws:
org.jenkinsci.plugins.xtriggerapi.XTriggerException
-
isTriggeringBuildForContent
protected boolean isTriggeringBuildForContent(File file, org.jenkinsci.plugins.xtriggerapi.XTriggerLog log) throws org.jenkinsci.plugins.xtriggerapi.XTriggerException - Specified by:
isTriggeringBuildForContentin classFSTriggerContentFileType- Throws:
org.jenkinsci.plugins.xtriggerapi.XTriggerException
-
readResolve
-