|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileAnnotation | |
|---|---|
| hudson.plugins.tasks | |
| hudson.plugins.tasks.parser | |
| hudson.plugins.tasks.util | |
| hudson.plugins.tasks.util.model | |
| Uses of FileAnnotation in hudson.plugins.tasks |
|---|
| Methods in hudson.plugins.tasks that return FileAnnotation | |
|---|---|
FileAnnotation |
TasksResult.getAnnotation(java.lang.String key)
|
| Methods in hudson.plugins.tasks that return types with arguments of type FileAnnotation | |
|---|---|
java.util.Collection<FileAnnotation> |
TasksResult.getAnnotations()
|
java.util.Collection<FileAnnotation> |
TasksResult.getAnnotations(java.lang.String priority)
|
| Methods in hudson.plugins.tasks with parameters of type FileAnnotation | |
|---|---|
protected void |
AbstractTasksResult.annotationAdded(FileAnnotation annotation)
Called if the specified annotation has been added to this container. |
| Constructor parameters in hudson.plugins.tasks with type arguments of type FileAnnotation | |
|---|---|
AbstractTasksResult(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Creates a new instance of AbstractTasksDetail. |
|
| Uses of FileAnnotation in hudson.plugins.tasks.parser |
|---|
| Classes in hudson.plugins.tasks.parser that implement FileAnnotation | |
|---|---|
class |
Task
A serializable Java Bean class representing an open task. |
| Uses of FileAnnotation in hudson.plugins.tasks.util |
|---|
| Constructors in hudson.plugins.tasks.util with parameters of type FileAnnotation | |
|---|---|
SourceDetail(hudson.model.AbstractBuild<?,?> owner,
FileAnnotation annotation)
Creates a new instance of this source code object. |
|
| Uses of FileAnnotation in hudson.plugins.tasks.util.model |
|---|
| Classes in hudson.plugins.tasks.util.model that implement FileAnnotation | |
|---|---|
class |
AbstractAnnotation
A base class for annotations. |
| Methods in hudson.plugins.tasks.util.model that return FileAnnotation | |
|---|---|
FileAnnotation |
AnnotationProvider.getAnnotation(long key)
Returns the annotation with the specified key. |
FileAnnotation |
AnnotationContainer.getAnnotation(long key)
Returns the annotation with the specified key. |
FileAnnotation |
AnnotationProvider.getAnnotation(java.lang.String key)
Returns the annotation with the specified key. |
FileAnnotation |
AnnotationContainer.getAnnotation(java.lang.String key)
Returns the annotation with the specified key. |
| Methods in hudson.plugins.tasks.util.model that return types with arguments of type FileAnnotation | |
|---|---|
java.util.Collection<FileAnnotation> |
AnnotationProvider.getAnnotations()
Returns the annotations for this object. |
java.util.Collection<FileAnnotation> |
AnnotationContainer.getAnnotations()
Returns the annotations for this object. |
java.util.Collection<FileAnnotation> |
AnnotationProvider.getAnnotations(Priority priority)
Returns the annotations of the specified priority for this object. |
java.util.Collection<FileAnnotation> |
AnnotationContainer.getAnnotations(Priority priority)
Returns the annotations of the specified priority for this object. |
java.util.Collection<FileAnnotation> |
AnnotationProvider.getAnnotations(java.lang.String priority)
Returns the annotations of the specified priority for this object. |
java.util.Collection<FileAnnotation> |
AnnotationContainer.getAnnotations(java.lang.String priority)
Returns the annotations of the specified priority for this object. |
| Methods in hudson.plugins.tasks.util.model with parameters of type FileAnnotation | |
|---|---|
void |
AnnotationContainer.addAnnotation(FileAnnotation annotation)
Adds the specified annotation to this container. |
void |
AnnotationContainer.addAnnotations(FileAnnotation[] newAnnotations)
Adds the specified annotations to this container. |
protected void |
MavenModule.annotationAdded(FileAnnotation annotation)
Creates the mapping of packages. |
protected void |
JavaProject.annotationAdded(FileAnnotation annotation)
Creates the mapping of modules. |
protected void |
JavaPackage.annotationAdded(FileAnnotation annotation)
Creates the mapping of files. |
protected void |
AnnotationContainer.annotationAdded(FileAnnotation annotation)
Called if the specified annotation has been added to this container. |
| Method parameters in hudson.plugins.tasks.util.model with type arguments of type FileAnnotation | |
|---|---|
void |
AnnotationContainer.addAnnotations(java.util.Collection<? extends FileAnnotation> newAnnotations)
Adds the specified annotations to this container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||