直列化された形式


パッケージ hudson.plugins.helpers

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

serialVersionUID: 31415926L

直列化されたフィールド

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.AbstractMavenReporterImpl extends hudson.maven.MavenReporter implements Serializable

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

直列化されたフィールド

artifactsDir

hudson.FilePath artifactsDir

projectRootDir

hudson.FilePath projectRootDir

buildRootDir

hudson.FilePath buildRootDir

executionRootDir

hudson.FilePath executionRootDir

timestamp

Calendar timestamp

actions

List<E> actions

result

hudson.model.Result result

continueBuild

boolean continueBuild

パッケージ hudson.plugins.helpers.health

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

直列化されたフィールド

metric

HealthMetric<OBSERVABLE> metric

healthy

Float healthy

unhealthy

Float unhealthy

unstable

Float unstable

パッケージ hudson.plugins.javancss

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

直列化されたフィールド

results

Collection<E> results

totals

Statistic totals

Class hudson.plugins.javancss.JavaNCSSBuildAggregatedReport extends AbstractBuildReport<hudson.maven.MavenModuleSetBuild> implements Serializable

直列化されたフィールド

buildHealth

hudson.model.HealthReport buildHealth

Class hudson.plugins.javancss.JavaNCSSBuildIndividualReport extends AbstractBuildReport<hudson.model.AbstractBuild<?,?>> implements Serializable

直列化されたフィールド

healthReport

hudson.model.HealthReport healthReport

Class hudson.plugins.javancss.JavaNCSSGhostwriter extends Object implements Serializable

直列化されたフィールド

reportFilenamePattern

String reportFilenamePattern

targets

JavaNCSSHealthTarget[] targets

Class hudson.plugins.javancss.JavaNCSSHealthTarget extends HealthTarget<JavaNCSSHealthMetrics,JavaNCSSBuildIndividualReport> implements Serializable

Class hudson.plugins.javancss.JavaNCSSMavenPublisher extends AbstractMavenReporterImpl implements Serializable

直列化されたフィールド

targets

JavaNCSSHealthTarget[] targets

パッケージ hudson.plugins.javancss.parser

Class hudson.plugins.javancss.parser.Statistic extends Object implements Serializable

直列化されたフィールド

owner

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

name

String name

classes

long classes

functions

long functions

ncss

long ncss

javadocs

long javadocs

javadocLines

long javadocLines

singleCommentLines

long singleCommentLines

multiCommentLines

long multiCommentLines



Copyright © 2004-2011. All Rights Reserved.