hudson.plugins.findbugs.util
Class NewWarningsDetail

java.lang.Object
  extended by hudson.plugins.findbugs.util.model.AnnotationContainer
      extended by hudson.plugins.findbugs.util.AbstractAnnotationsDetail
          extended by hudson.plugins.findbugs.util.NewWarningsDetail
All Implemented Interfaces:
hudson.model.ModelObject, AnnotationProvider, java.io.Serializable, java.lang.Comparable<AnnotationContainer>

public class NewWarningsDetail
extends AbstractAnnotationsDetail

Result object to visualize the new warnings in a build.

Author:
Ulli Hafner
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer
AnnotationContainer.Hierarchy
 
Constructor Summary
NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> newWarnings, java.lang.String header)
          Creates a new instance of NewWarningsDetail.
 
Method Summary
 java.lang.String getDisplayName()
          
 
Methods inherited from class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
doStatistics, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent
 
Methods inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer
addAnnotation, addAnnotations, addAnnotations, compareTo, containsCategory, containsFile, containsModule, containsPackage, containsType, equals, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getCategories, getCategory, getContainer, getFile, getFile, getFiles, getHighAnnotations, getHighPriority, getLowAnnotations, getLowPriority, getModule, getModule, getModules, getName, getNormalAnnotations, getNormalPriority, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getPackage, getPackage, getPackageCategoryName, getPackages, getToolTip, getType, getTypes, hasAnnotations, hasAnnotations, hasAnnotations, hashCode, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, rebuildMappings, setHierarchy, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewWarningsDetail

public NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
                         java.util.Collection<FileAnnotation> newWarnings,
                         java.lang.String header)
Creates a new instance of NewWarningsDetail.

Parameters:
owner - the current build as owner of this action
newWarnings - all new warnings in this build
header - header to be shown on detail page
Method Detail

getDisplayName

public java.lang.String getDisplayName()



Copyright © 2008. All Rights Reserved.