hudson.plugins.tasks
Class TasksTabDetail

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

public class TasksTabDetail
extends hudson.plugins.analysis.views.TabDetail

Result object representing a dynamic tab of the tasks plug-in.

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
TasksTabDetail(hudson.model.AbstractBuild<?,?> owner, Collection<hudson.plugins.analysis.util.model.FileAnnotation> annotations, String url, String defaultEncoding)
          Creates a new instance of ModuleDetail.
 
Method Summary
 String getDetails()
           
 String getFixed()
           
 String getWarnings()
           
 
Methods inherited from class hudson.plugins.analysis.views.TabDetail
getDisplayName, getUrl
 
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

TasksTabDetail

public TasksTabDetail(hudson.model.AbstractBuild<?,?> owner,
                      Collection<hudson.plugins.analysis.util.model.FileAnnotation> annotations,
                      String url,
                      String defaultEncoding)
Creates a new instance of ModuleDetail.

Parameters:
owner - current build as owner of this action.
annotations - the container to show the details for
url - URL to render the content of this tab
defaultEncoding - the default encoding to be used when reading and parsing files
Method Detail

getDetails

public String getDetails()
Overrides:
getDetails in class hudson.plugins.analysis.views.TabDetail

getWarnings

public String getWarnings()
Overrides:
getWarnings in class hudson.plugins.analysis.views.TabDetail

getFixed

public String getFixed()
Overrides:
getFixed in class hudson.plugins.analysis.views.TabDetail


Copyright © 2004-2012 Hudson. All Rights Reserved.