hudson.plugins.cpptest.parser
Class Category

java.lang.Object
  extended by hudson.plugins.cpptest.parser.Category

public class Category
extends Object

Java Bean class for a category of the Cpptest format.

Author:
NQH

Constructor Summary
Category()
           
 
Method Summary
 String getDesc()
           
 String getName()
           
 void setDesc(String desc)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()
Method Detail

setName

public void setName(String name)

getName

public String getName()

setDesc

public void setDesc(String desc)

getDesc

public String getDesc()


Copyright © 2004-2013. All Rights Reserved.