|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.ParserResult
hudson.plugins.tasks.parser.TasksParserResult
public class TasksParserResult
Remembers the number of scanned files in a JavaProject.
| Constructor Summary | |
|---|---|
TasksParserResult()
Creates a new instance of TasksProject. |
|
TasksParserResult(int numberOfFiles)
Creates a new instance of TasksProject. |
|
| Method Summary | |
|---|---|
void |
addScannedFiles(int newFiles)
Adds the specified number of parsed files to this project. |
int |
getNumberOfScannedFiles()
Returns the number of scanned files in this project. |
| Methods inherited from class hudson.plugins.tasks.util.ParserResult |
|---|
addAnnotation, addAnnotations, addAnnotations, addErrorMessage, addModule, addModules, findRelativeFile, getAnnotations, getErrorMessages, getModules, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfModules, hasAnnotations, hasAnnotations, hasNoAnnotations, hasNoAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TasksParserResult(int numberOfFiles)
TasksProject.
numberOfFiles - the number of scanned files in this projectpublic TasksParserResult()
TasksProject.
| Method Detail |
|---|
public int getNumberOfScannedFiles()
JavaProjectpublic void addScannedFiles(int newFiles)
newFiles - the new files
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||