Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.VerdictCategory
-
Packages that use VerdictCategory Package Description com.sonyericsson.hudson.plugins.gerrit.trigger com.sonyericsson.hudson.plugins.gerrit.trigger.config -
-
Uses of VerdictCategory in com.sonyericsson.hudson.plugins.gerrit.trigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return VerdictCategory Modifier and Type Method Description static VerdictCategory
VerdictCategory. createVerdictCategoryFromJSON(net.sf.json.JSONObject obj)
Creates a VerdictCategory from a JSONObject. -
Uses of VerdictCategory in com.sonyericsson.hudson.plugins.gerrit.trigger.config
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.config that return types with arguments of type VerdictCategory Modifier and Type Method Description List<VerdictCategory>
Config. getCategories()
List<VerdictCategory>
IGerritHudsonTriggerConfig. getCategories()
Get the list of available VerdictCategories.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.config with type arguments of type VerdictCategory Modifier and Type Method Description void
Config. setCategories(List<VerdictCategory> categories)
Setter for the list of VerdictCategories, used to make testing easier.void
IGerritHudsonTriggerConfig. setCategories(List<VerdictCategory> categories)
Set the list of available VerdictCategories.
-