hudson.plugins.tasks
Class FixedTasksDetail

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

public class FixedTasksDetail
extends hudson.plugins.analysis.views.FixedWarningsDetail

Result object to visualize the fixed tasks in a build.

Author:
Ulli Hafner
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.analysis.util.model.AnnotationContainer
hudson.plugins.analysis.util.model.AnnotationContainer.Hierarchy
 
Constructor Summary
FixedTasksDetail(hudson.model.AbstractBuild<?,?> owner, Collection<hudson.plugins.analysis.util.model.FileAnnotation> fixedTasks, String defaultEncoding, String header)
          Creates a new instance of FixedTasksDetail.
 
Method Summary
 String getDisplayName()
           
 
Methods inherited from class hudson.plugins.analysis.views.AbstractAnnotationsDetail
getDefaultEncoding, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent
 
Methods inherited from class hudson.plugins.analysis.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, getHigh, getHighAnnotations, getHighPriority, getLow, getLowAnnotations, getLowPriority, getModule, getModule, getModules, getName, getNormal, getNormalAnnotations, getNormalPriority, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfHighAnnotations, getNumberOfLowAnnotations, getNumberOfNormalAnnotations, getPackage, getPackage, getPackageCategoryName, getPackageCategoryTitle, getPackages, getSortedAnnotations, getToolTip, getType, getType, getTypes, getUpperBound, hasAnnotations, hasAnnotations, hasAnnotations, hashCode, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, rebuildMappings, setHierarchy, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixedTasksDetail

public FixedTasksDetail(hudson.model.AbstractBuild<?,?> owner,
                        Collection<hudson.plugins.analysis.util.model.FileAnnotation> fixedTasks,
                        String defaultEncoding,
                        String header)
Creates a new instance of FixedTasksDetail.

Parameters:
owner - the current results object as owner of this action
fixedTasks - all fixed tasks 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 String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.ModelObject
Overrides:
getDisplayName in class hudson.plugins.analysis.views.FixedWarningsDetail


Copyright © 2004-2012 Hudson. All Rights Reserved.