hudson.plugins.tasks
Class TasksReporterResult

java.lang.Object
  extended by hudson.plugins.analysis.core.BuildResult
      extended by hudson.plugins.tasks.TasksResult
          extended by hudson.plugins.tasks.TasksReporterResult
All Implemented Interfaces:
hudson.model.ModelObject, hudson.plugins.analysis.util.model.AnnotationProvider, Serializable

public class TasksReporterResult
extends TasksResult

Represents the aggregated results of the open tasks scanner in m2 jobs.

Author:
Ulli Hafner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.plugins.analysis.core.BuildResult
high, low, normal
 
Constructor Summary
TasksReporterResult(hudson.model.AbstractBuild<?,?> build, String defaultEncoding, TasksParserResult result, String highTags, String normalTags, String lowTags)
          Creates a new instance of TasksReporterResult.
 
Method Summary
protected  Class<? extends hudson.plugins.analysis.core.ResultAction<? extends hudson.plugins.analysis.core.BuildResult>> getResultActionType()
           
 
Methods inherited from class hudson.plugins.tasks.TasksResult
configure, createDeltaMessage, getDisplayName, getNumberOfFiles, getPackageCategoryName, getPriorities, getSerializationFileName, getSummary, getTags
 
Methods inherited from class hudson.plugins.analysis.core.BuildResult
canUseDeltaValues, createDefaultDeltaMessage, createDefaultSummary, createHistory, createUrl, evaluateStatus, evaluateStatus, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getApi, getContainer, getDataFile, getDays, getDefaultEncoding, getDelta, getDetails, getDynamic, getErrors, getFixedWarnings, getHeader, getHighDelta, getHighScoreGap, getHistory, getLowDelta, getModules, getNewWarnings, getNormalDelta, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfFixedWarnings, getNumberOfModules, getNumberOfNewWarnings, getNumberOfWarnings, getOwner, getPluginResult, getPreviousResult, getProject, getReason, getResultIcon, getSuccessfulHighScore, getSuccessfulHighScoreGap, getSuccessfulSinceBuild, getSuccessfulSinceDate, getThresholds, getWarningsDelta, getZeroWarningsHighScore, getZeroWarningsSinceBuild, getZeroWarningsSinceDate, hasAnnotations, hasAnnotations, hasAnnotations, hasError, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, hasPreviousResult, isCurrent, isNewSuccessfulHighScore, isNewZeroWarningsHighScore, isSuccessful, isSuccessfulTouched, readResolve, serializeAnnotations, setHighWarnings, setLowWarnings, setNormalWarnings, setResult, setWarnings, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TasksReporterResult

public TasksReporterResult(hudson.model.AbstractBuild<?,?> build,
                           String defaultEncoding,
                           TasksParserResult result,
                           String highTags,
                           String normalTags,
                           String lowTags)
Creates a new instance of TasksReporterResult.

Parameters:
build - the current build as owner of this action
defaultEncoding - the default encoding to be used when reading and parsing files
result - the parsed annotations
highTags - tag identifiers indicating high priority
normalTags - tag identifiers indicating normal priority
lowTags - tag identifiers indicating low priority
Method Detail

getResultActionType

protected Class<? extends hudson.plugins.analysis.core.ResultAction<? extends hudson.plugins.analysis.core.BuildResult>> getResultActionType()
Overrides:
getResultActionType in class TasksResult


Copyright © 2004-2012 Hudson. All Rights Reserved.