Serialized Form


Package hudson.plugins.tasks

Class hudson.plugins.tasks.TasksModuleDetail extends ModuleDetail implements Serializable

serialVersionUID: -3743047168363581305L

Serialized Fields

taskTagsHandler

TaskTagsHandler taskTagsHandler
Handles the task tags.

Class hudson.plugins.tasks.TasksPackageDetail extends PackageDetail implements Serializable

serialVersionUID: 3082184559129569059L

Serialized Fields

taskTagsHandler

TaskTagsHandler taskTagsHandler
Handles the task tags.

Class hudson.plugins.tasks.TasksPrioritiesDetail extends PrioritiesDetail implements Serializable

Serialized Fields

taskTagsHandler

TaskTagsHandler taskTagsHandler
Handles the task tags.

Class hudson.plugins.tasks.TasksProjectAction extends AbstractProjectAction<TasksResultAction> implements Serializable

serialVersionUID: 2726362508120270158L

Class hudson.plugins.tasks.TasksReporter extends hudson.maven.MavenReporter implements Serializable

Serialized Fields

pattern

java.lang.String pattern
Ant file-set pattern of files to scan for open tasks in.


threshold

java.lang.String threshold
Tasks threshold to be reached if a build should be considered as unstable.


isThresholdEnabled

boolean isThresholdEnabled
Determines whether to use the provided threshold to mark a build as unstable.


minimumTasks

int minimumTasks
Integer bug threshold to be reached if a build should be considered as unstable.


healthy

java.lang.String healthy
Report health as 100% when the number of warnings is less than this value.


unHealthy

java.lang.String unHealthy
Report health as 0% when the number of warnings is greater than this value.


healthyTasks

int healthyTasks
Report health as 100% when the number of warnings is less than this value.


unHealthyTasks

int unHealthyTasks
Report health as 0% when the number of warnings is greater than this value.


isHealthyReportEnabled

boolean isHealthyReportEnabled
Determines whether to use the provided healthy thresholds.


high

java.lang.String high
Tag identifiers indicating high priority.


normal

java.lang.String normal
Tag identifiers indicating normal priority.


low

java.lang.String low
Tag identifiers indicating low priority.

Class hudson.plugins.tasks.TasksResult extends java.lang.Object implements Serializable

serialVersionUID: -344808345805935004L

Serialized Fields

owner

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> owner
Current build as owner of this action.


high

java.lang.String high
Tag identifiers indicating high priority.


normal

java.lang.String normal
Tag identifiers indicating normal priority.


low

java.lang.String low
Tag identifiers indicating low priority.


numberOfTasks

int numberOfTasks
The total number of tasks.


delta

int delta
Difference between this and the previous build.


highPriorityTasks

int highPriorityTasks
The number of high priority tasks in this build.


lowPriorityTasks

int lowPriorityTasks
The number of low priority tasks in this build.


normalPriorityTasks

int normalPriorityTasks
The number of normal priority tasks in this build.


numberOfFiles

int numberOfFiles
The number of scanned files in the project.

Class hudson.plugins.tasks.TasksResultAction extends AbstractResultAction<TasksResult> implements Serializable

serialVersionUID: -3936658973355672416L

Class hudson.plugins.tasks.TaskTagsHandler extends java.lang.Object implements Serializable

serialVersionUID: 4156585047399976629L

Serialized Fields

high

java.lang.String high
Tag identifiers indicating high priority.


normal

java.lang.String normal
Tag identifiers indicating normal priority.


low

java.lang.String low
Tag identifiers indicating low priority.


provider

AnnotationContainer provider
References all the warnings.


Package hudson.plugins.tasks.parser

Class hudson.plugins.tasks.parser.Task extends AbstractAnnotation implements Serializable

serialVersionUID: 5171662552905752370L

Class hudson.plugins.tasks.parser.TasksProject extends JavaProject implements Serializable

serialVersionUID: 4904609926196858707L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Rebuilds the priorities mapping.

Serialized Fields

numberOfFiles

int numberOfFiles
The number of scanned files in this project.

Class hudson.plugins.tasks.parser.WorkspaceScanner extends java.lang.Object implements Serializable

serialVersionUID: -4355362392102020724L

Serialized Fields

filePattern

java.lang.String filePattern
Ant file-set pattern to scan for FindBugs files.


moduleName

java.lang.String moduleName
The maven module. If null, then the scanner tries to guess it (freestyle project).


high

java.lang.String high
Tag identifiers indicating high priority.


normal

java.lang.String normal
Tag identifiers indicating normal priority.


low

java.lang.String low
Tag identifiers indicating low priority.


Package hudson.plugins.tasks.util

Class hudson.plugins.tasks.util.AbortException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -5897876033901702893L

Class hudson.plugins.tasks.util.AbstractAnnotationsDetail extends AnnotationContainer implements Serializable

Serialized Fields

owner

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> owner
Current build as owner of this object.

Class hudson.plugins.tasks.util.AbstractAreaRenderer extends hudson.util.StackedAreaRenderer2 implements Serializable

Serialized Fields

url

java.lang.String url
Base URL of the graph links.


singleTooltip

java.lang.String singleTooltip
Tooltip to be shown if there is one item.


multipleTooltip

java.lang.String multipleTooltip
Tooltip to be shown if there are multiple items.

Class hudson.plugins.tasks.util.AbstractProjectAction extends java.lang.Object implements Serializable

Serialized Fields

project

hudson.model.AbstractProject<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> project
Project that owns this action.


resultActionType

java.lang.Class<T> resultActionType
The type of the result action.


iconUrl

java.lang.String iconUrl
The icon URL of this action: it will be shown as soon as a result is available.


resultsUrl

