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

Packages that use FileAnnotation
hudson.plugins.analysis.core   
hudson.plugins.analysis.util.model   
hudson.plugins.analysis.views   
 

Uses of FileAnnotation in hudson.plugins.analysis.core
 

Methods in hudson.plugins.analysis.core that return FileAnnotation
 FileAnnotation BuildResult.getAnnotation(long key)
          Returns the annotation with the specified key.
 FileAnnotation BuildResult.getAnnotation(String key)
          Returns the annotation with the specified key.
 

Methods in hudson.plugins.analysis.core that return types with arguments of type FileAnnotation
 Set<FileAnnotation> ParserResult.getAnnotations()
          Returns the annotations of this result.
 Set<FileAnnotation> BuildResult.getAnnotations()
          Returns the annotations for this object.
 Set<FileAnnotation> BuildResult.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 Set<FileAnnotation> BuildResult.getAnnotations(String priority)
          Returns the annotations of the specified priority for this object.
static Set<FileAnnotation> AnnotationDifferencer.getFixedAnnotations(Set<FileAnnotation> current, Set<FileAnnotation> previous)
          Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the current.
 Collection<FileAnnotation> BuildResult.getFixedWarnings()
          Returns the fixed warnings of this build.
 Collection<FileAnnotation> NullBuildHistory.getFixedWarnings(Set<FileAnnotation> annotations)
           
 Collection<FileAnnotation> BuildHistory.getFixedWarnings(Set<FileAnnotation> annotations)
          Returns the fixed warnings as a difference between the warnings of the reference build and the specified collection of warnings.
static Set<FileAnnotation> AnnotationDifferencer.getNewAnnotations(Set<FileAnnotation> current, Set<FileAnnotation> previous)
          Returns the new annotations, i.e., the annotations that are in the current build but not in the previous.
 Collection<FileAnnotation> BuildResult.getNewWarnings()
          Returns the new warnings of this build.
 Collection<FileAnnotation> NullBuildHistory.getNewWarnings(Set<FileAnnotation> annotations)
           
 Collection<FileAnnotation> BuildHistory.getNewWarnings(Set<FileAnnotation> annotations)
          Returns the new warnings as a difference between the specified collection of warnings and the warnings of the reference build.
protected  Collection<FileAnnotation> AbstractAnnotationParser.intern(Collection<FileAnnotation> annotations)
          Let FileAnnotations share some of their internal data structure to reduce memory footprint.
 Collection<FileAnnotation> AnnotationParser.parse(File file, String moduleName)
          Returns the annotations found in the specified file.
 Collection<FileAnnotation> AbstractAnnotationParser.parse(File file, String moduleName)
          Returns the annotations found in the specified file.
abstract  Collection<FileAnnotation> AbstractAnnotationParser.parse(InputStream file, String moduleName)
          Returns the annotations found in the specified file.
 

Methods in hudson.plugins.analysis.core 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.analysis.core with type arguments of type FileAnnotation
 void ParserResult.addAnnotations(Collection<? extends FileAnnotation> newAnnotations)
          Adds the specified annotations to this container.
protected  void HealthAwareRecorder.copyFilesWithAnnotationsToBuildFolder(File rootDir, hudson.remoting.VirtualChannel channel, Collection<FileAnnotation> annotations)
          Copies all files with annotations from the workspace to the build folder.
 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, 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)
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(StringBuilder logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations)
          Evaluates the build result.
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(StringBuilder logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations, Collection<FileAnnotation> newAnnotations)
          Evaluates the build result.
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(StringBuilder logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations, Collection<FileAnnotation> newAnnotations)
          Evaluates the build result.
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(StringBuilder logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations, int delta, int highDelta, int normalDelta, int lowDelta)
          Evaluates the build result.
static Set<FileAnnotation> AnnotationDifferencer.getFixedAnnotations(Set<FileAnnotation> current, Set<FileAnnotation> previous)
          Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the current.
static Set<FileAnnotation> AnnotationDifferencer.getFixedAnnotations(Set<FileAnnotation> current, Set<FileAnnotation> previous)
          Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the current.
 Collection<FileAnnotation> NullBuildHistory.getFixedWarnings(Set<FileAnnotation> annotations)
           
 Collection<FileAnnotation> BuildHistory.getFixedWarnings(Set<FileAnnotation> annotations)
          Returns the fixed warnings as a difference between the warnings of the reference build and the specified collection of warnings.
static Set<FileAnnotation> AnnotationDifferencer.getNewAnnotations(Set<FileAnnotation> current, Set<FileAnnotation> previous)
          Returns the new annotations, i.e., the annotations that are in the current build but not in the previous.
