hudson.plugins.cpptest.parser
Class RuleDesc
java.lang.Object
hudson.plugins.cpptest.parser.RuleDesc
public class RuleDesc
- extends Object
Java Bean class for a category of the Cpptest format.
- Author:
- NQH
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleDesc
public RuleDesc()
setId
public void setId(String id)
getId
public String getId()
setSev
public void setSev(String sev)
getSev
public String getSev()
setDesc
public void setDesc(String desc)
getDesc
public String getDesc()
getCat
public String getCat()
setCat
public void setCat(String cat)
Copyright © 2004-2013. All Rights Reserved.