Uses of Interface
hudson.plugins.pmd.util.model.FileAnnotation

Packages that use FileAnnotation
hudson.plugins.pmd.parser   
hudson.plugins.pmd.util   
hudson.plugins.pmd.util.model   
 

Uses of FileAnnotation in hudson.plugins.pmd.parser
 

Classes in hudson.plugins.pmd.parser that implement FileAnnotation
 class Bug
          A serializable Java Bean class representing a warning.
 

Methods in hudson.plugins.pmd.parser that return types with arguments of type FileAnnotation
 java.util.Collection<FileAnnotation> PmdParser.parse(java.io.InputStream file, java.lang.String moduleName)
          Returns the annotations found in the specified file.
 

Uses of FileAnnotation in hudson.plugins.pmd.util
 

Methods in hudson.plugins.pmd.util that return FileAnnotation
 FileAnnotation BuildResult.getAnnotation(long key)
          Returns the annotation with the specified key.
 FileAnnotation BuildResult.getAnnotation(java.lang.String key)
          Returns the annotation with the specified key.
 

Methods in hudson.plugins.pmd.util that return types with arguments of type FileAnnotation
 java.util.Collection<FileAnnotation> ParserResult.getAnnotations()
          Returns the annotations of this result.
 java.util.Collection<FileAnnotation> BuildResult.getAnnotations()
          Returns the annotations for this object.
 java.util.Collection<FileAnnotation> BuildResult.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 java.util.Collection<FileAnnotation> BuildResult.getAnnotations(java.lang.String priority)
          Returns the annotations of the specified priority for this object.
static java.util.Set<FileAnnotation> AnnotationDifferencer.getFixedAnnotations(java.util.Collection<FileAnnotation> actual, java.util.Collection<FileAnnotation> previous)
          Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the actual.
 java.util.Collection<FileAnnotation> BuildResult.getFixedWarnings()
          Returns the fixed warnings of this build.
static java.util.Set<FileAnnotation> AnnotationDifferencer.getNewAnnotations(java.util.Collection<FileAnnotation> actual, java.util.Collection<FileAnnotation> previous)
          Returns the new annotations, i.e., the annotations that are in the actual build but not in the previous.
 java.util.Collection<FileAnnotation> BuildResult.getNewWarnings()
          Returns the new warnings of this build.
 java.util.Collection<FileAnnotation> AbstractAnnotationParser.parse(java.io.File file, java.lang.String moduleName)
          Returns the annotations found in the specified file.
 java.util.Collection<FileAnnotation> AnnotationParser.parse(java.io.File file, java.lang.String moduleName)
          Returns the annotations found in the specified file.
abstract  java.util.Collection<FileAnnotation> AbstractAnnotationParser.parse(java.io.InputStream file, java.lang.String moduleName)
          Returns the annotations found in the specified file.
 

Methods in hudson.plugins.pmd.util with parameters of type FileAnnotation
 void ParserResult.addAnnotation(FileAnnotation annotation)
          Adds the specified annotation to this container.
 void ParserResult.addAnnotations(FileAnnotation[] newAnnotations)
          Adds the specified annotations to this container.
 

Method parameters in hudson.plugins.pmd.util with type arguments of type FileAnnotation
 void ParserResult.addAnnotations(java.util.Collection<? extends FileAnnotation> newAnnotations)
          Adds the specified annotations to this container.
 java.lang.Object DetailBuilder.createTrendDetails(java.lang.String link, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, java.util.Collection<FileAnnotation> fixedAnnotations, java.util.Collection<FileAnnotation> newAnnotations, java.util.Collection<java.lang.String> errors, java.lang.String defaultEncoding, java.lang.String displayName)
          Returns a detail object for the selected element of the specified annotation container.
 java.lang.Object DetailBuilder.createTrendDetails(java.lang.String link, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, java.util.Collection<FileAnnotation> fixedAnnotations, java.util.Collection<FileAnnotation> newAnnotations, java.util.Collection<java.lang.String> errors, java.lang.String defaultEncoding, java.lang.String displayName)
          Returns a detail object for the selected element of the specified annotation container.
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(PluginLogger logger, HealthDescriptor descriptor, java.util.Collection<FileAnnotation> allAnnotations, java.util.Collection<FileAnnotation> newAnnotations)
          Evaluates the build result.
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(PluginLogger logger, HealthDescriptor descriptor, java.util.Collection<FileAnnotation> allAnnotations, java.util.Collection<FileAnnotation> newAnnotations)
          Evaluates the build result.
static java.util.Set<FileAnnotation> AnnotationDifferencer.getFixedAnnotations(java.util.Collection<FileAnnotation> actual, java.util.Collection<FileAnnotation> previous)
          Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the actual.
static java.util.Set<FileAnnotation> AnnotationDifferencer.getFixedAnnotations(java.util.Collection<FileAnnotation> actual, java.util.Collection<FileAnnotation> previous)
          Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the actual.
