Class SimpleFileContent
java.lang.Object
org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
org.jenkinsci.plugins.fstrigger.triggers.filecontent.SimpleFileContent
- 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 voidinitForContent(File file) Cycle of the trigger These methods have to be overridden in each trigger implementationprotected booleanisTriggeringBuildForContent(File file, org.jenkinsci.plugins.xtriggerapi.XTriggerLog log) voidsetMemoryInfo(Object memoryInfo) Methods inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
getDescriptor, initMemoryFields, isTriggeringBuild
-
Constructor Details
-
SimpleFileContent
@DataBoundConstructor public SimpleFileContent()
-
-
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
-
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
-