Package | Description |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data |
Modifier and Type | Method and Description |
---|---|
List<FilePath> |
GerritProject.getFilePaths()
The list of filepath-rules.
|
List<FilePath> |
GerritProject.getForbiddenFilePaths()
The list of the forbidden file-path rules.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
GerritProject(CompareType compareType,
String pattern,
List<Branch> branches,
List<Topic> topics,
List<FilePath> filePaths,
List<FilePath> forbiddenFilePaths,
boolean disableStrictForbiddenFileVerification)
DataBound Constructor.
|
GerritProject(CompareType compareType,
String pattern,
List<Branch> branches,
List<Topic> topics,
List<FilePath> filePaths,
List<FilePath> forbiddenFilePaths,
boolean disableStrictForbiddenFileVerification)
DataBound Constructor.
|
Copyright © 2004-2016. All Rights Reserved.