static java.util.Set<FileAnnotation> AnnotationDifferencer.getNewAnnotations(java.util.Collection<FileAnnotation> actual, java.util.Collection<FileAnnotation> previous)
          Returns the new annotations, i.e., the annotations that are in the actual build but not in the previous.
static java.util.Set<FileAnnotation> AnnotationDifferencer.getNewAnnotations(java.util.Collection<FileAnnotation> actual, java.util.Collection<FileAnnotation> previous)
          Returns the new annotations, i.e., the annotations that are in the actual build but not in the previous.
 

Constructors in hudson.plugins.pmd.util with parameters of type FileAnnotation
SourceDetail(hudson.model.AbstractBuild<?,?> owner, FileAnnotation annotation, java.lang.String defaultEncoding)
          Creates a new instance of this source code object.
 

Constructor parameters in hudson.plugins.pmd.util with type arguments of type FileAnnotation
AbstractAnnotationsDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> annotations, java.lang.String defaultEncoding, java.lang.String name, AnnotationContainer.Hierarchy hierarchy)
          Creates a new instance of AbstractAnnotationsDetail.
AttributeDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> annotations, java.lang.String defaultEncoding, java.lang.String header, java.lang.String name)
          Creates a new instance of AttributeDetail.
FixedWarningsDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> fixedWarnings, java.lang.String defaultEncoding, java.lang.String header)
          Creates a new instance of FixedWarningsDetail.
NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> newWarnings, java.lang.String defaultEncoding, java.lang.String header)
          Creates a new instance of NewWarningsDetail.
ParserResult(java.util.Collection<FileAnnotation> annotations)
          Creates a new instance of ParserResult.
PrioritiesDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> annotations, Priority priority, java.lang.String defaultEncoding, java.lang.String header)
          Creates a new instance of ModuleDetail.
TabDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> annotations, java.lang.String url, java.lang.String defaultEncoding)
          Creates a new instance of ModuleDetail.
 

Uses of FileAnnotation in hudson.plugins.pmd.util.model
 

Classes in hudson.plugins.pmd.util.model that implement FileAnnotation
 class AbstractAnnotation
          A base class for annotations.
 

Methods in hudson.plugins.pmd.util.model that return FileAnnotation
 FileAnnotation AnnotationProvider.getAnnotation(long key)
          Returns the annotation with the specified key.
 FileAnnotation AnnotationContainer.getAnnotation(long key)
          Returns the annotation with the specified key.
 FileAnnotation AnnotationProvider.getAnnotation(java.lang.String key)
          Returns the annotation with the specified key.
 FileAnnotation AnnotationContainer.getAnnotation(java.lang.String key)
          Returns the annotation with the specified key.
 

Methods in hudson.plugins.pmd.util.model that return types with arguments of type FileAnnotation
 java.util.Collection<FileAnnotation> AnnotationProvider.getAnnotations()
          Returns the annotations for this object.
 java.util.Collection<FileAnnotation> AnnotationContainer.getAnnotations()
          Returns the annotations for this object.
 java.util.Collection<FileAnnotation> AnnotationProvider.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 java.util.Collection<FileAnnotation> AnnotationContainer.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 java.util.Collection<FileAnnotation> AnnotationProvider.getAnnotations(java.lang.String priority)
          Returns the annotations of the specified priority for this object.
 java.util.Collection<FileAnnotation> AnnotationContainer.getAnnotations(java.lang.String priority)
          Returns the annotations of the specified priority for this object.
 java.util.Collection<FileAnnotation> AnnotationContainer.getHighAnnotations()
          Returns the annotations with Priority.HIGH.
 java.util.Collection<FileAnnotation> AnnotationContainer.getLowAnnotations()
          Returns the annotations with Priority.LOW.
 java.util.Collection<FileAnnotation> AnnotationContainer.getNormalAnnotations()
          Returns the annotations with Priority.NORMAL.
 

Methods in hudson.plugins.pmd.util.model with parameters of type FileAnnotation
 void AnnotationContainer.addAnnotation(FileAnnotation annotation)
          Adds the specified annotation to this container.
 void AnnotationContainer.addAnnotations(FileAnnotation[] newAnnotations)
          Adds the specified annotations to this container.
 int AbstractAnnotation.compareTo(FileAnnotation other)
          
 

Method parameters in hudson.plugins.pmd.util.model with type arguments of type FileAnnotation
 void AnnotationContainer.addAnnotations(java.util.Collection<? extends FileAnnotation> newAnnotations)
          Adds the specified annotations to this container.
 

Constructor parameters in hudson.plugins.pmd.util.model with type arguments of type FileAnnotation
DefaultAnnotationContainer(java.util.Collection<FileAnnotation> annotations)
          Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(java.lang.String name, java.util.Collection<FileAnnotation> annotations)
          Creates a new instance of DefaultAnnotationContainer.
 



Copyright © 2009. All Rights Reserved.