Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.VerdictCategory
Packages that use VerdictCategory
Package
Description
-
Uses of VerdictCategory in com.sonyericsson.hudson.plugins.gerrit.trigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return VerdictCategoryModifier and TypeMethodDescriptionstatic VerdictCategoryVerdictCategory.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 VerdictCategoryModifier and TypeMethodDescriptionConfig.getCategories()IGerritHudsonTriggerConfig.getCategories()Get the list of available VerdictCategories.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.config with type arguments of type VerdictCategoryModifier and TypeMethodDescriptionvoidConfig.setCategories(List<VerdictCategory> categories) Setter for the list of VerdictCategories, used to make testing easier.voidIGerritHudsonTriggerConfig.setCategories(List<VerdictCategory> categories) Set the list of available VerdictCategories.