|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.core.BuildResult
hudson.plugins.tasks.TasksResult
hudson.plugins.tasks.TasksMavenResult
public class TasksMavenResult
Represents the aggregated results of the PMD analysis in m2 jobs.
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.analysis.core.BuildResult |
|---|
high, low, normal |
| Constructor Summary | |
|---|---|
TasksMavenResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
TasksParserResult result,
java.lang.String highTags,
java.lang.String normalTags,
java.lang.String lowTags)
Creates a new instance of TasksMavenResult. |
|
| Method Summary | |
|---|---|
protected java.lang.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, getDynamic, getNumberOfFiles, getPackageCategoryName, getPriorities, getSerializationFileName, getSummary, getTags |
| Methods inherited from class hudson.plugins.analysis.core.BuildResult |
|---|
createHighScoreMessage, createListItem, createNoWarningsMessage, createSuccessfulHighScoreMessage, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getApi, getContainer, getDataFile, getDays, getDefaultEncoding, getDelta, getDetails, getErrors, getFixedWarnings, getHighDelta, getHighScoreGap, getLowDelta, getModules, getNewWarnings, getNormalDelta, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfFixedWarnings, getNumberOfModules, getNumberOfNewWarnings, getNumberOfWarnings, getOwner, getPreviousResult, getProject, getResultIcon, getSuccessfulHighScore, getSuccessfulHighScoreGap, getSuccessfulSinceBuild, getSuccessfulSinceDate, getWarningsDelta, getZeroWarningsHighScore, getZeroWarningsSinceBuild, getZeroWarningsSinceDate, hasAnnotations, hasAnnotations, hasAnnotations, hasError, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, hasPreviousResult, isCurrent, isNewSuccessfulHighScore, isNewZeroWarningsHighScore, isSuccessful, isSuccessfulTouched, readResolve, 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 |
|---|
public TasksMavenResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
TasksParserResult result,
java.lang.String highTags,
java.lang.String normalTags,
java.lang.String lowTags)
TasksMavenResult.
build - the current build as owner of this actiondefaultEncoding - the default encoding to be used when reading and parsing filesresult - the parsed annotationshighTags - tag identifiers indicating high prioritynormalTags - tag identifiers indicating normal prioritylowTags - tag identifiers indicating low priority| Method Detail |
|---|
protected java.lang.Class<? extends hudson.plugins.analysis.core.ResultAction<? extends hudson.plugins.analysis.core.BuildResult>> getResultActionType()
getResultActionType in class TasksResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||