hudson.plugins.emma
Class CoverageElement

java.lang.Object
  extended by hudson.plugins.emma.CoverageElement

public final class CoverageElement
extends Object

This is a transitive object used during the parsing, but not a part of the final tree built.

Author:
Kohsuke Kawaguchi

Constructor Summary
CoverageElement()
           
 
Method Summary
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageElement

public CoverageElement()
Method Detail

setType

public void setType(String type)

setValue

public void setValue(String value)


Copyright © 2004-2012 Hudson. All Rights Reserved.