java.lang.String resultsUrl
URL to the results of the last build.

Class hudson.plugins.tasks.util.AbstractResultAction extends java.lang.Object implements Serializable

Serialized Fields

owner

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> owner
The associated build of this action.


healthReportBuilder

HealthReportBuilder healthReportBuilder
Builds a health report.


result

java.lang.Object result
The actual result of this action.

Class hudson.plugins.tasks.util.FixedWarningsDetail extends AbstractAnnotationsDetail implements Serializable

serialVersionUID: -8601095040123486522L

Class hudson.plugins.tasks.util.HealthReportBuilder extends java.lang.Object implements Serializable

serialVersionUID: 5191317904662711835L

Serialized Fields

healthy

int healthy
Report health as 100% when the number of warnings is less than this value.


unHealthy

int unHealthy
Report health as 0% when the number of warnings is greater than this value.


isHealthEnabled

boolean isHealthEnabled
Determines whether to use the provided healthy thresholds.


reportName

java.lang.String reportName
Name of the report.


itemName

java.lang.String itemName
Name of a item.


isThresholdEnabled

boolean isThresholdEnabled
Determines whether to use the provided unstable threshold.


threshold

int threshold
Bug threshold to be reached if a build should be considered as unstable.


reportSingleCount

java.lang.String reportSingleCount
Message to be shown for a single item count.


reportMultipleCount

java.lang.String reportMultipleCount
Message to be shown for a multiple item count.

Class hudson.plugins.tasks.util.ModuleDetail extends AbstractAnnotationsDetail implements Serializable

serialVersionUID: -1854984151887397361L

Serialized Fields

module

MavenModule module
The module to show the details for.

Class hudson.plugins.tasks.util.NewWarningsDetail extends AbstractAnnotationsDetail implements Serializable

serialVersionUID: 5093487322493056475L

Class hudson.plugins.tasks.util.PackageDetail extends AbstractAnnotationsDetail implements Serializable

serialVersionUID: -5315146140343619856L

Serialized Fields

javaPackage

JavaPackage javaPackage
The package to show the details for.

Class hudson.plugins.tasks.util.PrioritiesAreaRenderer extends AbstractAreaRenderer implements Serializable

serialVersionUID: -4683951507836348304L

Class hudson.plugins.tasks.util.PrioritiesDetail extends AbstractAnnotationsDetail implements Serializable

serialVersionUID: -5315146140343619856L

Serialized Fields

priority

Priority priority
Priority of the annotations.

Class hudson.plugins.tasks.util.ResultAreaRenderer extends AbstractAreaRenderer implements Serializable

serialVersionUID: -4683951507836348304L


Package hudson.plugins.tasks.util.model

Class hudson.plugins.tasks.util.model.AbstractAnnotation extends java.lang.Object implements Serializable

serialVersionUID: -1092014926477547148L

Serialized Fields

message

java.lang.String message
The message of this annotation.


priority

Priority priority
The priority of this annotation.


key

long key
Unique key of this annotation.


lineRanges

java.util.List<E> lineRanges
The ordered list of line ranges that show the origin of the annotation in the associated file.


primaryLineNumber

int primaryLineNumber
Primary line number of this warning, i.e., the start line of the first line range.


fileName

java.lang.String fileName
The filename of the class that contains this annotation.


moduleName

java.lang.String moduleName
The name of the maven or ant module that contains this annotation.


packageName

java.lang.String packageName
The name of the package (or name space) that contains this annotation.

Class hudson.plugins.tasks.util.model.AnnotationContainer extends java.lang.Object implements Serializable

serialVersionUID: 855696821788264261L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Rebuilds the priorities mapping.

Serialized Fields

annotations

java.util.Map<K,V> annotations
The annotations mapped by their key.


handleFiles

boolean handleFiles
Determines whether to build up a set of WorkspaceFiles.


name

java.lang.String name
Name of this container.

Class hudson.plugins.tasks.util.model.JavaPackage extends AnnotationContainer implements Serializable

serialVersionUID: 4034932648975191723L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Rebuilds the priorities mapping.

Serialized Fields

name

java.lang.String name
Name of this package.

Class hudson.plugins.tasks.util.model.JavaProject extends AnnotationContainer implements Serializable

serialVersionUID: 8556968267678442661L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Rebuilds the priorities mapping.

Serialized Fields

moduleMapping

java.util.Map<K,V> moduleMapping
All maven modules in this project (mapped by their name).


workspacePath

java.lang.String workspacePath
Path of the workspace.


hasModuleError

boolean hasModuleError
Determines whether a module with an error is part of this project.


error

java.lang.String error
The error message that denotes that why project creation has been failed.

Class hudson.plugins.tasks.util.model.LineRange extends java.lang.Object implements Serializable

serialVersionUID: -4124143085672930110L

Serialized Fields

start

int start
Start of the range.


end

int end
End of the range.

Class hudson.plugins.tasks.util.model.MavenModule extends AnnotationContainer implements Serializable

serialVersionUID: 5467122420572804130L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Rebuilds the priorities mapping.

Serialized Fields

name

java.lang.String name
Name of this module.


packageMapping

java.util.Map<K,V> packageMapping
All Java packages in this maven module (mapped by their name).


error

java.lang.String error
The error message that denotes that the creation of the module has been failed.

Class hudson.plugins.tasks.util.model.WorkspaceFile extends AnnotationContainer implements Serializable

serialVersionUID: 601361940925156719L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Rebuilds the bidirectional links between the annotations and this workspace file after deserialization.

Serialized Fields

name

java.lang.String name
The absolute filename of this file.


files

java.util.List<E> files
This file.



Copyright © 2008. All Rights Reserved.