hudson.plugins.tasks.parser
Class TasksProject

java.lang.Object
  extended by hudson.plugins.tasks.util.model.AnnotationContainer
      extended by hudson.plugins.tasks.util.model.JavaProject
          extended by hudson.plugins.tasks.parser.TasksProject
All Implemented Interfaces:
AnnotationProvider, java.io.Serializable

public class TasksProject
extends JavaProject

Remembers the number of scanned files in a JavaProject.

See Also:
Serialized Form

Constructor Summary
TasksProject(int numberOfFiles)
          Creates a new instance of TasksProject.
 
Method Summary
 int getNumberOfFiles()
          Returns the number of scanned files in this project.
 
Methods inherited from class hudson.plugins.tasks.util.model.JavaProject
addFiles, addModule, annotationAdded, getAnnotationBound, getError, getFile, getFiles, getModule, getModules, getPackage, getPackages, getWorkspacePath, hasError, setError, setWorkspacePath
 
Methods inherited from class hudson.plugins.tasks.util.model.AnnotationContainer
addAnnotation, addAnnotations, addAnnotations, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getToolTip, hasAnnotations, hasAnnotations, hasAnnotations, rebuildPriorities
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksProject

public TasksProject(int numberOfFiles)
Creates a new instance of TasksProject.

Parameters:
numberOfFiles - the number of scanned files in this project
Method Detail

getNumberOfFiles

public int getNumberOfFiles()
Returns the number of scanned files in this project.

Returns:
the number of scanned files in a JavaProject


Copyright © 2008. All Rights Reserved.