|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.jacoco.JacocoReportDir
public class JacocoReportDir
Encapsulates the directory structure in $JENKINS_HOME where we store jacoco related files.
| Constructor Summary | |
|---|---|
JacocoReportDir(hudson.model.AbstractBuild<?,?> build)
|
|
| Method Summary | |
|---|---|
void |
addExecFiles(Iterable<hudson.FilePath> execFiles)
|
File |
getClassesDir()
Where we store *.class files, honoring package names as directories. |
List<File> |
getExecFiles()
Lists up existing jacoco.exec files. |
File |
getExecFilesDir()
Root directory that stores jacoco.exec files. |
File |
getSourcesDir()
Where we store *.java files, honoring package names as directories. |
ExecutionFileLoader |
parse(String[] includes,
String[] excludes)
Parses the saved "jacoco.exec" files into an ExecutionFileLoader. |
void |
saveClassesFrom(hudson.FilePath dir)
|
void |
saveSourcesFrom(hudson.FilePath dir)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JacocoReportDir(hudson.model.AbstractBuild<?,?> build)
| Method Detail |
|---|
public File getClassesDir()
public void saveClassesFrom(hudson.FilePath dir)
throws IOException,
InterruptedException
IOException
InterruptedExceptionpublic File getSourcesDir()
public void saveSourcesFrom(hudson.FilePath dir)
throws IOException,
InterruptedException
IOException
InterruptedExceptionpublic File getExecFilesDir()
getExecFiles()public List<File> getExecFiles()
public void addExecFiles(Iterable<hudson.FilePath> execFiles)
throws IOException,
InterruptedException
IOException
InterruptedException
public ExecutionFileLoader parse(String[] includes,
String[] excludes)
throws IOException
ExecutionFileLoader.
IOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||