hudson.plugins.cobertura
Class CoberturaCoverageParser

java.lang.Object
  extended by hudson.plugins.cobertura.CoberturaCoverageParser

public class CoberturaCoverageParser
extends Object

Created by IntelliJ IDEA.

Since:
03-Jul-2007 09:03:30
Author:
connollys

Method Summary
static CoverageResult parse(File inFile, CoverageResult cumulative)
           
static CoverageResult parse(File inFile, CoverageResult cumulative, Set<String> sourcePaths)
           
static CoverageResult parse(InputStream in, CoverageResult cumulative)
           
static CoverageResult parse(InputStream in, CoverageResult cumulative, Set<String> sourcePaths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.