Class FSTriggerComputeFileService
java.lang.Object
org.jenkinsci.plugins.fstrigger.service.FSTriggerComputeFileService
- All Implemented Interfaces:
Serializable
- Author:
- Gregory Boissinot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputedFile(Node node, Job project, FileNameTriggerInfo fileInfo, org.jenkinsci.plugins.xtriggerapi.XTriggerLog log) Gets the file to poll
-
Constructor Details
-
FSTriggerComputeFileService
public FSTriggerComputeFileService()
-
-
Method Details
-
computedFile
public FilePath computedFile(Node node, Job project, FileNameTriggerInfo fileInfo, org.jenkinsci.plugins.xtriggerapi.XTriggerLog log) throws org.jenkinsci.plugins.xtriggerapi.XTriggerException Gets the file to poll- Parameters:
fileInfo-- Returns:
- a FilePath object to the file, null if the object can't be determined or doesn't exist
- Throws:
org.jenkinsci.plugins.xtriggerapi.XTriggerException
-