Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.Branch
-
Packages that use Branch Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data -
-
Uses of Branch 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 Branch Modifier and Type Method Description List<Branch>
GerritProject. getBranches()
The list of branch-rules.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with type arguments of type Branch Modifier and Type Method Description void
GerritProject. setBranches(List<Branch> branches)
The list of branch-rules.Constructor parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with type arguments of type Branch Constructor Description GerritProject(CompareType compareType, String pattern, List<Branch> branches, List<Topic> topics, List<FilePath> filePaths, List<FilePath> forbiddenFilePaths, boolean disableStrictForbiddenFileVerification)
DataBound Constructor.
-