hudson.plugins.tasks.util
Class FixedWarningsDetail

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

public class FixedWarningsDetail
extends AbstractAnnotationsDetail

Result object to visualize the fixed warnings in a build.

Author:
Ulli Hafner
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.tasks.util.model.AnnotationContainer
AnnotationContainer.Hierarchy
 
Constructor Summary
FixedWarningsDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> fixedWarnings, java.lang.String defaultEncoding, java.lang.String header)
          Creates a new instance of FixedWarningsDetail.
 
Method Summary
 java.lang.String getDisplayName()
          
 
Methods inherited from class hudson.plugins.tasks.util.AbstractAnnotationsDetail
getDefaultEncoding, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent
 
Methods inherited from class hudson.plugins.tasks.util.model.AnnotationContainer
addAnnotation, addAnnotations, addAnnotations, compareTo, containsCategory, containsFile, containsModule, containsPackage, containsType, equals, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getCategories, getCategory, getCategory, getContainer, getFile, getFile, getFiles, getHighAnnotations, getHighPriority, getLowAnnotations, getLowPriority, getModule, getModule, getModules, getName, getNormalAnnotations, getNormalPriority, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfHighAnnotations, getNumberOfLowAnnotations, getNumberOfNormalAnnotations, getPackage, getPackage, getPackageCategoryName, getPackages, getToolTip, getType, getType, getTypes, getUpperBound, 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

FixedWarningsDetail

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

Parameters:
owner - the current results object as owner of this action
fixedWarnings - all fixed warnings in this build
defaultEncoding - the default encoding to be used when reading and parsing files
header - header to be shown on detail page
Method Detail

getDisplayName

public java.lang.String getDisplayName()



Copyright © 2009. All Rights Reserved.