Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath

Packages that use FilePath
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
 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
 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.
 

Constructor parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with type arguments of type FilePath
GerritProject(CompareType compareType, String pattern, List<Branch> branches, List<Topic> topics, List<FilePath> filePaths, List<FilePath> forbiddenFilePaths)
          DataBound Constructor.
GerritProject(CompareType compareType, String pattern, List<Branch> branches, List<Topic> topics, List<FilePath> filePaths, List<FilePath> forbiddenFilePaths)
          DataBound Constructor.
 



Copyright © 2004-2014. All Rights Reserved.