|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |