public class SonarCoverage extends Object
Model to represent the coverage in the xml Sonar report
SonarCoverage()
void
addFile(SonarFile sonarFile)
List<SonarFile>
getFiles()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SonarCoverage()
public void addFile(SonarFile sonarFile)
public List<SonarFile> getFiles()
Copyright © 2020. All rights reserved.