|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerdictCategory | |
---|---|
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 | |
---|---|
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 | |
---|---|
List<VerdictCategory> |
IGerritHudsonTriggerConfig.getCategories()
Get the list of available VerdictCategories. |
List<VerdictCategory> |
Config.getCategories()
|
Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.config with type arguments of type VerdictCategory | |
---|---|
void |
IGerritHudsonTriggerConfig.setCategories(List<VerdictCategory> categories)
Set the list of available VerdictCategories. |
void |
Config.setCategories(List<VerdictCategory> categories)
Setter for the list of VerdictCategories, used to make testing easier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |