|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginLogger | |
|---|---|
| hudson.plugins.analysis.core | |
| hudson.plugins.analysis.util | |
| Uses of PluginLogger in hudson.plugins.analysis.core |
|---|
| Methods in hudson.plugins.analysis.core with parameters of type PluginLogger | |
|---|---|
hudson.model.Result |
BuildResultEvaluator.evaluateBuildResult(PluginLogger logger,
Thresholds t,
Collection<? extends FileAnnotation> allAnnotations)
Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection) |
hudson.model.Result |
BuildResultEvaluator.evaluateBuildResult(PluginLogger logger,
Thresholds t,
Collection<? extends FileAnnotation> allAnnotations,
Collection<FileAnnotation> newAnnotations)
Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection, Collection) |
hudson.model.Result |
BuildResultEvaluator.evaluateBuildResult(PluginLogger logger,
Thresholds t,
Collection<? extends FileAnnotation> allAnnotations,
int delta,
int highDelta,
int normalDelta,
int lowDelta)
Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection, int, int, int, int) |
void |
BuildResult.evaluateStatus(Thresholds thresholds,
boolean useDeltaValues,
boolean canComputeNew,
PluginLogger logger,
String url)
Updates the build status, i.e. |
void |
BuildResult.evaluateStatus(Thresholds thresholds,
boolean useDeltaValues,
PluginLogger logger,
String url)
Updates the build status, i.e. |
protected abstract boolean |
HealthAwareRecorder.perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
PluginLogger logger)
Callback method that is invoked after the build where this recorder can collect the results. |
protected boolean |
HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
PluginLogger logger)
Callback method that is invoked after the build where this recorder can collect the results. |
protected abstract BuildResult |
HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build,
PluginLogger logger)
Performs the publishing of the results of this plug-in. |
protected abstract ParserResult |
HealthAwareReporter.perform(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
PluginLogger logger)
Performs the publishing of the results of this plug-in. |
protected abstract ParserResult |
HealthAwareMavenReporter.perform(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
PluginLogger logger)
Deprecated. Performs the publishing of the results of this plug-in. |
protected void |
HealthAwarePublisher.updateBuildResult(BuildResult result,
PluginLogger logger)
Will be invoked after the build result has been evaluated. |
| Constructors in hudson.plugins.analysis.core with parameters of type PluginLogger | |
|---|---|
FilesParser(PluginLogger logger,
String filePattern,
AnnotationParser parser)
Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean) |
|
FilesParser(PluginLogger logger,
String filePattern,
AnnotationParser parser,
boolean isMavenBuild)
Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean) |
|
FilesParser(PluginLogger logger,
String filePattern,
AnnotationParser parser,
String moduleName)
Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean) |
|
| Uses of PluginLogger in hudson.plugins.analysis.util |
|---|
| Subclasses of PluginLogger in hudson.plugins.analysis.util | |
|---|---|
class |
NullLogger
Null logger. |
class |
StringPluginLogger
A logger that prints to a string buffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||