Class FileNameTriggerInfo
java.lang.Object
org.jenkinsci.plugins.fstrigger.triggers.FileNameTriggerInfo
- All Implemented Interfaces:
Serializable
- Author:
- Gregory Boissinot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetters and setterslongbooleanbooleanvoidsetContentFileTypes(FSTriggerContentFileType[] contentFileTypes) voidsetDoNotCheckLastModificationDate(boolean doNotCheckLastModificationDate) voidsetFilePathPattern(String filePathPattern) voidsetInspectingContentFile(boolean inspectingContentFile) voidsetLastModifications(long lastModifications) voidsetResolvedFile(FilePath resolvedFile) voidsetStrategy(String strategy)
-
Constructor Details
-
FileNameTriggerInfo
public FileNameTriggerInfo()
-
-
Method Details
-
getFilePathPattern
Getters and setters -
getStrategy
-
isInspectingContentFile
public boolean isInspectingContentFile() -
getContentFileTypes
-
isDoNotCheckLastModificationDate
public boolean isDoNotCheckLastModificationDate() -
setFilePathPattern
-
setStrategy
-
setInspectingContentFile
public void setInspectingContentFile(boolean inspectingContentFile) -
setContentFileTypes
-
setDoNotCheckLastModificationDate
public void setDoNotCheckLastModificationDate(boolean doNotCheckLastModificationDate) -
getResolvedFile
-
setResolvedFile
-
getLastModifications
public long getLastModifications() -
setLastModifications
public void setLastModifications(long lastModifications)
-