Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath
Packages that use FilePath
- 
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 FilePathModifier and TypeMethodDescriptionGerritProject.getFilePaths()The list of filepath-rules.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 FilePathModifier and TypeMethodDescriptionvoidGerritProject.setFilePaths(List<FilePath> filePaths) The list of filepath-rules.voidGerritProject.setForbiddenFilePaths(List<FilePath> forbiddenFilePaths) The list of the forbidden file-path rules.