|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.util.model.AnnotationContainer
hudson.plugins.findbugs.AbstractWarningsDetail
hudson.plugins.findbugs.FixedWarningsDetail
public class FixedWarningsDetail
Result object to visualize the fixed warnings in a build.
| Constructor Summary | |
|---|---|
FixedWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Set<FileAnnotation> fixedWarnings)
Creates a new instance of FixedWarningsDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
| Methods inherited from class hudson.plugins.findbugs.AbstractWarningsDetail |
|---|
createDetailGraph, getOwner, isCurrent |
| Methods inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
addAnnotation, addAnnotations, addAnnotations, annotationAdded, 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 |
|---|
public FixedWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Set<FileAnnotation> fixedWarnings)
FixedWarningsDetail.
owner - the current results object as owner of this actionfixedWarnings - all fixed warnings in this build| Method Detail |
|---|
public java.lang.String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||