public class VerdictCategory extends hudson.model.AbstractDescribableImpl<VerdictCategory>
Modifier and Type | Class and Description |
---|---|
static class |
VerdictCategory.VerdictCategoryDescriptor
The Descriptor for a VerdictCategory.
|
Constructor and Description |
---|
VerdictCategory(String value,
String description)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
static VerdictCategory |
createVerdictCategoryFromJSON(net.sf.json.JSONObject obj)
Creates a VerdictCategory from a JSONObject.
|
String |
getVerdictDescription()
Standard getter for the description.
|
String |
getVerdictValue()
Standard getter for the value.
|
public String getVerdictValue()
public String getVerdictDescription()
public static VerdictCategory createVerdictCategoryFromJSON(net.sf.json.JSONObject obj)
obj
- the JSONObject.Copyright © 2004-2016. All Rights Reserved.