static Set<FileAnnotation> AnnotationDifferencer.getNewAnnotations(Set<FileAnnotation> current, Set<FileAnnotation> previous)
          Returns the new annotations, i.e., the annotations that are in the current build but not in the previous.
 Collection<FileAnnotation> NullBuildHistory.getNewWarnings(Set<FileAnnotation> annotations)
           
 Collection<FileAnnotation> BuildHistory.getNewWarnings(Set<FileAnnotation> annotations)
          Returns the new warnings as a difference between the specified collection of warnings and the warnings of the reference build.
protected  Collection<FileAnnotation> AbstractAnnotationParser.intern(Collection<FileAnnotation> annotations)
          Let FileAnnotations share some of their internal data structure to reduce memory footprint.
protected  void BuildResult.serializeAnnotations(Collection<FileAnnotation> annotations)
          Serializes the annotations of the specified project and writes them to the file specified by method BuildResult.getDataFile().
 

Constructor parameters in hudson.plugins.analysis.core with type arguments of type FileAnnotation
ParserResult(Collection<? extends FileAnnotation> annotations)
          Creates a new instance of ParserResult.
 

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

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

Methods in hudson.plugins.analysis.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(String key)
          Returns the annotation with the specified key.
 FileAnnotation AnnotationContainer.getAnnotation(String key)
          Returns the annotation with the specified key.
 

Methods in hudson.plugins.analysis.util.model that return types with arguments of type FileAnnotation
 Set<FileAnnotation> AnnotationProvider.getAnnotations()
          Returns the annotations for this object.
 Set<FileAnnotation> AnnotationContainer.getAnnotations()
          Returns the annotations for this object.
 Set<FileAnnotation> AnnotationProvider.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 Set<FileAnnotation> AnnotationContainer.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 Set<FileAnnotation> AnnotationProvider.getAnnotations(String priority)
          Returns the annotations of the specified priority for this object.
 Set<FileAnnotation> AnnotationContainer.getAnnotations(String priority)
          Returns the annotations of the specified priority for this object.
 Set<FileAnnotation> AnnotationContainer.getHighAnnotations()
          Returns the annotations with Priority.HIGH.
 Set<FileAnnotation> AnnotationContainer.getLowAnnotations()
          Returns the annotations with Priority.LOW.
 Set<FileAnnotation> AnnotationContainer.getNormalAnnotations()
          Returns the annotations with Priority.NORMAL.
 SortedSet<FileAnnotation> AnnotationContainer.getSortedAnnotations()
          Returns a sorted set of the annotations.
static Collection<FileAnnotation> AbstractAnnotation.intern(Collection<FileAnnotation> annotations)
          Let FileAnnotations share some of their internal data structure to reduce memory footprint.
 

Methods in hudson.plugins.analysis.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.analysis.util.model with type arguments of type FileAnnotation
 void AnnotationContainer.addAnnotations(Collection<? extends FileAnnotation> newAnnotations)
          Adds the specified annotations to this container.
static Collection<FileAnnotation> AbstractAnnotation.intern(Collection<FileAnnotation> annotations)
          Let FileAnnotations share some of their internal data structure to reduce memory footprint.
 

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

Uses of FileAnnotation in hudson.plugins.analysis.views
 

Method parameters in hudson.plugins.analysis.views with type arguments of type FileAnnotation
protected  FixedWarningsDetail DetailFactory.createFixedWarningsDetail(hudson.model.AbstractBuild<?,?> owner, Collection<FileAnnotation> fixedAnnotations, String defaultEncoding, String displayName)
          Creates a generic fixed warnings detail tab with the specified link.
protected  TabDetail DetailFactory.createTabDetail(hudson.model.AbstractBuild<?,?> owner, Collection<FileAnnotation> annotations, String url, String defaultEncoding)
          Creates a generic detail tab with the specified link.
 Object DetailFactory.createTrendDetails(String link, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, Collection<FileAnnotation> fixedAnnotations, Collection<FileAnnotation> newAnnotations, Collection<String> errors, String defaultEncoding, String displayName)
          Returns a detail object for the selected element of the specified annotation container.
 Object DetailFactory.createTrendDetails(String link, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, Collection<FileAnnotation> fixedAnnotations, Collection<FileAnnotation> newAnnotations, Collection<String> errors, String defaultEncoding, String displayName)
          Returns a detail object for the selected element of the specified annotation container.
 

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

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



Copyright © 2004-2012 Hudson. All Rights Reserved.