Class FSTriggerComputeFileService

java.lang.Object
org.jenkinsci.plugins.fstrigger.service.FSTriggerComputeFileService
All Implemented Interfaces:
Serializable

public class FSTriggerComputeFileService extends Object implements Serializable
Author:
Gregory Boissinot
See Also:
  • 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