Serialized Form


Package hudson.plugins.cppncss

Class hudson.plugins.cppncss.AbstractBuildReport extends AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>> implements Serializable

Serialized Fields

results

StatisticsResult results

totals

StatisticsTotalResult totals

functionCcnViolationThreshold

java.lang.Integer functionCcnViolationThreshold

functionNcssViolationThreshold

java.lang.Integer functionNcssViolationThreshold

Class hudson.plugins.cppncss.CppNcssBuildFunctionIndividualReport extends CppNCSSBuildIndividualReport implements Serializable

Serialized Fields

fileName

java.lang.String fileName

filereport

AbstractBuildReport<T extends hudson.model.AbstractBuild<?,?>> filereport

Class hudson.plugins.cppncss.CppNCSSBuildIndividualReport extends AbstractBuildReport<hudson.model.AbstractBuild<?,?>> implements Serializable

Serialized Fields

healthReport

hudson.model.HealthReport healthReport

cppFunction

CppNcssBuildFunctionIndividualReport<BUILD extends hudson.model.AbstractBuild<?,?>> cppFunction

Class hudson.plugins.cppncss.CppNCSSGhostwriter extends java.lang.Object implements Serializable

Serialized Fields

reportFilenamePattern

java.lang.String reportFilenamePattern

targets

CppNCSSHealthTarget[] targets

functionCcnViolationThreshold

java.lang.Integer functionCcnViolationThreshold

functionNcssViolationThreshold

java.lang.Integer functionNcssViolationThreshold

Class hudson.plugins.cppncss.CppNCSSHealthTarget extends HealthTarget<CppNCSSHealthMetrics,CppNCSSBuildIndividualReport> implements Serializable


Package hudson.plugins.cppncss.parser

Class hudson.plugins.cppncss.parser.Statistic extends java.lang.Object implements Serializable

Serialized Fields

owner

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

name

java.lang.String name

functions

long functions

ncss

long ncss

ccn

long ccn

parentElement

java.lang.String parentElement

Class hudson.plugins.cppncss.parser.StatisticsResult extends java.lang.Object implements Serializable

Serialized Fields

functionResults

java.util.Collection<E> functionResults

fileResults

java.util.Collection<E> fileResults

owner

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

Class hudson.plugins.cppncss.parser.StatisticsTotalResult extends java.lang.Object implements Serializable

Serialized Fields

functionTotal

Statistic functionTotal

fileTotal

Statistic fileTotal

Package hudson.plugins.helpers

Class hudson.plugins.helpers.AbstractBuildAction extends java.lang.Object implements Serializable

serialVersionUID: 31415926L

Serialized Fields

build

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> build
The owner of this Action. Ideally I'd like this to be final and set in the constructor, but Maven does not let us do that, so we need a setter.

Class hudson.plugins.helpers.BuildProxy extends java.lang.Object implements Serializable

Serialized Fields

artifactsDir

hudson.FilePath artifactsDir

projectRootDir

hudson.FilePath projectRootDir

buildRootDir

hudson.FilePath buildRootDir

executionRootDir

hudson.FilePath executionRootDir

timestamp

java.util.Calendar timestamp

actions

java.util.List<E> actions

result

hudson.model.Result result

continueBuild

boolean continueBuild

Package hudson.plugins.helpers.health

Class hudson.plugins.helpers.health.HealthTarget extends java.lang.Object implements Serializable

Serialized Fields

metric

HealthMetric<OBSERVABLE> metric

healthy

java.lang.Float healthy

unhealthy

java.lang.Float unhealthy

unstable

java.lang.Float unstable

fail

java.lang.Float fail

failNew

java.lang.Float failNew



Copyright © 2009. All Rights Reserved.