Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath
-
Packages that use FilePath Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data -
-
Uses of FilePath in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data that return types with arguments of type FilePath Modifier and Type Method Description List<FilePath>
GerritProject. getFilePaths()
The list of filepath-rules.List<FilePath>
GerritProject. getForbiddenFilePaths()
The list of the forbidden file-path rules.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with type arguments of type FilePath Modifier and Type Method Description void
GerritProject. setFilePaths(List<FilePath> filePaths)
The list of filepath-rules.void
GerritProject. setForbiddenFilePaths(List<FilePath> forbiddenFilePaths)
The list of the forbidden file-path rules.
-