Serialized Form


Package hudson.plugins.jacoco

Class hudson.plugins.jacoco.ExecutionFileLoader extends Object implements Serializable

Serialized Fields

name

String name

srcDir

hudson.FilePath srcDir

classDir

hudson.FilePath classDir

execFile

hudson.FilePath execFile

generatedHTMLsDir

hudson.FilePath generatedHTMLsDir

includes

String[] includes

excludes

String[] excludes

title

String title

executionDataStore

org.jacoco.core.data.ExecutionDataStore executionDataStore

sessionInfoStore

org.jacoco.core.data.SessionInfoStore sessionInfoStore

bundleCoverage

org.jacoco.core.analysis.IBundleCoverage bundleCoverage

execFiles

ArrayList<E> execFiles

Class hudson.plugins.jacoco.JacocoBuildAction extends CoverageObject<JacocoBuildAction> implements Serializable

Serialized Fields

owner

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> owner

logger

PrintStream logger

inclusions

String[] inclusions

exclusions

String[] exclusions

rule

Rule rule
Non-null if the coverage has pass/fail rules.


thresholds

JacocoHealthReportThresholds thresholds
The thresholds that applied when this build was built.

Class hudson.plugins.jacoco.JacocoHealthReportThresholds extends Object implements Serializable

Serialized Fields

minClass

int minClass

maxClass

int maxClass

minMethod

int minMethod

maxMethod

int maxMethod

minLine

int minLine

maxLine

int maxLine

minBranch

int minBranch

maxBranch

int maxBranch

minInstruction

int minInstruction

maxInstruction

int maxInstruction

minComplexity

int minComplexity

maxComplexity

int maxComplexity

Class hudson.plugins.jacoco.Rule extends Object implements Serializable

serialVersionUID: 1L


Package hudson.plugins.jacoco.model

Class hudson.plugins.jacoco.model.Coverage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

missed

int missed

covered

int covered

type

CoverageElement.Type type

initialized

boolean initialized

Package hudson.plugins.jacoco.rules

Class hudson.plugins.jacoco.rules.LineCoveragePerSourceFileRule extends Rule implements Serializable

serialVersionUID: -2869893039051762047L

Serialized Fields

minPercentage

float minPercentage



Copyright © 2004-2013 Hudson. All Rights Reserved.