Class FileNameTriggerInfo

java.lang.Object
org.jenkinsci.plugins.fstrigger.triggers.FileNameTriggerInfo
All Implemented Interfaces:
Serializable

public class FileNameTriggerInfo extends Object implements Serializable
Author:
Gregory Boissinot
See Also:
  • Constructor Details

    • FileNameTriggerInfo

      public FileNameTriggerInfo()
  • Method Details

    • getFilePathPattern

      public String getFilePathPattern()
      Getters and setters
    • getStrategy

      public String getStrategy()
    • isInspectingContentFile

      public boolean isInspectingContentFile()
    • getContentFileTypes

      public FSTriggerContentFileType[] getContentFileTypes()
    • isDoNotCheckLastModificationDate

      public boolean isDoNotCheckLastModificationDate()
    • setFilePathPattern

      public void setFilePathPattern(String filePathPattern)
    • setStrategy

      public void setStrategy(String strategy)
    • setInspectingContentFile

      public void setInspectingContentFile(boolean inspectingContentFile)
    • setContentFileTypes

      public void setContentFileTypes(FSTriggerContentFileType[] contentFileTypes)
    • setDoNotCheckLastModificationDate

      public void setDoNotCheckLastModificationDate(boolean doNotCheckLastModificationDate)
    • getResolvedFile

      public FilePath getResolvedFile()
    • setResolvedFile

      public void setResolvedFile(FilePath resolvedFile)
    • getLastModifications

      public long getLastModifications()
    • setLastModifications

      public void setLastModifications(long lastModifications)