|
||||||||||
| 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.util.AbstractAnnotationsDetail
hudson.plugins.findbugs.util.NewWarningsDetail
public class NewWarningsDetail
Result object to visualize the new warnings in a build.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> newWarnings,
java.lang.String defaultEncoding,
java.lang.String header)
Creates a new instance of NewWarningsDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
| Methods inherited from class hudson.plugins.findbugs.util.AbstractAnnotationsDetail |
|---|
getDefaultEncoding, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> newWarnings,
java.lang.String defaultEncoding,
java.lang.String header)
NewWarningsDetail.
owner - the current build as owner of this actionnewWarnings - all new warnings in this builddefaultEncoding - the default encoding to be used when reading and parsing filesheader - header to be shown on detail page| Method Detail |
|---|
public java.lang.String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||