hudson.plugins.emma
Class CoverageElement
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoverageElement
public CoverageElement()
setType
public void setType(String type)
setValue
public void setValue(String value)
Copyright © 2004-2012 Hudson. All Rights Reserved.