hudson.plugins.cobertura
Class CoberturaCoverageParser
java.lang.Object
hudson.plugins.cobertura.CoberturaCoverageParser
public class CoberturaCoverageParser
- extends Object
Created by IntelliJ IDEA.
- Since:
- 03-Jul-2007 09:03:30
- Author:
- connollys
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static CoverageResult parse(File inFile,
CoverageResult cumulative)
throws IOException
- Throws:
IOException
parse
public static CoverageResult parse(File inFile,
CoverageResult cumulative,
Set<String> sourcePaths)
throws IOException
- Throws:
IOException
parse
public static CoverageResult parse(InputStream in,
CoverageResult cumulative)
throws IOException
- Throws:
IOException
parse
public static CoverageResult parse(InputStream in,
CoverageResult cumulative,
Set<String> sourcePaths)
throws IOException
- Throws:
IOException
Copyright © 2004-2013 Hudson. All Rights Reserved.