|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DryResult | |
|---|---|
| hudson.plugins.dry | |
| Uses of DryResult in hudson.plugins.dry |
|---|
| Subclasses of DryResult in hudson.plugins.dry | |
|---|---|
class |
DryMavenResult
Deprecated. not used anymore |
class |
DryReporterResult
Represents the aggregated results of the DRY analysis in m2 jobs. |
| Methods in hudson.plugins.dry that return DryResult | |
|---|---|
protected DryResult |
DryMavenResultAction.createResult(DryResult existingResult,
DryResult additionalResult)
|
protected DryResult |
DryReporter.createResult(hudson.maven.MavenBuild build,
hudson.plugins.analysis.core.ParserResult project)
|
protected DryResult |
DryAnnotationsAggregator.getResult(hudson.matrix.MatrixRun run)
|
| Methods in hudson.plugins.dry that return types with arguments of type DryResult | |
|---|---|
Class<? extends hudson.plugins.analysis.core.MavenResultAction<DryResult>> |
DryMavenResultAction.getIndividualActionType()
|
| Methods in hudson.plugins.dry with parameters of type DryResult | |
|---|---|
protected hudson.maven.MavenAggregatedReport |
DryReporter.createMavenAggregatedReport(hudson.maven.MavenBuild build,
DryResult result)
|
protected DryResult |
DryMavenResultAction.createResult(DryResult existingResult,
DryResult additionalResult)
|
| Constructors in hudson.plugins.dry with parameters of type DryResult | |
|---|---|
DryMavenResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
DryResult result)
Creates a new instance of DryMavenResultAction. |
|
DryResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
DryResult result)
Creates a new instance of PmdResultAction. |
|
MavenDryResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
DryResult result)
Deprecated. Creates a new instance of MavenPmdResultAction. |
|
| Constructor parameters in hudson.plugins.dry with type arguments of type DryResult | |
|---|---|
DryProjectAction(hudson.model.AbstractProject<?,?> project,
Class<? extends hudson.plugins.analysis.core.ResultAction<DryResult>> type)
Instantiates a new DryProjectAction. |
|
DryResult(hudson.model.AbstractBuild<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
boolean useStableBuildAsReference,
Class<? extends hudson.plugins.analysis.core.ResultAction<DryResult>> actionType)
Creates a new instance of DryResult. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||