Class XMLFileContent
java.lang.Object
org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
org.jenkinsci.plugins.fstrigger.triggers.filecontent.XMLFileContent
- All Implemented Interfaces:
ExtensionPoint
,Describable<FSTriggerContentFileType>
,Serializable
- Author:
- Gregory Boissinot
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields 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 void
initForContent
(File file) Cycle of the trigger These methods have to be overridden in each trigger implementationprotected boolean
isTriggeringBuildForContent
(File file, org.jenkinsci.plugins.xtriggerapi.XTriggerLog log) void
setMemoryInfo
(Object memoryInfo) Methods inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
getDescriptor, initMemoryFields, isTriggeringBuild
-
Constructor Details
-
XMLFileContent
-
-
Method Details
-
getMemoryInfo
Description copied from class:FSTriggerContentFileType
Used by caller trigger for transferring objects between objects between master and slave- Specified by:
getMemoryInfo
in classFSTriggerContentFileType
-
setMemoryInfo
- Specified by:
setMemoryInfo
in classFSTriggerContentFileType
-
getExpressions
-
initForContent
Description copied from class:FSTriggerContentFileType
Cycle of the trigger These methods have to be overridden in each trigger implementation- Specified by:
initForContent
in 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:
isTriggeringBuildForContent
in classFSTriggerContentFileType
- Throws:
org.jenkinsci.plugins.xtriggerapi.XTriggerException
-